add warning for dev site

This commit is contained in:
sup39 2023-02-20 20:44:03 +09:00
parent 44f21443b0
commit a70aa73775
No known key found for this signature in database
GPG key ID: 14D2E0D21140D260
6 changed files with 26 additions and 4 deletions

View file

@ -1,9 +1,10 @@
const { description } = require('../../package');
const themePlugins = require('./data/themePlugins.json');
const locales = require('./i18n/locales.json');
const path = require('path');
module.exports = {
title: 'GCT Generator',
title: 'GCT Generator (dev)',
description: description,
head: [
['meta', { name: 'theme-color', content: '#3eaf7c' }],
@ -32,7 +33,7 @@ module.exports = {
* Theme Configuration
*/
themeConfig: {
repo: 'BitPatty/gctGenerator',
repo: 'sup39/gctGenerator',
editLinks: true,
docsDir: 'site',
docsBranch: 'master',
@ -46,4 +47,6 @@ module.exports = {
* VuePress Plugins
*/
plugins: ['@vuepress/plugin-back-to-top', '@vuepress/plugin-medium-zoom'],
dest: path.join(__dirname, '../../docs'),
};

View file

@ -1 +1 @@
gct.zint.ch
gctdev.sms.sup39.dev

View file

@ -2,4 +2,9 @@
editLink: false
---
::: danger
This site is only for testing experimental features for [GCT Generator](https://gct.zint.ch/).
To download stable codes, please use [GCT Generator](https://gct.zint.ch/) instead.
:::
<Generator />

View file

@ -2,4 +2,9 @@
editLink: false
---
::: danger
This site is only for testing experimental features for [GCT Generator](https://gct.zint.ch/).
To download stable codes, please use [GCT Generator](https://gct.zint.ch/) instead.
:::
<Generator />

View file

@ -2,6 +2,11 @@
editLink: false
---
::: danger
This site is only for testing experimental features for [GCT Generator](https://gct.zint.ch/).
To download stable codes, please use [GCT Generator](https://gct.zint.ch/) instead.
:::
<JPTranslatorNotice />
<Generator />

View file

@ -2,6 +2,10 @@
editLink: false
---
<JPTranslatorNotice />
::: danger
このサイトには実験的な機能とコードが含まれています。
安定版のコードをダウンロードする場合は[GCT Generator](https://gct.zint.ch/)を使ってください。
(とは言いますが当サイトはサポミクが管理しているので、お気軽に使っていただいて何か不明点などありましたら Discord にてお気軽に連絡していただければと思います)
:::
<Generator />