From 1cafacfedd41ebd7bbf442a24a81b33cc24b1838 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sun, 1 Jul 2018 12:27:55 +0200 Subject: [PATCH] Docs: rename 'How-to' section to 'Guides' Signed-off-by: VirtualTam --- .../backup-restore-import-export.md} | 0 doc/md/{Various-hacks.md => guides/various-hacks.md} | 0 index.php | 2 +- mkdocs.yml | 6 +++--- 4 files changed, 4 insertions(+), 4 deletions(-) rename doc/md/{Backup,-restore,-import-and-export.md => guides/backup-restore-import-export.md} (100%) rename doc/md/{Various-hacks.md => guides/various-hacks.md} (100%) diff --git a/doc/md/Backup,-restore,-import-and-export.md b/doc/md/guides/backup-restore-import-export.md similarity index 100% rename from doc/md/Backup,-restore,-import-and-export.md rename to doc/md/guides/backup-restore-import-export.md diff --git a/doc/md/Various-hacks.md b/doc/md/guides/various-hacks.md similarity index 100% rename from doc/md/Various-hacks.md rename to doc/md/guides/various-hacks.md diff --git a/index.php b/index.php index 29d67f6..5fc880e 100644 --- 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 diff --git a/mkdocs.yml b/mkdocs.yml index a1226e8..7f6ce25 100644 --- a/mkdocs.yml +++ b/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