diff options
author | nodiscc <nodiscc@gmail.com> | 2017-12-26 18:44:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-26 18:44:14 +0100 |
commit | e2a2dc35c21de87a37778860e7f6a3a4d1c96412 (patch) | |
tree | 919f96aa170ae6dbcc7c80f576f378a1c8fea6ba /mkdocs.yml | |
parent | 31cefb9ac144c7a62001a015f9d122076c94d5ec (diff) | |
download | Shaarli-e2a2dc35c21de87a37778860e7f6a3a4d1c96412.tar.gz Shaarli-e2a2dc35c21de87a37778860e7f6a3a4d1c96412.tar.zst Shaarli-e2a2dc35c21de87a37778860e7f6a3a4d1c96412.zip |
mkdocs.yml: move FAQ to top level, reorder, Move Community/related software to Usage
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -27,10 +27,10 @@ pages: | |||
27 | - Firefox share: Firefox-share.md | 27 | - Firefox share: Firefox-share.md |
28 | - RSS feeds: RSS-feeds.md | 28 | - RSS feeds: RSS-feeds.md |
29 | - REST API: REST-API.md | 29 | - REST API: REST-API.md |
30 | - Community & Related software: Community-&-Related-software.md | ||
30 | - How To: | 31 | - How To: |
31 | - Backup, restore, import and export: Backup,-restore,-import-and-export.md | 32 | - Backup, restore, import and export: Backup,-restore,-import-and-export.md |
32 | - Various hacks: Various-hacks.md | 33 | - Various hacks: Various-hacks.md |
33 | - Troubleshooting: Troubleshooting.md | ||
34 | - Development: | 34 | - Development: |
35 | - Development guidelines: Development-guidelines.md | 35 | - Development guidelines: Development-guidelines.md |
36 | - Continuous integration tools: Continuous-integration-tools.md | 36 | - Continuous integration tools: Continuous-integration-tools.md |
@@ -46,6 +46,5 @@ pages: | |||
46 | - Theming: Theming.md | 46 | - Theming: Theming.md |
47 | - Unit tests: Unit-tests.md | 47 | - Unit tests: Unit-tests.md |
48 | - Unit tests inside Docker: Unit-tests-Docker.md | 48 | - Unit tests inside Docker: Unit-tests-Docker.md |
49 | - About: | 49 | - FAQ: FAQ.md |
50 | - FAQ: FAQ.md | 50 | - Troubleshooting: Troubleshooting.md |
51 | - Community & Related software: Community-&-Related-software.md | ||