1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09: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': {
'title': 'CodeX Docs',
'description': 'A block-styled editor with clean JSON output',
'description': 'Free Docs app powered by Editor.js ecosystem',
'startPage': '',
'misprintsChatId': '12344564',
'yandexMetrikaId': '',
'carbon': {
'serve': '',
'placement': '',
},
'menu': [
'Guides',
{
'title': 'CodeX',
'uri': 'https://codex.so',
},
],
'menu': [],
},
'auth': {
'secret': 'supersecret',