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:
Sean (ANGRYxScotsman)
2026-03-06 14:28:34 +00:00
committed by GitHub
parent d2dbf03572
commit 2d2497408f
14 changed files with 97 additions and 64 deletions

View File

@@ -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"