File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,24 @@ logo_path = "images/happy_ferris.svg"
1818name = " Home"
1919url = " /"
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 ]]
2130name = " Custom Exercises"
2231url = " /custom-exercises"
2332
2433[[extra .footer_items ]]
2534name = " Repository"
2635url = " 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"
You can’t perform that action at this time.
0 commit comments