forked from zoollcar/camunda-docs-manual-cn
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.yaml
More file actions
41 lines (37 loc) · 761 Bytes
/
Copy pathconfig.yaml
File metadata and controls
41 lines (37 loc) · 761 Bytes
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
---
baseURL: "http://camunda-cn.shaochenfeng.com/"
languageCode: "zh-cn"
title: "Camunda 中文站"
theme: "camunda"
blackfriday:
plainIDAnchors: true
params:
sections:
- id: "get-started"
name: "入门教程"
url: "https://docs.camunda.org/get-started/"
- id: "get-started"
name: "译者的入门教程"
url: "http://shaochenfeng.com/camunda/"
- id: "manual"
name: "Camunda 平台"
url: "/camunda-cn"
section:
id: "manual"
version: "develop"
versionAlias: "7.16"
versions:
- "develop"
github:
repositoryName: "zoollcar/camunda-docs-manual-cn"
branch: "master"
outputs:
home:
- "HTML"
- "RSS"
section:
- "HTML"
disableKinds:
- taxonomy
- taxonomyTerm
...