From ba9fcf864df6cf7cfdaff325954489ca4cfc6f60 Mon Sep 17 00:00:00 2001 From: Gerhard Lazu Date: Thu, 3 Mar 2022 15:25:33 +0000 Subject: [PATCH] Add a DRAFTS section to the Europa docs sidebar This is meant to act as catch-all for pages that have been written ad-hoc, but don't currently fit anywhere. While it was initially mentioned that this should be called Knowledgebase, it didn't seem to accurately describe the intent. The email & message default DRAFTS seemed better, so I just went with it. Signed-off-by: Gerhard Lazu --- website/sidebars.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/sidebars.js b/website/sidebars.js index 4d4e4cf5..a9fbf8e6 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -108,6 +108,15 @@ module.exports = { "use-cases/svelte-vercel", ], }, + { + type: "category", + label: "DRAFTS", + collapsible: true, + collapsed: true, + items: [ + "learn/api", + ], + }, { type: "link", label: "🕸 pre-Europa 🕸",