We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa218b commit 8323425Copy full SHA for 8323425
docusaurus.config.ts
@@ -64,7 +64,7 @@ const config: Config = {
64
items: [
65
{
66
label: "Sage",
67
- href: "/docs/sage",
+ href: "/docs",
68
},
69
70
label: "Wallet SDK",
src/pages/index.tsx
@@ -18,7 +18,7 @@ function HomepageHeader() {
18
</Heading>
19
<p className="hero__subtitle">{siteConfig.tagline}</p>
20
<div className={styles.buttons}>
21
- <Link className="button button--secondary button--lg" to="/docs/sage">
+ <Link className="button button--secondary button--lg" to="/docs">
22
Get Started
23
</Link>
24
</div>
0 commit comments