-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.toml
More file actions
47 lines (40 loc) · 1.03 KB
/
config.toml
File metadata and controls
47 lines (40 loc) · 1.03 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
baseurl = "https://docs.barricade.io/"
theme = "barricade"
description = "Resources for using and developing with Barricade"
publishdir = "static"
canonifyURLs = "true"
relativeURLs = "false"
pluralizeListTitles = "false"
plainIdAnchors = "true"
[params]
title = "Barricade Docs"
author = "Team Barricade"
description = "Resources for using and developing with Barricade"
[[menu.main]]
name = "Getting Started"
url = "/getting-started/"
identifier = "getting-started"
weight = -100
[[menu.main]]
name = "Using Barricade"
url = "/using-barricade/"
identifier = "using-barricade"
weight = -80
[[menu.main]]
name = "Security Guides"
url = "/security-guide/"
identifier = "security-guide"
weight = -70
[[menu.main]]
name = "Barricade API"
url = "/api/"
weight = -60
[[menu.main]]
name = "Design Style Guide"
url = "https://styleguide.barricade.io/"
weight = -50
[[menu.main]]
name = "Changelog"
url = "/changelog/"
identifier = "changelog"
weight = -40