forked from camunda/camunda-docs-manual
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yaml
56 lines (51 loc) · 963 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
45
46
47
48
49
50
51
52
53
54
55
56
---
baseURL: "https://docs.operaton.org"
languageCode: "en-us"
title: "Operaton documentation"
theme: "operaton"
blackfriday:
plainIDAnchors: true
params:
canonicalBasePath: ""
sections:
- id: "get-started"
name: "Get Started"
url: "/get-started"
- id: "manual"
name: "Operaton"
url: "/manual"
- id: "security"
name: "Security"
url: "/security"
section:
id: "manual"
version: "latest"
versionAlias: "1.0.0-beta-2"
versions:
- "latest"
- "1.0.0-beta-1"
- "1.0.0-beta-2"
github:
repositoryName: "operaton/docs-operaton-org"
branch: "main"
outputs:
home:
- "HTML"
- "RSS"
section:
- "HTML"
markup:
goldmark:
renderer:
unsafe: true
extensions:
definitionList: true
footnote: true
linkify: true
strikethrough: true
table: true
taskList: true
typographer: true
disableKinds:
- taxonomy
...