File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Here is our [Demo Application](https://docs-demo.codex.so/) where you can try Co
2929
30301 . [ Getting Started] ( https://docs.codex.so/getting-started )
31312 . [ Configuration] ( https://docs.codex.so/configuration )
32- 3 . [ Deployment ] ( https://docs.codex.so/deployment )
32+ 3 . [ Kubernetes deployment ] ( https://docs.codex.so/k8s- deployment )
33334 . [ Authentication] ( https://docs.codex.so/authentication )
34345 . [ Writing] ( https://docs.codex.so/writing )
35356 . [ How to enable analytics] ( https://docs.codex.so/yandex-metrica )
Original file line number Diff line number Diff line change 11version : " 3.2"
22services :
33 docs :
4- image : ghcr.io/codex-team/codex.docs:stage-17857c8-1667816216 # need to be changed after release
4+ image : ghcr.io/codex-team/codex.docs:v2.0.0-rc.8
55 ports :
66 - " 3000:3000"
77 volumes :
Original file line number Diff line number Diff line change @@ -11,10 +11,9 @@ uploads:
1111 keyPrefix : " /"
1212 accessKeyId : " my-access-key"
1313 secretAccessKey : " my-secret-key"
14- password : secretpassword
1514frontend :
1615 title : " CodeX Docs"
17- description : " A block-styled editor with clean JSON output "
16+ description : " Free Docs app powered by Editor.js ecosystemt "
1817 startPage : " "
1918 misprintsChatId : " 12344564"
2019 yandexMetrikaId : " "
@@ -27,6 +26,7 @@ frontend:
2726 uri : " https://codex.so"
2827
2928auth :
29+ password : secretpassword
3030 secret : supersecret
3131
3232hawk :
You can’t perform that action at this time.
0 commit comments