From 6762810d076e4ce91365608a7f6a52103bec62ba Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Jan 2023 16:13:03 +0100 Subject: [PATCH] docs/backend-system: remove old doc from sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- microsite/sidebars.json | 3 +-- mkdocs.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 01d2b95b6b..6008dfed56 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -238,8 +238,7 @@ "plugins/proxying", "plugins/backend-plugin", "plugins/call-existing-api", - "plugins/url-reader", - "plugins/new-backend-system" + "plugins/url-reader" ] }, { diff --git a/mkdocs.yml b/mkdocs.yml index f3194f0d61..38369f4748 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -138,7 +138,6 @@ nav: - Backend plugin: 'plugins/backend-plugin.md' - Call existing API: 'plugins/call-existing-api.md' - URL Reader: 'plugins/url-reader.md' - - New Backend System: 'plugins/new-backend-system.md' - Testing: - Testing with Jest: 'plugins/testing.md' - Publishing: