forked from streamaserver/streamaDocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
42 lines (36 loc) · 889 Bytes
/
config.toml
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
baseURL = "https://docs.streama-project.com/"
languageCode = "en-us"
title = "Streama"
theme = "streama"
[params]
docs_repo = "https://github.com/streamaserver/streamaDocs/"
# Site Menus
[menu]
# Navbar Menus
[[menu.nav]]
name = "Docs"
url = "/docs/"
weight = 2
[[menu.nav]]
name = "Help"
url = "/help/"
weight = 3
[[menu.nav]]
name = "GitHub"
url = "https://github.com/streamaserver/streama"
weight = 4
[[menu.docs]]
name = "About Strema"
weight = 1
identifier = "about"
url = "/about/"
[[menu.docs]]
name = "Getting Started"
weight = 5
identifier = "getting-started"
url = "/getting-started/"
[[menu.docs]]
name = "Configuration"
weight = 10
identifier = "config"
url = "/config/"