Page refactor

This commit is contained in:
Marc Riera 2022-09-05 22:11:37 +02:00 committed by GitHub
parent a9470ab54c
commit 807790af8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
122 changed files with 2074 additions and 491 deletions

View file

@ -10,7 +10,7 @@ themeVariant = [ "relearn-light", "relearn-dark" ]
collapsibleMenu = true
disableLandingPageButton = true
disableShortcutsTitle=true
custom_css = [ "css/custom.css" ]
disableNextPrev = true
[markup]
[markup.goldmark]
@ -18,9 +18,17 @@ custom_css = [ "css/custom.css" ]
unsafe = true
[[menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> Acknowledgements"
url = "/acknowledgements"
weight = 1
[[menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub repo"
identifier = "ds"
url = "https://github.com/MarcRiera/ddgo-controller-docs"
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