From b1f481bb65cb80d73032e5df89b81d1440ca8c52 Mon Sep 17 00:00:00 2001 From: boldsuck Date: Tue, 3 Dec 2024 23:14:29 +0100 Subject: [PATCH] Add navigation tabs --- mkdocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index de7889c..5a78a58 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,8 @@ theme: - navigation.sections - toc.follow - navigation.top + - navigation.tabs + - navigation.tabs.sticky - search.suggest - search.highlight palette: @@ -115,10 +117,10 @@ nav: - Import Development Environment: 'development/importing.md' - Contributor Guidelines: 'development/contributor-guidelines.md' - Haveno UI: - - Getting Started: 'haveno-ui/get_started.md' - - Getting Started 2: 'haveno-ui/haveno-reto_get_started.md' - - UX tips: 'haveno-ui/UX_tips.md' - - Trading recommendation: 'haveno-ui/trading-recommendations.md' - - Security tips: 'haveno-ui/security.md' - - Troubleshooting: 'haveno-ui/troubleshooting.md' - - Backup & Restore: 'haveno-ui/backup_and_restore.md' + - Getting Started: 'haveno-ui/get_started.md' + - Getting Started 2: 'haveno-ui/haveno-reto_get_started.md' + - UX tips: 'haveno-ui/UX_tips.md' + - Trading recommendation: 'haveno-ui/trading-recommendations.md' + - Security tips: 'haveno-ui/security.md' + - Troubleshooting: 'haveno-ui/troubleshooting.md' + - Backup & Restore: 'haveno-ui/backup_and_restore.md'