From 83202c9d3867fea510e8797944d2480341f35be9 Mon Sep 17 00:00:00 2001 From: Tom Klein Date: Mon, 14 Aug 2023 11:52:20 +0200 Subject: [PATCH] Add Managed Components links --- docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index 52883c9..20a05e9 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -70,6 +70,11 @@ const config = { // label: "Tutorial", // }, // { to: "/blog", label: "Blog", position: "left" }, + { + href: 'https://managedcomponents.dev', + label: 'Managed Components', + position: 'right', + }, { href: 'https://github.com/cloudflare/webcm', label: 'GitHub', @@ -105,6 +110,10 @@ const config = { label: 'GitHub', href: 'https://github.com/cloudflare/webcm', }, + { + label: 'Managed Components', + href: 'https://managedcomponents.dev/', + }, ], }, ],