From 72c174c89febfe5c5029eb8e04e77f16bfb287b4 Mon Sep 17 00:00:00 2001 From: Grol Grol Date: Sun, 4 May 2025 07:12:49 +0300 Subject: [PATCH] feat: Set navigation order using nav_order --- docs/changelog.md | 4 ++++ docs/contributing.md | 3 ++- docs/index.md | 8 ++++++-- docs/installation.md | 4 ++++ docs/roadmap.md | 4 ++++ docs/settings.md | 4 ++++ docs/usage.md | 4 ++++ 7 files changed, 28 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f13f100..7c4e1de 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,7 @@ +--- +title: Changelog +nav_order: 3 +--- # Changelog ## [Unreleased] diff --git a/docs/contributing.md b/docs/contributing.md index 95551d3..2de63b6 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,6 +1,7 @@ --- +title: Contributing +nav_order: 6 --- - # Contributing - [English](#english) diff --git a/docs/index.md b/docs/index.md index b885831..da4e81f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,3 +1,7 @@ +--- +title: Welcome +nav_order: 0 +--- # Welcome to Checkbox Sync Documentation - [English](#english) @@ -14,11 +18,11 @@ It offers bidirectional synchronization options based on your settings: This provides flexibility in how you manage your task lists. **Quick Links:** -* [Installation Guide](installation.md) * [Usage and Examples](usage.md) * [Settings Explained](settings.md) * [Changelog](changelog.md) * [Roadmap](roadmap.md) +* [Installation Guide](installation.md) * [Contributing Guide](contributing.md) ### Acknowledgments @@ -38,11 +42,11 @@ This provides flexibility in how you manage your task lists. Это обеспечивает гибкость в управлении списками задач. **Быстрые ссылки:** -* [Руководство по установке](installation.md) * [Использование и примеры](usage.md) * [Описание настроек](settings.md) * [История изменений](changelog.md) * [Планы (Roadmap)](roadmap.md) +* [Руководство по установке](installation.md) * [Руководство для контрибьюторов](contributing.md) ### Благодарности diff --git a/docs/installation.md b/docs/installation.md index 35daaf4..e5053b6 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -1,3 +1,7 @@ +--- +title: Installation +nav_order: 5 +--- # Installation - [English](#english) diff --git a/docs/roadmap.md b/docs/roadmap.md index 7bada1f..67ec839 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -1,3 +1,7 @@ +--- +title: Roadmap +nav_order: 4 +--- # Roadmap This document outlines the planned features and ideas for future development of the Checkbox Sync plugin. diff --git a/docs/settings.md b/docs/settings.md index e681b37..cfd7050 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -1,3 +1,7 @@ +--- +title: Settings +nav_order: 2 +--- # Settings - [English](#english) diff --git a/docs/usage.md b/docs/usage.md index bc0b8f2..e55877f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -1,3 +1,7 @@ +--- +title: Usage and Examples +nav_order: 1 +--- # Usage and Examples - [English](#english)