diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 12:25:55 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 12:25:55 +0200 |
| commit | 6d5369d4d02092757e0a75ef55cf1ea87bfe2182 (patch) | |
| tree | 637cf5432fca4eddf8142c905e86da7bf8847d25 | |
| parent | b9d1e636a46ee6bc8ffa5dd889137229d76976ce (diff) | |
Add more menu and footer items
| -rw-r--r-- | website/config.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/website/config.toml b/website/config.toml index 906bb8b..5a360fb 100644 --- a/website/config.toml +++ b/website/config.toml @@ -18,9 +18,24 @@ logo_path = "images/happy_ferris.svg" name = "Home" url = "/" [[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" url = "/custom-exercises" [[extra.footer_items]] name = "Repository" 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" |
