Skip to content

Commit 83202c9

Browse files
author
Tom Klein
committed
Add Managed Components links
1 parent 3ce5355 commit 83202c9

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ const config = {
7070
// label: "Tutorial",
7171
// },
7272
// { to: "/blog", label: "Blog", position: "left" },
73+
{
74+
href: 'https://managedcomponents.dev',
75+
label: 'Managed Components',
76+
position: 'right',
77+
},
7378
{
7479
href: 'https://github.com/cloudflare/webcm',
7580
label: 'GitHub',
@@ -105,6 +110,10 @@ const config = {
105110
label: 'GitHub',
106111
href: 'https://github.com/cloudflare/webcm',
107112
},
113+
{
114+
label: 'Managed Components',
115+
href: 'https://managedcomponents.dev/',
116+
},
108117
],
109118
},
110119
],

0 commit comments

Comments
 (0)