mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
Website updated to latest version (#4157)
* updated theme to latest version * updated tabs to the new way * added missing frontmatter to pages * updated hugo version * edited the file structure * revert back to old way * Update _index.md * fix typo and made sure it was upto date * updated docs * clean up navbar * Update en.yaml
This commit is contained in:
committed by
GitHub
parent
d2dbf03572
commit
2d2497408f
@@ -12,29 +12,48 @@ canonifyURLs = true
|
||||
path = "github.com/imfing/hextra"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Developer Documentation"
|
||||
pageRef = "/dev"
|
||||
identifier = "userguide"
|
||||
name = "User Guides"
|
||||
pageRef = "/userguide"
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
name = "User Guides"
|
||||
pageRef = "/userguide"
|
||||
identifier = "documentation"
|
||||
name = "Developer Documentation"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "contribution-guides"
|
||||
name = "Contribution Guides"
|
||||
pageRef = "CONTRIBUTING.md"
|
||||
weight = 1
|
||||
parent = "documentation"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "developer-documentation"
|
||||
name = "Developer Docs"
|
||||
pageRef = "/dev"
|
||||
weight = 2
|
||||
parent = "documentation"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "help"
|
||||
name = "Help"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "faq"
|
||||
name = "FAQ"
|
||||
pageRef = "faq.md"
|
||||
weight = 4
|
||||
weight = 1
|
||||
parent = "help"
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "known-issues"
|
||||
name = "Known Issues"
|
||||
pageRef = "KnownIssues.md"
|
||||
weight = 4
|
||||
weight = 2
|
||||
parent = "help"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Store"
|
||||
|
||||
Reference in New Issue
Block a user