Skip to content

Commit 6d5369d

Browse files
committed
Add more menu and footer items
1 parent b9d1e63 commit 6d5369d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

website/config.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,24 @@ logo_path = "images/happy_ferris.svg"
1818
name = "Home"
1919
url = "/"
2020
[[extra.menu_items]]
21+
name = "Setup"
22+
url = "/setup"
23+
[[extra.menu_items]]
24+
name = "Usage"
25+
url = "/usage"
26+
[[extra.menu_items]]
27+
name = "Q/A"
28+
url = "https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q="
29+
[[extra.menu_items]]
2130
name = "Custom Exercises"
2231
url = "/custom-exercises"
2332

2433
[[extra.footer_items]]
2534
name = "Repository"
2635
url = "https://github.com/rust-lang/rustlings"
36+
[[extra.footer_items]]
37+
name = "Changelog"
38+
url = "https://github.com/rust-lang/rustlings/blob/main/CHANGELOG.md"
39+
[[extra.footer_items]]
40+
name = "MIT License"
41+
url = "https://github.com/rust-lang/rustlings/blob/main/LICENSE"

0 commit comments

Comments
 (0)