From 705ad9e4729e08171660792bdc7a44dfcbdb7799 Mon Sep 17 00:00:00 2001 From: antil0pa Date: Tue, 19 Dec 2017 15:01:36 +0100 Subject: [PATCH] Added page-toc: active: false where TOC is not needed. Added
tag in pages without content so TOC plugin doesn't break the page. Fixed more pages with broken navigation --- pages/01.basics/docs.es.md | 2 ++ pages/01.basics/docs.fr.md | 2 ++ pages/01.basics/docs.pl.md | 2 ++ pages/01.basics/docs.pt.md | 2 ++ pages/02.nextcloud/02.Apps/Spreed-calls/docs.en.md | 5 +++-- pages/02.nextcloud/02.Apps/Spreed-calls/docs.es.md | 3 ++- pages/02.nextcloud/02.Apps/Spreed-calls/docs.fr.md | 3 ++- pages/02.nextcloud/02.Apps/Webmail/docs.en.md | 2 +- pages/02.nextcloud/02.Apps/Webmail/docs.es.md | 2 +- pages/02.nextcloud/02.Apps/Webmail/docs.fr.md | 2 +- .../02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.en.md | 5 +++++ .../02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.es.md | 5 +++++ .../02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.fr.md | 5 +++++ .../03.sync-with-your-cloud/03.Android/docs.en.md | 5 +++++ .../03.sync-with-your-cloud/03.Android/docs.fr.md | 5 +++++ .../03.sync-with-your-cloud/05.Mac-OS/docs.en.md | 5 +++++ .../03.sync-with-your-cloud/05.Mac-OS/docs.fr.md | 5 +++++ pages/02.nextcloud/03.sync-with-your-cloud/docs.en.md | 5 +++++ pages/02.nextcloud/03.sync-with-your-cloud/docs.es.md | 5 +++++ pages/02.nextcloud/03.sync-with-your-cloud/docs.fr.md | 5 +++++ pages/03.Email/01.Email-Clients/01.Desktop/docs.en.md | 2 ++ pages/03.Email/01.Email-Clients/01.Desktop/docs.fr.md | 2 ++ pages/03.Email/01.Email-Clients/01.Desktop/docs.pt.md | 2 ++ pages/03.Email/01.Email-Clients/02.Mobile/docs.en.md | 5 +++++ pages/03.Email/01.Email-Clients/02.Mobile/docs.fr.md | 5 +++++ pages/03.Email/01.Email-Clients/02.Mobile/docs.pt.md | 5 +++++ pages/03.Email/01.Email-Clients/docs.en.md | 5 +++++ pages/03.Email/01.Email-Clients/docs.fr.md | 5 +++++ pages/03.Email/01.Email-Clients/docs.pt.md | 5 +++++ pages/03.Email/02.identities/docs.en.md | 5 +++++ pages/03.Email/02.identities/docs.fr.md | 5 +++++ pages/03.Email/02.identities/docs.pt.md | 5 +++++ pages/03.Email/docs.en.md | 5 ++++- pages/03.Email/docs.fr.md | 5 ++++- pages/03.Email/docs.pt.md | 5 ++++- pages/04.Matrix/docs.en.md | 5 ++++- pages/04.Matrix/docs.fr.md | 5 ++++- pages/04.Matrix/docs.pt.md | 5 ++++- pages/05.XMPP/01.Desktop/docs.en.md | 4 ++++ pages/05.XMPP/01.Desktop/docs.es.md | 4 ++++ pages/05.XMPP/01.Desktop/docs.fr.md | 4 ++++ pages/05.XMPP/01.Desktop/docs.pt.md | 4 ++++ pages/05.XMPP/02.Mobile/docs.en.md | 4 ++++ pages/05.XMPP/02.Mobile/docs.fr.md | 4 ++++ pages/05.XMPP/docs.en.md | 4 ++++ pages/05.XMPP/docs.fr.md | 4 ++++ pages/05.XMPP/docs.pt.md | 4 ++++ pages/06.Pads_and_Bins/docs.en.md | 5 ++++- pages/06.Pads_and_Bins/docs.fr.md | 5 ++++- pages/06.Pads_and_Bins/docs.pt.md | 5 ++++- pages/08.Forum/docs.en.md | 5 +++-- pages/08.Forum/docs.pt.md | 5 +++-- pages/10.Contribute/docs.en.md | 2 ++ pages/10.Contribute/docs.fr.md | 2 ++ pages/10.Contribute/docs.pt.md | 2 ++ pages/CHANGE.LOG | 2 ++ 56 files changed, 205 insertions(+), 20 deletions(-) diff --git a/pages/01.basics/docs.es.md b/pages/01.basics/docs.es.md index 88f59c05..8868971f 100644 --- a/pages/01.basics/docs.es.md +++ b/pages/01.basics/docs.es.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- # Bienvenidos a los Manuales de **Disroot**. diff --git a/pages/01.basics/docs.fr.md b/pages/01.basics/docs.fr.md index 3d123545..33650b2c 100644 --- a/pages/01.basics/docs.fr.md +++ b/pages/01.basics/docs.fr.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- # Bienvenue sur les pages "Comment faire" de **Disroot**. diff --git a/pages/01.basics/docs.pl.md b/pages/01.basics/docs.pl.md index c858abfc..68ba20fa 100644 --- a/pages/01.basics/docs.pl.md +++ b/pages/01.basics/docs.pl.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- # Witamy wszystkich **odszczepiencow**. diff --git a/pages/01.basics/docs.pt.md b/pages/01.basics/docs.pt.md index 5a1633a6..53dd1f40 100644 --- a/pages/01.basics/docs.pt.md +++ b/pages/01.basics/docs.pt.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- # Bem-vindos à página de manuais do **Disroot**. diff --git a/pages/02.nextcloud/02.Apps/Spreed-calls/docs.en.md b/pages/02.nextcloud/02.Apps/Spreed-calls/docs.en.md index 192bf091..154fff47 100644 --- a/pages/02.nextcloud/02.Apps/Spreed-calls/docs.en.md +++ b/pages/02.nextcloud/02.Apps/Spreed-calls/docs.en.md @@ -5,7 +5,8 @@ visible: true taxonomy: category: - docs - +page-toc: + active: false --- Since January 2017 we've introduced spreed calls to our cloud. It's very simple audio/video conference app you can use to communicate not only with other disroot users but with anyone who has a computer connected to the internet and up to date web browser supporting WebRTC technology. @@ -26,7 +27,7 @@ On the bottom right of the window you will see your avatar and few options where That's pretty much it. You should be ready to start your new call -##Creating Calls +#Creating Calls To start calling, you need to create a room. Click on **"Choose person"** to do so. In the popup window you have an option to invite existing disroot account, or create public room. You will see there is a new room listed on the left sidebar. When clicking on the options button of the room, you can either: diff --git a/pages/02.nextcloud/02.Apps/Spreed-calls/docs.es.md b/pages/02.nextcloud/02.Apps/Spreed-calls/docs.es.md index b0b7780a..1076e1c5 100644 --- a/pages/02.nextcloud/02.Apps/Spreed-calls/docs.es.md +++ b/pages/02.nextcloud/02.Apps/Spreed-calls/docs.es.md @@ -5,7 +5,8 @@ visible: true taxonomy: category: - docs - +page-toc: + active: false --- Desde Enero de 2017, hemos implementado llamadas con Spreed en nuestra nube. Es una aplicación muy sencilla para conferencias de audio/video que puedes utilizar para comunicarte, no sólo con otros usuarios de Disroot, sino con cualquiera que disponga de un ordenador conectado a internet y un navegador actualizado que soporte tecnología [WebRTC](https://es.wikipedia.org/wiki/WebRTC). diff --git a/pages/02.nextcloud/02.Apps/Spreed-calls/docs.fr.md b/pages/02.nextcloud/02.Apps/Spreed-calls/docs.fr.md index 5f18fca4..e7f04750 100644 --- a/pages/02.nextcloud/02.Apps/Spreed-calls/docs.fr.md +++ b/pages/02.nextcloud/02.Apps/Spreed-calls/docs.fr.md @@ -5,7 +5,8 @@ visible: true taxonomy: category: - docs - +page-toc: + active: false --- Depuis janvier 2017, nous avons introduit des appels spreed dans notre cloud. Il s'agit d'une application de conférence audio/vidéo très simple que vous pouvez utiliser pour communiquer non seulement avec d'autres utilisateurs disroot, mais aussi avec toute personne qui a un ordinateur connecté à Internet et un navigateur web à jour et supportant la technologie WebRTC. diff --git a/pages/02.nextcloud/02.Apps/Webmail/docs.en.md b/pages/02.nextcloud/02.Apps/Webmail/docs.en.md index 13b45174..b37bb5b5 100644 --- a/pages/02.nextcloud/02.Apps/Webmail/docs.en.md +++ b/pages/02.nextcloud/02.Apps/Webmail/docs.en.md @@ -6,7 +6,7 @@ taxonomy: category: - docs page-toc: - active: true + active: false --- # Syncing cloud contacts with webmail Syncing cloud contacts with Webmail is very easy. It will permit contacts from your webmail and cloud to be in sync. diff --git a/pages/02.nextcloud/02.Apps/Webmail/docs.es.md b/pages/02.nextcloud/02.Apps/Webmail/docs.es.md index d13d0ccc..9cc0c26b 100644 --- a/pages/02.nextcloud/02.Apps/Webmail/docs.es.md +++ b/pages/02.nextcloud/02.Apps/Webmail/docs.es.md @@ -6,7 +6,7 @@ taxonomy: category: - docs page-toc: - active: true + active: false --- # Sincronizando los contactos en la nube con el webmail Sincronizar los contactos en la nube con el webmail es muy sencillo y te permitirá tener ambas libretas actualizadas simultáneamente. diff --git a/pages/02.nextcloud/02.Apps/Webmail/docs.fr.md b/pages/02.nextcloud/02.Apps/Webmail/docs.fr.md index c6ae6866..9e4c0f75 100644 --- a/pages/02.nextcloud/02.Apps/Webmail/docs.fr.md +++ b/pages/02.nextcloud/02.Apps/Webmail/docs.fr.md @@ -6,7 +6,7 @@ taxonomy: category: - docs page-toc: - active: true + active: false --- # Synchroniser des contacts cloud avec le webmail Il est très facile de synchroniser les contacts cloud avec Webmail. Il permettra aux contacts de votre webmail et de votre cloud d'être synchronisés. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.en.md b/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.en.md index e5c50ec2..3e237a3c 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.en.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.en.md @@ -1,5 +1,10 @@ --- title: 'Linux' +taxonomy: + category: + - docs +page-toc: + active: false --- Nextcloud integrates with Linux greatly. Below you can find useful links that will help you get everything up and running. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.es.md b/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.es.md index 02f3439e..a5f34de9 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.es.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.es.md @@ -1,5 +1,10 @@ --- title: 'Linux' +taxonomy: + category: + - docs +page-toc: + active: false --- Nextcloud se integra con Linux enormemente. Debajo puedes encontrar links que te ayudrán a tener todo en funcionamiento. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.fr.md b/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.fr.md index 8885af31..00352e45 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.fr.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/02.Linux/docs.fr.md @@ -1,5 +1,10 @@ --- title: 'Linux' +taxonomy: + category: + - docs +page-toc: + active: false --- Nextcloud s'intègre très bien à Linux. Vous trouverez ci-dessous des liens utiles qui vous aideront à tout mettre en place. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.en.md b/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.en.md index 510f92f1..8868410a 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.en.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.en.md @@ -1,6 +1,11 @@ --- title: Android visible: true +taxonomy: + category: + - docs +page-toc: + active: false --- Below you can learn how to integrate nextcloud with your Android device. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.fr.md b/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.fr.md index ab73a8ad..f1e0b12e 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.fr.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/03.Android/docs.fr.md @@ -1,6 +1,11 @@ --- title: Android visible: true +taxonomy: + category: + - docs +page-toc: + active: false --- Ci-dessous vous pouvez apprendre comment intégrer nextcloud avec votre appareil Android. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.en.md b/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.en.md index bdb261af..e358c4e9 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.en.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.en.md @@ -1,5 +1,10 @@ --- title: MacOS +taxonomy: + category: + - docs +page-toc: + active: false --- Below you can learn how to integrate Nextcloud with your MacOS device diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.fr.md b/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.fr.md index e393efac..63161865 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.fr.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/05.Mac-OS/docs.fr.md @@ -1,5 +1,10 @@ --- title: MacOS +taxonomy: + category: + - docs +page-toc: + active: false --- Ci-dessous vous pouvez apprendre comment intégrer Nextcloud avec votre périphérique MacOS diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/docs.en.md b/pages/02.nextcloud/03.sync-with-your-cloud/docs.en.md index 19b9be19..8f6faf49 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/docs.en.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/docs.en.md @@ -1,5 +1,10 @@ --- title: 'Syncing to your device' +taxonomy: + category: + - docs +page-toc: + active: false --- Nextcloud integrates with your device very easily, providing native experience for most devices and operating systems. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/docs.es.md b/pages/02.nextcloud/03.sync-with-your-cloud/docs.es.md index 4b1903de..43214fab 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/docs.es.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/docs.es.md @@ -1,5 +1,10 @@ --- title: 'Sincronizando tu dispositivo' +taxonomy: + category: + - docs +page-toc: + active: false --- Nextcloud se integra con tu dispositivo de manera muy sencilla, proporcionando una experiencia nativa para la mayoría de los dispositivos y sistemas operativos. diff --git a/pages/02.nextcloud/03.sync-with-your-cloud/docs.fr.md b/pages/02.nextcloud/03.sync-with-your-cloud/docs.fr.md index ae23eaa5..8a6ba8d5 100644 --- a/pages/02.nextcloud/03.sync-with-your-cloud/docs.fr.md +++ b/pages/02.nextcloud/03.sync-with-your-cloud/docs.fr.md @@ -1,5 +1,10 @@ --- title: 'Synchroniser vers votre appareil' +taxonomy: + category: + - docs +page-toc: + active: false --- Nextcloud s'intègre très facilement avec votre appareil, offrant une expérience native pour la plupart des appareils et systèmes d'exploitation. diff --git a/pages/03.Email/01.Email-Clients/01.Desktop/docs.en.md b/pages/03.Email/01.Email-Clients/01.Desktop/docs.en.md index 2ebd1880..9a08f50a 100644 --- a/pages/03.Email/01.Email-Clients/01.Desktop/docs.en.md +++ b/pages/03.Email/01.Email-Clients/01.Desktop/docs.en.md @@ -5,6 +5,8 @@ visible: true taxonomy: category: - docs +page-toc: + active: fals --- How to setup your email on your desktop: diff --git a/pages/03.Email/01.Email-Clients/01.Desktop/docs.fr.md b/pages/03.Email/01.Email-Clients/01.Desktop/docs.fr.md index 9f2b567d..8bf6637e 100644 --- a/pages/03.Email/01.Email-Clients/01.Desktop/docs.fr.md +++ b/pages/03.Email/01.Email-Clients/01.Desktop/docs.fr.md @@ -5,6 +5,8 @@ visible: true taxonomy: category: - docs +page-toc: + active: fals --- Comment configurer votre email sur votre bureau: diff --git a/pages/03.Email/01.Email-Clients/01.Desktop/docs.pt.md b/pages/03.Email/01.Email-Clients/01.Desktop/docs.pt.md index ead08ad6..fb4ab6df 100644 --- a/pages/03.Email/01.Email-Clients/01.Desktop/docs.pt.md +++ b/pages/03.Email/01.Email-Clients/01.Desktop/docs.pt.md @@ -5,6 +5,8 @@ visible: true taxonomy: category: - docs +page-toc: + active: fals --- Como configurar o seu cliente de email no seu desktop: diff --git a/pages/03.Email/01.Email-Clients/02.Mobile/docs.en.md b/pages/03.Email/01.Email-Clients/02.Mobile/docs.en.md index f970cb40..3d4f57bc 100644 --- a/pages/03.Email/01.Email-Clients/02.Mobile/docs.en.md +++ b/pages/03.Email/01.Email-Clients/02.Mobile/docs.en.md @@ -1,5 +1,10 @@ --- title: 'Mobile Clients' +taxonomy: + category: + - docs +page-toc: + active: false --- How to setup your email with your mobile device: diff --git a/pages/03.Email/01.Email-Clients/02.Mobile/docs.fr.md b/pages/03.Email/01.Email-Clients/02.Mobile/docs.fr.md index d3e90b8c..97321e23 100644 --- a/pages/03.Email/01.Email-Clients/02.Mobile/docs.fr.md +++ b/pages/03.Email/01.Email-Clients/02.Mobile/docs.fr.md @@ -1,5 +1,10 @@ --- title: 'Clients de téléphone' +taxonomy: + category: + - docs +page-toc: + active: false --- Comment configurer votre email avec votre appareil mobile: diff --git a/pages/03.Email/01.Email-Clients/02.Mobile/docs.pt.md b/pages/03.Email/01.Email-Clients/02.Mobile/docs.pt.md index aac7d45b..20724781 100644 --- a/pages/03.Email/01.Email-Clients/02.Mobile/docs.pt.md +++ b/pages/03.Email/01.Email-Clients/02.Mobile/docs.pt.md @@ -1,5 +1,10 @@ --- title: 'Clientes de telemóvel' +taxonomy: + category: + - docs +page-toc: + active: false --- Como configurar o seu email Disroot no seu telemóvel: diff --git a/pages/03.Email/01.Email-Clients/docs.en.md b/pages/03.Email/01.Email-Clients/docs.en.md index ac0b0d69..32394ea2 100644 --- a/pages/03.Email/01.Email-Clients/docs.en.md +++ b/pages/03.Email/01.Email-Clients/docs.en.md @@ -1,5 +1,10 @@ --- title: How to setup Email Clients +taxonomy: + category: + - docs +page-toc: + active: false --- This section is dedicated to get you off the stupid webmail crap and onto truly productive, native experience on your device. diff --git a/pages/03.Email/01.Email-Clients/docs.fr.md b/pages/03.Email/01.Email-Clients/docs.fr.md index 28b2e8b3..db51c0c1 100644 --- a/pages/03.Email/01.Email-Clients/docs.fr.md +++ b/pages/03.Email/01.Email-Clients/docs.fr.md @@ -1,5 +1,10 @@ --- title: Comment configurer les clients de messagerie +taxonomy: + category: + - docs +page-toc: + active: false --- Cette section est dédiée à essayer de vous convaincre d'utiliser un courriel d'un navigateur Internet pour une expérience écologiquement productive à travers un client de courriel sur votre appareil. diff --git a/pages/03.Email/01.Email-Clients/docs.pt.md b/pages/03.Email/01.Email-Clients/docs.pt.md index 9d95723a..d728a2c8 100644 --- a/pages/03.Email/01.Email-Clients/docs.pt.md +++ b/pages/03.Email/01.Email-Clients/docs.pt.md @@ -1,5 +1,10 @@ --- title: Como configurar um cliente de email +taxonomy: + category: + - docs +page-toc: + active: false --- Esta seção é dedicada a tentar convence-lo a deixar de usar um email a partir de um browser de Internet para uma experiência verdeiramente produtiva através de um cliente de email no seu dispositivo (desktop, portátil, telemóvel). diff --git a/pages/03.Email/02.identities/docs.en.md b/pages/03.Email/02.identities/docs.en.md index 7a0e8a09..c61b7560 100644 --- a/pages/03.Email/02.identities/docs.en.md +++ b/pages/03.Email/02.identities/docs.en.md @@ -1,5 +1,10 @@ --- title: How to setup mail alias +taxonomy: + category: + - docs +page-toc: + active: false --- Once you requested email aliases using the [form](https://disroot.org/forms/alias-request-form). You need to set them up. Below you can find how to do it on various email clients. diff --git a/pages/03.Email/02.identities/docs.fr.md b/pages/03.Email/02.identities/docs.fr.md index 6265594a..4adde460 100644 --- a/pages/03.Email/02.identities/docs.fr.md +++ b/pages/03.Email/02.identities/docs.fr.md @@ -1,5 +1,10 @@ --- title: Comment configurer l'alias de messagerie +taxonomy: + category: + - docs +page-toc: + active: false --- Une fois que vous avez demandé des alias de messagerie en utilisant le [formulaire](https://disroot.org/forms/alias-request-form), vous devez les mettre en place. Ci-dessous vous trouverez comment le faire sur différents clients de messagerie. diff --git a/pages/03.Email/02.identities/docs.pt.md b/pages/03.Email/02.identities/docs.pt.md index 954e058e..adf1b599 100644 --- a/pages/03.Email/02.identities/docs.pt.md +++ b/pages/03.Email/02.identities/docs.pt.md @@ -1,5 +1,10 @@ --- title: Como configurar um alias de email +taxonomy: + category: + - docs +page-toc: + active: false --- Assim que tenha pedido alias de email utilizando o [formulário](https://disroot.org/forms/alias-request-form). Necessita de os configurar. Em baixo pode ler sobre como o fazer em diferentes clientes de mail. diff --git a/pages/03.Email/docs.en.md b/pages/03.Email/docs.en.md index 0e877095..555e84ae 100644 --- a/pages/03.Email/docs.en.md +++ b/pages/03.Email/docs.en.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/03.Email/docs.fr.md b/pages/03.Email/docs.fr.md index 0e877095..555e84ae 100644 --- a/pages/03.Email/docs.fr.md +++ b/pages/03.Email/docs.fr.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/03.Email/docs.pt.md b/pages/03.Email/docs.pt.md index 0e877095..555e84ae 100644 --- a/pages/03.Email/docs.pt.md +++ b/pages/03.Email/docs.pt.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/04.Matrix/docs.en.md b/pages/04.Matrix/docs.en.md index 6dd6f49f..3a241206 100644 --- a/pages/04.Matrix/docs.en.md +++ b/pages/04.Matrix/docs.en.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/04.Matrix/docs.fr.md b/pages/04.Matrix/docs.fr.md index 6dd6f49f..3a241206 100644 --- a/pages/04.Matrix/docs.fr.md +++ b/pages/04.Matrix/docs.fr.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/04.Matrix/docs.pt.md b/pages/04.Matrix/docs.pt.md index 6dd6f49f..3a241206 100644 --- a/pages/04.Matrix/docs.pt.md +++ b/pages/04.Matrix/docs.pt.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/01.Desktop/docs.en.md b/pages/05.XMPP/01.Desktop/docs.en.md index 24805702..62c88cda 100644 --- a/pages/05.XMPP/01.Desktop/docs.en.md +++ b/pages/05.XMPP/01.Desktop/docs.en.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/01.Desktop/docs.es.md b/pages/05.XMPP/01.Desktop/docs.es.md index b7ba043e..d611d5d9 100644 --- a/pages/05.XMPP/01.Desktop/docs.es.md +++ b/pages/05.XMPP/01.Desktop/docs.es.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/01.Desktop/docs.fr.md b/pages/05.XMPP/01.Desktop/docs.fr.md index fcff3f91..74e42ef4 100644 --- a/pages/05.XMPP/01.Desktop/docs.fr.md +++ b/pages/05.XMPP/01.Desktop/docs.fr.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/01.Desktop/docs.pt.md b/pages/05.XMPP/01.Desktop/docs.pt.md index 327aa273..a2da70f0 100644 --- a/pages/05.XMPP/01.Desktop/docs.pt.md +++ b/pages/05.XMPP/01.Desktop/docs.pt.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/02.Mobile/docs.en.md b/pages/05.XMPP/02.Mobile/docs.en.md index 5ed1e341..187c56b9 100644 --- a/pages/05.XMPP/02.Mobile/docs.en.md +++ b/pages/05.XMPP/02.Mobile/docs.en.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/02.Mobile/docs.fr.md b/pages/05.XMPP/02.Mobile/docs.fr.md index 94bfdb63..820d6971 100644 --- a/pages/05.XMPP/02.Mobile/docs.fr.md +++ b/pages/05.XMPP/02.Mobile/docs.fr.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/docs.en.md b/pages/05.XMPP/docs.en.md index 34e6a21d..4e8912f2 100644 --- a/pages/05.XMPP/docs.en.md +++ b/pages/05.XMPP/docs.en.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/docs.fr.md b/pages/05.XMPP/docs.fr.md index 34e6a21d..4e8912f2 100644 --- a/pages/05.XMPP/docs.fr.md +++ b/pages/05.XMPP/docs.fr.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/05.XMPP/docs.pt.md b/pages/05.XMPP/docs.pt.md index 34e6a21d..4e8912f2 100644 --- a/pages/05.XMPP/docs.pt.md +++ b/pages/05.XMPP/docs.pt.md @@ -4,4 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- + +
diff --git a/pages/06.Pads_and_Bins/docs.en.md b/pages/06.Pads_and_Bins/docs.en.md index ff421e60..380b675f 100644 --- a/pages/06.Pads_and_Bins/docs.en.md +++ b/pages/06.Pads_and_Bins/docs.en.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/06.Pads_and_Bins/docs.fr.md b/pages/06.Pads_and_Bins/docs.fr.md index 979d4e48..bf704ca0 100644 --- a/pages/06.Pads_and_Bins/docs.fr.md +++ b/pages/06.Pads_and_Bins/docs.fr.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/06.Pads_and_Bins/docs.pt.md b/pages/06.Pads_and_Bins/docs.pt.md index 713af5ab..65d36af1 100644 --- a/pages/06.Pads_and_Bins/docs.pt.md +++ b/pages/06.Pads_and_Bins/docs.pt.md @@ -4,5 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- + +
diff --git a/pages/08.Forum/docs.en.md b/pages/08.Forum/docs.en.md index 5da125eb..68274dbe 100644 --- a/pages/08.Forum/docs.en.md +++ b/pages/08.Forum/docs.en.md @@ -4,7 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- -Coming soon. +
diff --git a/pages/08.Forum/docs.pt.md b/pages/08.Forum/docs.pt.md index 61633c3a..68274dbe 100644 --- a/pages/08.Forum/docs.pt.md +++ b/pages/08.Forum/docs.pt.md @@ -4,7 +4,8 @@ published: true taxonomy: category: - docs - +page-toc: + active: false --- -Em breve. +
diff --git a/pages/10.Contribute/docs.en.md b/pages/10.Contribute/docs.en.md index d98bda56..6f882aa8 100644 --- a/pages/10.Contribute/docs.en.md +++ b/pages/10.Contribute/docs.en.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- This section is dedicated to help all those awesome people who decided to aid us with contributions to translations and creating tutorials. diff --git a/pages/10.Contribute/docs.fr.md b/pages/10.Contribute/docs.fr.md index 9545b3e3..1dc4a338 100644 --- a/pages/10.Contribute/docs.fr.md +++ b/pages/10.Contribute/docs.fr.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- Cette section est dédiée à aider toutes ces personnes impressionnantes qui ont décidé de nous aider avec des contributions aux traductions et à la création de tutoriels. diff --git a/pages/10.Contribute/docs.pt.md b/pages/10.Contribute/docs.pt.md index e32268f1..36360ab6 100644 --- a/pages/10.Contribute/docs.pt.md +++ b/pages/10.Contribute/docs.pt.md @@ -4,6 +4,8 @@ published: true taxonomy: category: - docs +page-toc: + active: false --- Esta página é dedicada a ajudar todas estas pessoas incríveis que decidiram ajudar-nos contribuindo com traduções e criando tutoriais dos nossos serviços. diff --git a/pages/CHANGE.LOG b/pages/CHANGE.LOG index 564959df..815d68aa 100644 --- a/pages/CHANGE.LOG +++ b/pages/CHANGE.LOG @@ -4,3 +4,5 @@ This is changelog of howto.disroot.org page. Here we will be noting all signific - 13.12.2017 - Forwarding email howto - 13.12.2017 - email/filter category created - 21.11.2017 - added "How to Use Git" + - 18.12.2017 - added taxonomy in header to fix side arrows + - 19.12.2017 - added TOC