Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #73 from mobilejazz/feature/fix-build
Browse files Browse the repository at this point in the history
Fix footer links
  • Loading branch information
jfilowk authored Nov 6, 2020
2 parents bc66b41 + aea561d commit 2473b64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ module.exports = {
},
{
label: 'Getting Started',
to: 'docs/getting-started/prerequisites',
to: 'docs/getting-started/overview',
},
{
label: 'Fundamentals',
to: 'docs/domain/interactor/interactor',
to: 'docs/fundamentals/concepts',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"lint": "node bin/lint-docs.js",
"lint": "node bin/lint-docs.js && npm run build",
"swizzle": "docusaurus swizzle"
},
"dependencies": {
Expand Down

0 comments on commit 2473b64

Please sign in to comment.