소스 검색

Docs: rename 'How-to' section to 'Guides'

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
VirtualTam 5 년 전
부모
커밋
1cafacfedd
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      doc/md/guides/backup-restore-import-export.md
  2. 0 0
      doc/md/guides/various-hacks.md
  3. 1 1
      index.php
  4. 3 3
      mkdocs.yml

+ 0 - 0
doc/md/Backup,-restore,-import-and-export.md → doc/md/guides/backup-restore-import-export.md


+ 0 - 0
doc/md/Various-hacks.md → doc/md/guides/various-hacks.md


+ 1 - 1
index.php

@@ -1103,7 +1103,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager,
         // Linkdate is kept here to:
         //   - use the same permalink for notes as they're displayed when creating them
         //   - let users hack creation date of their posts
-        //     See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare
+        //     See: https://shaarli.readthedocs.io/en/master/guides/various-hacks/#changing-the-timestamp-for-a-shaare
         $linkdate = escape($_POST['lf_linkdate']);
         if (isset($LINKSDB[$id])) {
             // Edit

+ 3 - 3
mkdocs.yml

@@ -27,9 +27,9 @@ pages:
     - RSS feeds: RSS-feeds.md
     - REST API: REST-API.md
     - Community & Related software: Community-&-Related-software.md
-- How To:
-    - Backup, restore, import and export: Backup,-restore,-import-and-export.md
-    - Various hacks: Various-hacks.md
+- Guides:
+    - Backup, restore, import and export: guides/backup-restore-import-export.md
+    - Various hacks: guides/various-hacks.md
 - Development:
     - Development guidelines: Development-guidelines.md
     - Continuous integration tools: Continuous-integration-tools.md