mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-04 12:09:28 +02:00
37 lines
865 B
TOML
37 lines
865 B
TOML
baseURL = "https://marcriera.github.io/ddgo-controller-docs"
|
|
languageCode = "en-us"
|
|
title = "Densha de GO! controller documentation"
|
|
canonifyURLs = true
|
|
|
|
[params]
|
|
disableSearch = true
|
|
themeVariant = [ "relearn-light", "relearn-dark" ]
|
|
disableLandingPageButton = true
|
|
disableShortcutsTitle=true
|
|
disableNextPrev = true
|
|
|
|
[markup]
|
|
[markup.goldmark]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fas fa-fw fa-bullhorn'></i> Acknowledgements"
|
|
url = "/acknowledgements"
|
|
weight = 1
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fas fa-fw fa-bookmark'></i> References"
|
|
url = "/references"
|
|
weight = 1
|
|
|
|
[[menu.shortcuts]]
|
|
name = "<i class='fab fa-fw fa-github'></i> GitHub repository"
|
|
url = "https://github.com/MarcRiera/ddgo-controller-docs"
|
|
weight = 3
|
|
|
|
|
|
[module]
|
|
[[module.imports]]
|
|
path = 'github.com/McShelby/hugo-theme-relearn'
|