Skip to content

Commit 6b12bf1

Browse files
committed
some fixes for docs and configs
1 parent e4fb951 commit 6b12bf1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here is our [Demo Application](https://docs-demo.codex.so/) where you can try Co
2929

3030
1. [Getting Started](https://docs.codex.so/getting-started)
3131
2. [Configuration](https://docs.codex.so/configuration)
32-
3. [Deployment](https://docs.codex.so/deployment)
32+
3. [Kubernetes deployment](https://docs.codex.so/k8s-deployment)
3333
4. [Authentication](https://docs.codex.so/authentication)
3434
5. [Writing](https://docs.codex.so/writing)
3535
6. [How to enable analytics](https://docs.codex.so/yandex-metrica)

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3.2"
22
services:
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:

docs-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ uploads:
1111
keyPrefix: "/"
1212
accessKeyId: "my-access-key"
1313
secretAccessKey: "my-secret-key"
14-
password: secretpassword
1514
frontend:
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

2928
auth:
29+
password: secretpassword
3030
secret: supersecret
3131

3232
hawk:

0 commit comments

Comments
 (0)