-
Notifications
You must be signed in to change notification settings - Fork 2
/
docs-config.yaml
41 lines (40 loc) · 954 Bytes
/
docs-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
port: 3000
host: "localhost"
uploads:
driver: "local"
local:
path: "./uploads"
favicon: "public/favicon.png"
frontend:
title: Editor.js
startPage: ""
description: Free block-style editor with a universal JSON output
menu:
- title: Documentation
uri: "/base-concepts"
- title: Awesome Plugins
uri: https://github.com/editor-js/awesome-editorjs
- title: Digest
uri: https://digest.editorjs.io/
- title: GitHub
uri: https://github.com/codex-team/editor.js
- title: Support Editor.js
uri: https://opencollective.com/editorjs
misprintsChatId: ""
yandexMetrikaId: ""
carbon:
serve: ""
placement: ""
auth:
secret: supersecret
password: secretpassword
staticBuild:
overwrite: false
outputDir: .output/public
indexPage:
enabled: false
uri: base-concepts
database:
driver: local # you can change database driver here. 'mongodb' or 'local'
local:
path: ./db