Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danuw committed Feb 20, 2024
1 parent f5b3eb6 commit 89c1d64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions casdk-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const config = {
type: 'doc',
docId: 'quickstart',
position: 'left',
label: 'Tutorial',
label: 'Docs',
},
{to: '/blog', label: 'Blog', position: 'left'},
{to: 'https://greensoftware.foundation/', label: 'GSF', position: 'left'},
Expand All @@ -89,7 +89,7 @@ const config = {
items: [
{
label: 'Tutorial',
to: '/carbon-aware-sdk/docs/overview',
to: '/docs/quickstart',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion casdk-docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/quickstart">
Docusaurus Tutorial - 5min ⏱️
Getting started tutorial - 5min ⏱️
</Link>
</div>
</div>
Expand Down

0 comments on commit 89c1d64

Please sign in to comment.