diff --git a/docs/index.md b/docs/index.md index 2ff43f4..417b401 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,10 @@ The Key Mapper documentation aims to provide users with a comprehensive guide to --8<-- "preamble.md" -!!! question "Want a tutorial?" +!!! tip "Get started" + The best way to get started is with our [Quick Start Guide](quick-start.md). + +!!! question "Want a tutorial for something specific?" We've made some [handy tutorials](tutorials-index.md) to help you learn Key Mapper. !!! discord "Want to ask for help?" diff --git a/mkdocs.yml b/mkdocs.yml index eb963a4..9b3b531 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,7 @@ site_url: https://docs.keymapper.club/ use_directory_urls: true nav: - Home: index.md + - Quick Start: quick-start.md - Troubleshooting: faq.md - Tutorials: - Make a volume button toggle the flashlight on the lockscreen: tutorials/simple-volume.md