1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 21:29:41 +02:00

fix default config

This commit is contained in:
Nikita Melnikov 2022-11-03 11:46:04 +02:00
parent a3c87bb2c7
commit 2c0477c97d

View file

@ -123,21 +123,13 @@ const defaultConfig: AppConfig = {
}, },
'frontend': { 'frontend': {
'title': 'CodeX Docs', 'title': 'CodeX Docs',
'description': 'A block-styled editor with clean JSON output', 'description': 'Free Docs app powered by Editor.js ecosystem',
'startPage': '', 'startPage': '',
'misprintsChatId': '12344564',
'yandexMetrikaId': '',
'carbon': { 'carbon': {
'serve': '', 'serve': '',
'placement': '', 'placement': '',
}, },
'menu': [ 'menu': [],
'Guides',
{
'title': 'CodeX',
'uri': 'https://codex.so',
},
],
}, },
'auth': { 'auth': {
'secret': 'supersecret', 'secret': 'supersecret',