1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00
codex.docs/.codexdocsrc.sample
Alexander Menshikov 40d5285e5e
Implement default redirect (#99)
* Implement default redirect

* Move startPage configuration to env

* Remove console.log
Change development config back to master

* remove global middleware
2020-05-09 14:17:29 +03:00

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": ""
}