Skip to content

Commit

Permalink
remove schedule-demo links
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 10, 2024
1 parent 236f20d commit 3409ee6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions generator/konfig-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async function createConfig() {
},
{ to: "/sdk", label: "SDKs for Public APIs", position: "right" },
{ to: "/blog", label: "Blog", position: "right" },
{ to: "/schedule-demo", label: "Schedule Demo", position: "right" },
// { to: "/schedule-demo", label: "Schedule Demo", position: "right" },
],
},
api: {
Expand All @@ -208,10 +208,10 @@ async function createConfig() {
label: "Blog",
to: "/blog",
},
{
label: "Enterprise",
to: "/enterprise",
},
// {
// label: "Enterprise",
// to: "/enterprise",
// },
],
},
{
Expand All @@ -226,10 +226,10 @@ async function createConfig() {
to: "/interactive-tutorial",
},
{ to: "/sdk", label: "SDKs" },
{
label: "Schedule Demo",
to: "/schedule-demo",
},
// {
// label: "Schedule Demo",
// to: "/schedule-demo",
// },
{
label: "openapi-examples",
to: "https://github.com/konfig-sdks/openapi-examples",
Expand Down

0 comments on commit 3409ee6

Please sign in to comment.