aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/_Sidebar.md
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-07-22 05:02:10 +0200
committerVirtualTam <virtualtam@flibidi.net>2015-08-04 16:02:21 +0200
commit992af0b9d77cb4fbac2c37ef8d5896042d67a2a3 (patch)
tree4726baf18e7057eac3f9b6bdb5991fe6117814fc /doc/_Sidebar.md
parent96db105e4c0833324f7168edb5673278de8ccd54 (diff)
downloadShaarli-992af0b9d77cb4fbac2c37ef8d5896042d67a2a3.tar.gz
Shaarli-992af0b9d77cb4fbac2c37ef8d5896042d67a2a3.tar.zst
Shaarli-992af0b9d77cb4fbac2c37ef8d5896042d67a2a3.zip
Doc: sync from Wiki, generate HTML
Closes #291 Fixes #227 Modifications - HTML content: match the new Wiki structure - Makefile - generate a custom HTML sidebar - include the sidebar on all pages - infer and prepend page titles - handle relative links - add title metadata, e.g. Shaarli - <Page Name> Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'doc/_Sidebar.md')
-rw-r--r--doc/_Sidebar.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/_Sidebar.md b/doc/_Sidebar.md
new file mode 100644
index 00000000..64b16491
--- /dev/null
+++ b/doc/_Sidebar.md
@@ -0,0 +1,29 @@
1#_Sidebar
2- [Home](Home.html)
3- Installation
4 - [Server requirements](Server-requirements.html)
5 - [Server configuration](Server-configuration.html)
6 - [Shaarli configuration](Shaarli-configuration.html)
7- [Usage](Usage.html)
8 - [Sharing button](Sharing-button.html) (bookmarklet)
9 - [Firefox share](Firefox-share.html)
10 - [RSS feeds](RSS-feeds.html)
11- How To
12 - [Backup, restore, import and export](Backup,-restore,-import-and-export.html)
13 - [Copy an existing installation over SSH and serve it locally](Copy-an-existing-installation-over-SSH-and-serve-it-locally.html)
14 - [Download CSS styles from an OPML list](Download-CSS-styles-from-an-OPML-list.html)
15- [Troubleshooting](Troubleshooting.html)
16- [Development](Development.html)
17 - [GnuPG signature](GnuPG-signature.html)
18 - [Coding guidelines](Coding-guidelines.html)
19 - [Directory structure](Directory-structure.html)
20 - [3rd party libraries](3rd-party-libraries.html)
21 - [Plugin System](Plugin-System.html)
22 - [Security](Security.html)
23 - [Static analysis](Static-analysis.html)
24 - [Theming](Theming.html)
25 - [Unit tests](Unit-tests.html)
26- About
27 - [FAQ](FAQ.html)
28 - [Community & Related software](Community-&-Related-software.html)
29 - [TODO](TODO.html)