aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-07-01 12:27:55 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-07-12 21:48:48 +0200
commit1cafacfedd41ebd7bbf442a24a81b33cc24b1838 (patch)
treeabd374074f07e4980daf1e8b32414a91a8b39d29
parent81c801300b2912dc19a24314629ee550b1899d34 (diff)
downloadShaarli-1cafacfedd41ebd7bbf442a24a81b33cc24b1838.tar.gz
Shaarli-1cafacfedd41ebd7bbf442a24a81b33cc24b1838.tar.zst
Shaarli-1cafacfedd41ebd7bbf442a24a81b33cc24b1838.zip
Docs: rename 'How-to' section to 'Guides'
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--doc/md/guides/backup-restore-import-export.md (renamed from doc/md/Backup,-restore,-import-and-export.md)0
-rw-r--r--doc/md/guides/various-hacks.md (renamed from doc/md/Various-hacks.md)0
-rw-r--r--index.php2
-rw-r--r--mkdocs.yml6
4 files changed, 4 insertions, 4 deletions
diff --git a/doc/md/Backup,-restore,-import-and-export.md b/doc/md/guides/backup-restore-import-export.md
index bb790074..bb790074 100644
--- a/doc/md/Backup,-restore,-import-and-export.md
+++ b/doc/md/guides/backup-restore-import-export.md
diff --git a/doc/md/Various-hacks.md b/doc/md/guides/various-hacks.md
index 0074ae9f..0074ae9f 100644
--- a/doc/md/Various-hacks.md
+++ b/doc/md/guides/various-hacks.md
diff --git a/index.php b/index.php
index 29d67f62..5fc880e6 100644
--- a/index.php
+++ b/index.php
@@ -1103,7 +1103,7 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history, $sessionManager,
1103 // Linkdate is kept here to: 1103 // Linkdate is kept here to:
1104 // - use the same permalink for notes as they're displayed when creating them 1104 // - use the same permalink for notes as they're displayed when creating them
1105 // - let users hack creation date of their posts 1105 // - let users hack creation date of their posts
1106 // See: https://shaarli.readthedocs.io/en/master/Various-hacks/#changing-the-timestamp-for-a-shaare 1106 // See: https://shaarli.readthedocs.io/en/master/guides/various-hacks/#changing-the-timestamp-for-a-shaare
1107 $linkdate = escape($_POST['lf_linkdate']); 1107 $linkdate = escape($_POST['lf_linkdate']);
1108 if (isset($LINKSDB[$id])) { 1108 if (isset($LINKSDB[$id])) {
1109 // Edit 1109 // Edit
diff --git a/mkdocs.yml b/mkdocs.yml
index a1226e8f..7f6ce255 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -27,9 +27,9 @@ pages:
27 - RSS feeds: RSS-feeds.md 27 - RSS feeds: RSS-feeds.md
28 - REST API: REST-API.md 28 - REST API: REST-API.md
29 - Community & Related software: Community-&-Related-software.md 29 - Community & Related software: Community-&-Related-software.md
30- How To: 30- Guides:
31 - Backup, restore, import and export: Backup,-restore,-import-and-export.md 31 - Backup, restore, import and export: guides/backup-restore-import-export.md
32 - Various hacks: Various-hacks.md 32 - Various hacks: guides/various-hacks.md
33- Development: 33- Development:
34 - Development guidelines: Development-guidelines.md 34 - Development guidelines: Development-guidelines.md
35 - Continuous integration tools: Continuous-integration-tools.md 35 - Continuous integration tools: Continuous-integration-tools.md