-
Notifications
You must be signed in to change notification settings - Fork 0
/
doccer.yaml
65 lines (53 loc) · 1.49 KB
/
doccer.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
project:
name: "Wagtail FEdit"
version: "1.5.8"
repository: "https://github.com/Nigel2392/wagtail_fedit"
input: "./docs_src"
output: "./docs"
server:
base_url: "/wagtail_fedit/"
static_url: "https://github.com/Nigel2392/wagtail_fedit/blob/main/.github/"
hostname: "localhost"
port: 8080
# private_key: "path/to/private_key"
# certificate: "path/to/public_key"
menu:
# logo: "static/logo.svg"
items:
- name: "Wagtail FEdit"
path: "README.md"
icon: "list-ol"
- name: "Installation Instructions"
path: "installation_instructions.md"
icon: "file-earmark-arrow-down"
- name: "Make something editable"
path: "make_editable.md"
icon: "pencil-square"
- name: "Adapters"
path: "adapters"
icon: "subtract"
items:
- name: "Adapters Python"
icon: "filetype-py"
path: "adapters/adapters_python.md"
- name: "Adapters Javascript"
icon: "filetype-js"
path: "adapters/adapters_js.md"
- name: "Caveats"
icon: "exclamation-circle"
path: "caveats.md"
- name: "Hooks"
icon: "stack"
path: "hooks.md"
- name: "Settings"
icon: "gear"
path: "settings.md"
- name: "Permissions"
icon: "shield-lock"
path: "permissions.md"
- name: "Supported Features"
icon: "list-stars"
path: "support.md"
# context:
# Title: "Project Name"
# description: "This is a project that does things."