forked from camunda/camunda-docs-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
44 lines (42 loc) · 797 Bytes
/
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
---
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: "enterprise"
name: "Enterprise"
url: "/enterprise"
section:
id: "manual"
version: "develop"
versionAlias: "7.10"
versions:
- "latest"
- "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"
...