From 2809b47e16bbb475729188204678b8ea072c0c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 31 Dec 2017 01:34:38 -0500 Subject: [PATCH 1/4] Add placeholder guides --- _guides/hexip.md | 6 ++++++ _guides/identd-and-oident.md | 6 ++++++ _guides/ldap.md | 6 ++++++ _guides/sasl.md | 6 ++++++ _guides/standalone-app.md | 6 ++++++ _guides/webirc.md | 6 ++++++ _guides/znc.md | 6 ++++++ 7 files changed, 42 insertions(+) create mode 100644 _guides/hexip.md create mode 100644 _guides/identd-and-oident.md create mode 100644 _guides/ldap.md create mode 100644 _guides/sasl.md create mode 100644 _guides/standalone-app.md create mode 100644 _guides/webirc.md create mode 100644 _guides/znc.md diff --git a/_guides/hexip.md b/_guides/hexip.md new file mode 100644 index 00000000..77125b86 --- /dev/null +++ b/_guides/hexip.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to mask hosts and IPs using Hexip +--- + +Coming soon... diff --git a/_guides/identd-and-oident.md b/_guides/identd-and-oident.md new file mode 100644 index 00000000..df511583 --- /dev/null +++ b/_guides/identd-and-oident.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to identify users using `identd` or `oident` +--- + +Coming soon... diff --git a/_guides/ldap.md b/_guides/ldap.md new file mode 100644 index 00000000..e73767ea --- /dev/null +++ b/_guides/ldap.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to set up LDAP authentication for The Lounge +--- + +Coming soon... diff --git a/_guides/sasl.md b/_guides/sasl.md new file mode 100644 index 00000000..6dfc928c --- /dev/null +++ b/_guides/sasl.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to authenticate to IRC servers using SASL +--- + +Coming soon... diff --git a/_guides/standalone-app.md b/_guides/standalone-app.md new file mode 100644 index 00000000..bcf5d4cb --- /dev/null +++ b/_guides/standalone-app.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to setup The Lounge as a standalone application +--- + +Coming soon... diff --git a/_guides/webirc.md b/_guides/webirc.md new file mode 100644 index 00000000..18d904a5 --- /dev/null +++ b/_guides/webirc.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to forward user IP addresses to IRC servers using WEBIRC +--- + +Coming soon... diff --git a/_guides/znc.md b/_guides/znc.md new file mode 100644 index 00000000..90f1b313 --- /dev/null +++ b/_guides/znc.md @@ -0,0 +1,6 @@ +--- +layout: documentation +title: How to use ZNC with The Lounge +--- + +Coming soon... From aa19e5bb19eaf0116cfb344bd716f392bba21ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Fri, 21 Sep 2018 01:06:53 -0400 Subject: [PATCH 2/4] Move docs page at root for better file/URL structure --- _docs/index.md => docs.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _docs/index.md => docs.md (100%) diff --git a/_docs/index.md b/docs.md similarity index 100% rename from _docs/index.md rename to docs.md From 5a535283c6e8ed0ecd1f65ec081405a57200d37d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sun, 23 Sep 2018 12:50:28 -0400 Subject: [PATCH 3/4] Revert moving doc index outside of docs folder as it is messing up with menu/etc. --- docs.md => _docs/index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs.md => _docs/index.md (100%) diff --git a/docs.md b/_docs/index.md similarity index 100% rename from docs.md rename to _docs/index.md From ef7f3c041e3b7077911a92048f2b5bf5d5e75821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 24 Sep 2018 01:45:23 -0400 Subject: [PATCH 4/4] Rewrite /docs into /docs/ --- _redirects | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_redirects b/_redirects index b42ab95a..82225247 100644 --- a/_redirects +++ b/_redirects @@ -1,3 +1,5 @@ +/docs /docs/ 200 + ## Archived redirects during the v2 to v3 documentation transition /docs/getting_started/install /docs/install-and-upgrade