mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
[Feature] Static pages rendering 🤩 (#274)
This commit is contained in:
parent
8c794304b6
commit
4ad37abed0
20 changed files with 554 additions and 705 deletions
41
docs-config.yaml
Normal file
41
docs-config.yaml
Normal file
|
@ -0,0 +1,41 @@
|
|||
port: 3000
|
||||
host: "localhost"
|
||||
uploads:
|
||||
driver: "local"
|
||||
local:
|
||||
path: "./uploads"
|
||||
s3:
|
||||
bucket: "my-bucket"
|
||||
region: "eu-central-1"
|
||||
baseUrl: "http://docs-static.codex.so.s3-website.eu-central-1.amazonaws.com"
|
||||
keyPrefix: "/"
|
||||
accessKeyId: "my-access-key"
|
||||
secretAccessKey: "my-secret-key"
|
||||
password: secretpassword
|
||||
frontend:
|
||||
title: "CodeX Docs"
|
||||
description: "A block-styled editor with clean JSON output"
|
||||
startPage: ""
|
||||
misprintsChatId: "12344564"
|
||||
yandexMetrikaId: ""
|
||||
carbon:
|
||||
serve: ""
|
||||
placement: ""
|
||||
menu:
|
||||
- "Guides"
|
||||
- title: "CodeX"
|
||||
uri: "https://codex.so"
|
||||
|
||||
auth:
|
||||
secret: supersecret
|
||||
|
||||
hawk:
|
||||
# frontendToken: "123"
|
||||
# backendToken: "123"
|
||||
|
||||
database:
|
||||
driver: local # you can change database driver here. 'mongodb' or 'local'
|
||||
local:
|
||||
path: ./db
|
||||
# mongodb:
|
||||
# uri: mongodb://localhost:27017/docs
|
Loading…
Add table
Add a link
Reference in a new issue