add warning for dev site
This commit is contained in:
parent
44f21443b0
commit
a70aa73775
6 changed files with 26 additions and 4 deletions
|
@ -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'),
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
gct.zint.ch
|
||||
gctdev.sms.sup39.dev
|
||||
|
|
|
@ -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 />
|
||||
|
|
|
@ -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 />
|
||||
|
|
|
@ -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 />
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
editLink: false
|
||||
---
|
||||
|
||||
<JPTranslatorNotice />
|
||||
::: danger
|
||||
このサイトには実験的な機能とコードが含まれています。
|
||||
安定版のコードをダウンロードする場合は[GCT Generator](https://gct.zint.ch/)を使ってください。
|
||||
(とは言いますが当サイトはサポミクが管理しているので、お気軽に使っていただいて何か不明点などありましたら Discord にてお気軽に連絡していただければと思います)
|
||||
:::
|
||||
|
||||
<Generator />
|
||||
|
|
Loading…
Reference in a new issue