-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.toml
More file actions
31 lines (25 loc) · 691 Bytes
/
config.toml
File metadata and controls
31 lines (25 loc) · 691 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
baseURL = "/"
languageCode = "en-us"
title = "Packages search for NUR"
theme = "docdock"
[params]
themeStyle = "nur"
disableHomeIcon = false
disableNavChevron = false
[outputs]
home = [ "HTML", "RSS", "JSON" ]
[markup.goldmark.renderer]
unsafe = true
[[menu.shortcuts]]
pre = "<h3>More</h3>"
name = "<i class='fa fa-plus'></i> <label>Add your repo</label>"
url = "/documentation/#how-to-add-your-own-repository"
weight = 10
[[menu.shortcuts]]
name = "<i class='fa fa-book'></i> <label>Documentation</label>"
url = "/documentation/"
weight = 20
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> <label>NUR Project</label>"
url = "https://github.com/nix-community/NUR"
weight = 31