mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
some fixes for docs and configs
This commit is contained in:
parent
e4fb951e4c
commit
6b12bf163d
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ Here is our [Demo Application](https://docs-demo.codex.so/) where you can try Co
|
||||||
|
|
||||||
1. [Getting Started](https://docs.codex.so/getting-started)
|
1. [Getting Started](https://docs.codex.so/getting-started)
|
||||||
2. [Configuration](https://docs.codex.so/configuration)
|
2. [Configuration](https://docs.codex.so/configuration)
|
||||||
3. [Deployment](https://docs.codex.so/deployment)
|
3. [Kubernetes deployment](https://docs.codex.so/k8s-deployment)
|
||||||
4. [Authentication](https://docs.codex.so/authentication)
|
4. [Authentication](https://docs.codex.so/authentication)
|
||||||
5. [Writing](https://docs.codex.so/writing)
|
5. [Writing](https://docs.codex.so/writing)
|
||||||
6. [How to enable analytics](https://docs.codex.so/yandex-metrica)
|
6. [How to enable analytics](https://docs.codex.so/yandex-metrica)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.2"
|
version: "3.2"
|
||||||
services:
|
services:
|
||||||
docs:
|
docs:
|
||||||
image: ghcr.io/codex-team/codex.docs:stage-17857c8-1667816216 # need to be changed after release
|
image: ghcr.io/codex-team/codex.docs:v2.0.0-rc.8
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -11,10 +11,9 @@ uploads:
|
||||||
keyPrefix: "/"
|
keyPrefix: "/"
|
||||||
accessKeyId: "my-access-key"
|
accessKeyId: "my-access-key"
|
||||||
secretAccessKey: "my-secret-key"
|
secretAccessKey: "my-secret-key"
|
||||||
password: secretpassword
|
|
||||||
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 ecosystemt"
|
||||||
startPage: ""
|
startPage: ""
|
||||||
misprintsChatId: "12344564"
|
misprintsChatId: "12344564"
|
||||||
yandexMetrikaId: ""
|
yandexMetrikaId: ""
|
||||||
|
@ -27,6 +26,7 @@ frontend:
|
||||||
uri: "https://codex.so"
|
uri: "https://codex.so"
|
||||||
|
|
||||||
auth:
|
auth:
|
||||||
|
password: secretpassword
|
||||||
secret: supersecret
|
secret: supersecret
|
||||||
|
|
||||||
hawk:
|
hawk:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue