mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
* Implement default redirect * Move startPage configuration to env * Remove console.log Change development config back to master * remove global middleware
14 lines
340 B
Text
14 lines
340 B
Text
{
|
|
"title": "CodeX Docs",
|
|
"description": "A block-styled editor with clean JSON output",
|
|
"menu": [
|
|
"Guides",
|
|
"API",
|
|
"Plugins",
|
|
{"title": "Support Project", "uri": "/support"}
|
|
],
|
|
"landingFrameSrc": "https://codex.so/editor?frame=1",
|
|
"startPage": "codex",
|
|
"misprintsChatId": "12344564",
|
|
"yandexMetrikaId": ""
|
|
}
|