-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
151 lines (118 loc) · 3.02 KB
/
config.toml
File metadata and controls
151 lines (118 loc) · 3.02 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# baseurl = "https://blog.session.it/open-developer-platform"
baseurl = "https://localhost:1313/open-developer-platform"
languageCode = "en-us"
title = "Open Developer Platform documentation"
theme = "material"
metadataformat = "yaml"
canonifyurls = true
# Enable Google Analytics by entering your tracking id
googleAnalytics = ""
# Generate HTML in the docs folder
publishDir = "docs"
[params]
# General information
author = "Symphony Software Foundation"
description = "Open Developer Platform documentation."
copyright = "Released under the Apache 2.0 license"
# Repository
provider = "GitHub"
repo_url = "https://github.com/maoo/open-developer-platform"
# version = "0.9.0"
logo = "/SymphonyFoundationSymbol.png"
favicon = ""
permalink = "#"
# Custom assets
custom_css = []
custom_js = []
# Syntax highlighting theme
highlight_css = ""
[params.palette]
primary = "grey"
accent = "teal"
[params.font]
text = "Ubuntu"
code = "Ubuntu Mono"
[social]
twitter = "symphonyOSS"
github = "symphonyoss"
# email = "infra@symphony.foundation"
[[menu.main]]
name = "Why ODP"
url = "why-odp/"
weight = 20
[[menu.main]]
name = "Getting started"
url = "getting-started/"
weight = 30
[[menu.main]]
name = "Project infrastructure"
url = "project-infrastructure/"
weight = 50
[[menu.main]]
name = "Continuous Integration"
url = "project-infrastructure/continuous-integration/"
weight = 80
[[menu.main]]
name = "Documentation"
url = "project-infrastructure/documentation/"
weight = 90
[[menu.main]]
name = "Languages"
url = "project-infrastructure/languages/"
weight = 100
[[menu.main]]
name = "C#"
url = "project-infrastructure/languages/c-sharp/"
weight = 120
[[menu.main]]
name = "Clojure"
url = "project-infrastructure/languages/clojure/"
weight = 130
[[menu.main]]
name = "Java"
url = "project-infrastructure/languages/java/"
weight = 140
[[menu.main]]
name = "Javascript"
url = "project-infrastructure/languages/javascript/"
weight = 150
[[menu.main]]
name = "Python"
url = "project-infrastructure/languages/python/"
weight = 160
[[menu.main]]
name = "Reporting"
url = "project-infrastructure/reporting/"
weight = 110
[[menu.main]]
name = "BitHound"
url = "project-infrastructure/reporting/bithound/"
weight = 170
[[menu.main]]
name = "CodeClimate"
url = "project-infrastructure/reporting/codeclimate/"
weight = 180
[[menu.main]]
name = "Coverity Scan"
url = "project-infrastructure/reporting/coverityscan/"
weight = 190
[[menu.main]]
name = "NodeSecurity"
url = "project-infrastructure/reporting/nodesecurity/"
weight = 200
[[menu.main]]
name = "SonarCloud"
url = "project-infrastructure/reporting/sonarcloud/"
weight = 210
[[menu.main]]
name = "VersionEye"
url = "project-infrastructure/reporting/versioneye/"
weight = 220
[[menu.main]]
name = "Technologies"
url = "technologies/"
weight = 60
[[menu.main]]
name = "Resources"
url = "resources/"
weight = 70