Skip to content

Commit

Permalink
[docs] changing docs entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Aug 14, 2023
1 parent 0f6982c commit a4a3571
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config = {
items: [
{
label: 'Docs',
to: '/docs',
to: '/docs/intro',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion 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">
to="/docs/intro">
Documentation 📜
</Link>
</div>
Expand Down

0 comments on commit a4a3571

Please sign in to comment.