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:
parent
a3c87bb2c7
commit
2c0477c97d
1 changed files with 2 additions and 10 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue