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