documentation/config.toml

42 lines
871 B
TOML
Raw Normal View History

2018-09-23 00:14:25 +02:00
baseURL = "http://docs.joinmastodon.org/"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Mastodon documentation"
pygmentsCodeFences = true
pygmentsStyle = "dracula"
metaDataFormat = "yaml"
paginate = 100
enableGitInfo = true
[languages]
[languages.en]
contentDir = "content/en"
languageName = "English"
weight = 1
[languages.pl]
contentDir = "content/pl"
languageName = "Polski"
weight = 1
2018-09-23 00:14:25 +02:00
[menu]
[[menu.docs]]
name = "User guide"
weight = 1
2018-09-23 01:00:04 +02:00
identifier = "usage"
url = "/usage/"
2018-09-23 00:14:25 +02:00
[[menu.docs]]
name = "Administrator guide"
weight = 2
2018-09-23 01:00:04 +02:00
identifier = "administration"
url = "/administration/"
[[menu.docs]]
name = "API Overview"
2018-09-23 01:00:04 +02:00
weight = 4
identifier = "api"
url = "/api/"
[[menu.docs]]
name = "REST API"
weight = 5
identifier = "rest-api"
url = "/api/rest/"