Skip to content

Commit

Permalink
Merge pull request #18 from cloudflare/tklein/managedcomponents_link
Browse files Browse the repository at this point in the history
Add Managed Components links
  • Loading branch information
tomkln authored Aug 14, 2023
2 parents 3ce5355 + 83202c9 commit b5ed3d2
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 b5ed3d2

Please sign in to comment.