Skip to content

Commit 073a6f7

Browse files
committed
fixes
Update docusaurus.config.js
1 parent b008d4a commit 073a6f7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

website/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const config = {
5151
// Please change this to your repo.
5252
// Remove this to remove the "edit this page" links.
5353
editUrl:
54-
'https://github.com/near-examples/ft-tutorial/tree/main/website/docs/',
54+
'https://github.com/near-examples/ft-tutorial/tree/main/website/',
5555
},
5656
theme: {
5757
customCss: './src/css/custom.css',
@@ -79,7 +79,7 @@ const config = {
7979
type: 'docSidebar',
8080
sidebarId: 'tutorialSidebar',
8181
position: 'left',
82-
label: 'Tutorial',
82+
label: 'Zero to Hero',
8383
},
8484
{href: 'https://docs.near.org', label: 'NEAR Docs', position: 'left'},
8585
{
576 KB
Loading
849 KB
Loading

0 commit comments

Comments
 (0)