From 7c3106e95c314b5700447d7f5126018976729bb8 Mon Sep 17 00:00:00 2001 From: Victor Feyens Date: Wed, 9 Jun 2021 11:37:27 +0200 Subject: [PATCH] [IMP] dev/howtos: hide deprecated and outdated tutorial Now that the new rd&training is deployed, we shouldn't highlight this page anymore Fixes #1017 --- content/developer/howtos.rst | 1 - content/developer/howtos/web.rst | 9 ++++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/developer/howtos.rst b/content/developer/howtos.rst index 822b590c1..dc9f9e954 100644 --- a/content/developer/howtos.rst +++ b/content/developer/howtos.rst @@ -9,6 +9,5 @@ Tutorials howtos/themes howtos/website howtos/backend - howtos/web howtos/profilecode howtos/company diff --git a/content/developer/howtos/web.rst b/content/developer/howtos/web.rst index 69fa45b73..4d4ac3f61 100644 --- a/content/developer/howtos/web.rst +++ b/content/developer/howtos/web.rst @@ -1,11 +1,14 @@ +:orphan: ============================= Customizing the web client ============================= -Note: this section is really really out of date. It will be updated someday, -but meanwhile, this tutorial will probably be frustrating to follow, since it -was written a long time ago. +.. note:: + + this section is really really out of date. It will be updated someday, + but meanwhile, this tutorial will probably be frustrating to follow, since it + was written a long time ago. .. highlight:: javascript