Skip to content

Commit

Permalink
feat(Docs): Update link to intro page
Browse files Browse the repository at this point in the history
The commit updates the link to the intro page in the navigation menu of the documentation. The previous link '/apollo-docs/intro' has been changed to '/docs/intro'. This change ensures that users are directed to the correct location when clicking on the 'Intro' label in the navigation menu.
  • Loading branch information
BillChirico committed Nov 7, 2023
1 parent 4598b1b commit 93fd1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config: Config = {
items: [
{
label: 'Intro',
to: '/apollo-docs/intro',
to: '/docs/intro',
},
],
},
Expand Down

0 comments on commit 93fd1e7

Please sign in to comment.