Update menu look'n'feel

This commit is contained in:
2024-06-16 19:17:10 +02:00
parent 37aac32a4b
commit 29bcbde583
12 changed files with 27 additions and 97 deletions

View File

@@ -8,60 +8,33 @@ paginate = 10
[menu]
[[menu.main]]
name = "About"
name = "Documentation"
pre = "<div class='fa fa-book'></div> "
url = "/documentation"
weight = 1
[[menu.main]]
parent = "About"
name = "About ExectOS"
url = "/about-exectos"
weight = 11
[[menu.main]]
parent = "About"
name = "FAQ"
url = "/faq"
weight = 12
[[menu.main]]
name = "Development"
name = "Contributing"
pre = "<div class='fa fa-code-fork'></div> "
url = "/contributing"
weight = 2
[[menu.main]]
parent = "Development"
name = "Architecture"
url = "/xtos-architecture"
weight = 21
[[menu.main]]
parent = "Development"
name = "Contributing"
url = "/contributing"
weight = 22
[[menu.main]]
parent = "Development"
name = "Source Code"
url = "https://git.codingworkshop.eu.org/xt-sys/exectos"
weight = 23
[[menu.main]]
name = "Downloads"
name = "Source Code"
pre = "<div class='fa fa-codepen'></div> "
url = "/source-code"
weight = 3
[[menu.main]]
parent = "Downloads"
name = "ExectOS"
url = "https://artifacts.codingworkshop.eu.org/ExectOS"
weight = 31
[[menu.main]]
parent = "Downloads"
name = "ToolChain"
url = "https://github.com/xt-sys/xtchain/releases"
weight = 32
[[menu.main]]
name = "Discord"
url = "https://discord.com/invite/zBzJ5qMGX7"
name = "Download"
pre = "<div class='fa fa-cubes'></div> "
url = "/download"
weight = 4
[[menu.main]]
name = "Donate"
url = "https://github.com/sponsors/xt-sys/"
name = "Discord"
pre = "<div class='fa fa-wechat'></div> "
url = "https://discord.com/invite/zBzJ5qMGX7"
weight = 5
[params]