mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-05-31 23:09:44 +02:00
Add more menu and footer items
This commit is contained in:
parent
b9d1e636a4
commit
6d5369d4d0
@ -18,9 +18,24 @@ logo_path = "images/happy_ferris.svg"
|
|||||||
name = "Home"
|
name = "Home"
|
||||||
url = "/"
|
url = "/"
|
||||||
[[extra.menu_items]]
|
[[extra.menu_items]]
|
||||||
|
name = "Setup"
|
||||||
|
url = "/setup"
|
||||||
|
[[extra.menu_items]]
|
||||||
|
name = "Usage"
|
||||||
|
url = "/usage"
|
||||||
|
[[extra.menu_items]]
|
||||||
|
name = "Q/A"
|
||||||
|
url = "https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q="
|
||||||
|
[[extra.menu_items]]
|
||||||
name = "Custom Exercises"
|
name = "Custom Exercises"
|
||||||
url = "/custom-exercises"
|
url = "/custom-exercises"
|
||||||
|
|
||||||
[[extra.footer_items]]
|
[[extra.footer_items]]
|
||||||
name = "Repository"
|
name = "Repository"
|
||||||
url = "https://github.com/rust-lang/rustlings"
|
url = "https://github.com/rust-lang/rustlings"
|
||||||
|
[[extra.footer_items]]
|
||||||
|
name = "Changelog"
|
||||||
|
url = "https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md"
|
||||||
|
[[extra.footer_items]]
|
||||||
|
name = "MIT License"
|
||||||
|
url = "https://github.com/rust-lang/rustlings/blob/main/LICENSE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user