From 7c7a124563120e1ea50c3ff242903daea5ce9546 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 23 Oct 2022 18:34:54 +0200 Subject: [PATCH] docs/api/backend: move to docs/plugins/new-backend-system and add to sidebar Signed-off-by: Patrik Oldsberg --- docs/{api/backend.md => plugins/new-backend-system.md} | 2 +- microsite/sidebars.json | 3 ++- mkdocs.yml | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) rename docs/{api/backend.md => plugins/new-backend-system.md} (99%) diff --git a/docs/api/backend.md b/docs/plugins/new-backend-system.md similarity index 99% rename from docs/api/backend.md rename to docs/plugins/new-backend-system.md index 5c2b4c4245..5ce1b1b81a 100644 --- a/docs/api/backend.md +++ b/docs/plugins/new-backend-system.md @@ -1,5 +1,5 @@ --- -id: backend +id: new-backend-system title: New Backend System description: Details of the upcoming backend system --- diff --git a/microsite/sidebars.json b/microsite/sidebars.json index f00b7b2ee1..3cfa1aa2f6 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -233,7 +233,8 @@ "plugins/proxying", "plugins/backend-plugin", "plugins/call-existing-api", - "plugins/url-reader" + "plugins/url-reader", + "plugins/new-backend-system" ] }, { diff --git a/mkdocs.yml b/mkdocs.yml index 8c86ae095d..906e2aebeb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -137,6 +137,7 @@ 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: