Skip to content

Commit

Permalink
Merge pull request #223 from gestalt-config/docs/static-site
Browse files Browse the repository at this point in the history
docs: fix broken links.
  • Loading branch information
credmond-git authored Oct 7, 2024
2 parents 7809f21 + 9030431 commit 20d4604
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions docs/gestalt-static/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static',
// editUrl: 'https://github.com/gestalt-config/gestalt/tree/main/docs/gestalt-static',
},
blog: {
showReadingTime: true,
Expand Down Expand Up @@ -106,8 +105,12 @@ const config: Config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
label: 'Tutorial - Basic',
to: '/docs/tutorial/getting-started',
},
{
label: 'Tutorial - Advanced',
to: '/docs/advanced/reload-strategies',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/gestalt-static/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/getting-started">
to="/docs/tutorial/getting-started">
Gestalt Configuration Getting Started - 5min ⏱️
</Link>
</div>
Expand Down

0 comments on commit 20d4604

Please sign in to comment.