Skip to content

Commit

Permalink
chore: correct the 'edit' link and add a script for starting the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Nov 17, 2023
1 parent e9f150f commit 7e7a02a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config = {
lastVersion: 'current',
sidebarPath: require.resolve('./sidebars.js'),
editUrl:
'https://github.com/fonoster/goodtok/edit/main',
'https://github.com/fonoster/goodtok/edit/main/docs/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"start:frontoffice": "NODE_ENV=dev cd mods/frontoffice && npm start",
"start:widget": "NODE_ENV=dev cd mods/widget && npm start",
"start:storybook": "storybook dev -p 6006 -c .storybook",
"start:docs": "cd docs && npm start",
"build": "lerna run build",
"build:storybook": "storybook build",
"prebuild": "npx prisma generate --schema ./mods/apiserver/schema.prisma",
Expand Down

0 comments on commit 7e7a02a

Please sign in to comment.