]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Docs: rename 'How-to' section to 'Guides'
authorVirtualTam <virtualtam@flibidi.net>
Sun, 1 Jul 2018 10:27:55 +0000 (12:27 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Thu, 12 Jul 2018 19:48:48 +0000 (21:48 +0200)
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
doc/md/guides/backup-restore-import-export.md [moved from doc/md/Backup,-restore,-import-and-export.md with 100% similarity]
doc/md/guides/various-hacks.md [moved from doc/md/Various-hacks.md with 100% similarity]
index.php
mkdocs.yml

index 29d67f62cf396de9b45ce278c2db5a0c196d64ee..5fc880e639c5353583d4392556e5183c7e59d5a0 100644 (file)
--- a/index.php
+++ b/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
index a1226e8fb19e2066b3d503e3274b415bdae41fb7..7f6ce25513524f6bd56f7d85b351889723f2d40d 100644 (file)
@@ -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