mirror of
https://github.com/groldsf/obsidian_check_plugin.git
synced 2026-07-22 05:37:48 +00:00
feat: Set navigation order using nav_order
This commit is contained in:
parent
9764ce2962
commit
72c174c89f
7 changed files with 28 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Changelog
|
||||
nav_order: 3
|
||||
---
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Contributing
|
||||
nav_order: 6
|
||||
---
|
||||
|
||||
# Contributing
|
||||
|
||||
- [English](#english)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
### Благодарности
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Installation
|
||||
nav_order: 5
|
||||
---
|
||||
# Installation
|
||||
|
||||
- [English](#english)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Settings
|
||||
nav_order: 2
|
||||
---
|
||||
# Settings
|
||||
|
||||
- [English](#english)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Usage and Examples
|
||||
nav_order: 1
|
||||
---
|
||||
# Usage and Examples
|
||||
|
||||
- [English](#english)
|
||||
|
|
|
|||
Loading…
Reference in a new issue