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/', + }, ], }, ],