forked from camunda/camunda-docs-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
66 lines (62 loc) · 1.08 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
baseURL: "/manual/develop/"
languageCode: "en-us"
title: "Camunda BPM documentation"
theme: "camunda"
blackfriday:
plainIDAnchors: true
params:
sections:
- id: "get-started"
name: "Get Started"
url: "/get-started"
- id: "manual"
name: "BPM Platform"
url: "/manual"
- id: "optimize"
name: "Optimize"
url: "/optimize"
- id: 'cawemo'
name: 'Cawemo'
url: '/cawemo'
- id: "enterprise"
name: "Enterprise"
url: "/enterprise"
- id: "security"
name: "Security"
url: "/security"
section:
id: "manual"
version: "develop"
versionAlias: "7.15"
versions:
- "latest"
- "7.14"
- "7.13"
- "7.12"
- "7.11"
- "7.10"
- "7.9"
- "7.8"
- "7.7"
- "7.6"
- "7.5"
- "7.4"
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "develop"
github:
repositoryName: "camunda/camunda-docs-manual"
branch: "master"
outputs:
home:
- "HTML"
- "RSS"
section:
- "HTML"
disableKinds:
- taxonomy
- taxonomyTerm
...