From 325e08f7d315c6efecafe394fc3f8cc1efbc42a6 Mon Sep 17 00:00:00 2001 From: Simon Vandevelde Date: Sun, 2 Feb 2020 21:45:59 +0100 Subject: [PATCH] Create more structured sidebar linking the pages. --- _Sidebar.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _Sidebar.md diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..ae4d8c3 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,7 @@ +* [Home](./Home) +* Setting up a server + * [Basic Setup](./Basic-Setup) + * [Production setup using uWSGI and Nginx](./Production-setup-using-uWSGI-and-Nginx) + * [Run uWSGI at boot](./Run-uWSGI-at-boot) + * [Setup HTTPS for EteSync](./Setup-HTTPS-for-EteSync) +* [Migration from SQLite to PostgreSQL](./Migration-from-SQLite-to-PostgreSQL) \ No newline at end of file