diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 16:05:42 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 16:05:42 +0200 |
| commit | 23b9aa3a1544228f85411e7c2703bf0ec6c35cba (patch) | |
| tree | 56a4b2074ccd50cf634cf02c5ec5726102898015 /website | |
| parent | 69fe9626da03a21ce209c8e03125329f2a6557f6 (diff) | |
Move Q/A menu item
Diffstat (limited to 'website')
| -rw-r--r-- | website/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/website/config.toml b/website/config.toml index 4197411..84acb39 100644 --- a/website/config.toml +++ b/website/config.toml @@ -24,11 +24,11 @@ url = "/setup" 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.menu_items]] +name = "Q/A" +url = "https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q=" [[extra.footer_items]] name = "Repository" |
