-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.yaml
More file actions
50 lines (44 loc) · 973 Bytes
/
config.yaml
File metadata and controls
50 lines (44 loc) · 973 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
42
43
44
45
46
47
48
49
50
---
baseURL: "/"
languageCode: "en-us"
title: "Fluxnova documentation"
theme: "fluxnova"
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
endLevel: 3
ordered: false
blackfriday:
plainIDAnchors: true
params:
canonicalBasePath: "https://docs.fluxnova.finos.org"
version: "1.0"
forum:
url: "https://github.com/finos/fluxnova-modeler/discussions"
name: "Fluxnova Forum"
section:
id: "manual"
version: "develop"
versionAlias: "1.0"
versions:
- "latest"
- "1.0"
- "develop"
# base URLs with optional version number in path using placeholder %s
openApiBaseURL: "https://docs.fluxnova.finos.org/rest/fluxnova-bpm-platform/%s"
javadocsBaseURL: "https://docs.fluxnova.finos.org/javadocs/%s"
github:
repositoryName: "finos/fluxnova-docs-manual"
branch: "main"
outputs:
home:
- "HTML"
- "RSS"
section:
- "HTML"
disableKinds:
- taxonomy
...