Skip to content

Commit

Permalink
changing spoke to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Morran committed Feb 1, 2024
1 parent 24d6ff2 commit 140bb19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions website/.docusaurus/docusaurus.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ export default {
"position": "left",
"label": "Documentation"
},
{
"to": "/changelog",
"label": "Changelog",
"position": "left"
},
{
"type": "dropdown",
"label": "Learning",
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const config = {
position: "left",
label: "Documentation",
},
{ to: "/changelog", label: "Changelog", position: "left" },
// { to: "/changelog", label: "Changelog", position: "left" },
{
type: "dropdown",
label: "Learning",
Expand All @@ -106,7 +106,7 @@ const config = {
items: [
{
label: "Hubs Demo Server",
href: "https://hubs.mozilla.com/spoke",
href: "https://hubs.mozilla.com/demo",
},
{
label: "Managed Subscription",
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/docs/introduction"
to="/docs/docs/introduction/what-is-hubs"
>
View our documentation
</Link>
Expand Down

0 comments on commit 140bb19

Please sign in to comment.