Skip to content

Commit

Permalink
Add Managed Components links
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkln committed Aug 14, 2023
1 parent 3ce5355 commit 83202c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -105,6 +110,10 @@ const config = {
label: 'GitHub',
href: 'https://github.com/cloudflare/webcm',
},
{
label: 'Managed Components',
href: 'https://managedcomponents.dev/',
},
],
},
],
Expand Down

0 comments on commit 83202c9

Please sign in to comment.