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
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
|
title: Contributing
|
||||||
|
nav_order: 6
|
||||||
---
|
---
|
||||||
|
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
- [English](#english)
|
- [English](#english)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Welcome
|
||||||
|
nav_order: 0
|
||||||
|
---
|
||||||
# Welcome to Checkbox Sync Documentation
|
# Welcome to Checkbox Sync Documentation
|
||||||
|
|
||||||
- [English](#english)
|
- [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.
|
This provides flexibility in how you manage your task lists.
|
||||||
|
|
||||||
**Quick Links:**
|
**Quick Links:**
|
||||||
* [Installation Guide](installation.md)
|
|
||||||
* [Usage and Examples](usage.md)
|
* [Usage and Examples](usage.md)
|
||||||
* [Settings Explained](settings.md)
|
* [Settings Explained](settings.md)
|
||||||
* [Changelog](changelog.md)
|
* [Changelog](changelog.md)
|
||||||
* [Roadmap](roadmap.md)
|
* [Roadmap](roadmap.md)
|
||||||
|
* [Installation Guide](installation.md)
|
||||||
* [Contributing Guide](contributing.md)
|
* [Contributing Guide](contributing.md)
|
||||||
|
|
||||||
### Acknowledgments
|
### Acknowledgments
|
||||||
|
|
@ -38,11 +42,11 @@ This provides flexibility in how you manage your task lists.
|
||||||
Это обеспечивает гибкость в управлении списками задач.
|
Это обеспечивает гибкость в управлении списками задач.
|
||||||
|
|
||||||
**Быстрые ссылки:**
|
**Быстрые ссылки:**
|
||||||
* [Руководство по установке](installation.md)
|
|
||||||
* [Использование и примеры](usage.md)
|
* [Использование и примеры](usage.md)
|
||||||
* [Описание настроек](settings.md)
|
* [Описание настроек](settings.md)
|
||||||
* [История изменений](changelog.md)
|
* [История изменений](changelog.md)
|
||||||
* [Планы (Roadmap)](roadmap.md)
|
* [Планы (Roadmap)](roadmap.md)
|
||||||
|
* [Руководство по установке](installation.md)
|
||||||
* [Руководство для контрибьюторов](contributing.md)
|
* [Руководство для контрибьюторов](contributing.md)
|
||||||
|
|
||||||
### Благодарности
|
### Благодарности
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Installation
|
||||||
|
nav_order: 5
|
||||||
|
---
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
- [English](#english)
|
- [English](#english)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Roadmap
|
||||||
|
nav_order: 4
|
||||||
|
---
|
||||||
# Roadmap
|
# Roadmap
|
||||||
|
|
||||||
This document outlines the planned features and ideas for future development of the Checkbox Sync plugin.
|
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
|
# Settings
|
||||||
|
|
||||||
- [English](#english)
|
- [English](#english)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
---
|
||||||
|
title: Usage and Examples
|
||||||
|
nav_order: 1
|
||||||
|
---
|
||||||
# Usage and Examples
|
# Usage and Examples
|
||||||
|
|
||||||
- [English](#english)
|
- [English](#english)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue