Skip to content

Commit

Permalink
add script to build a routes object
Browse files Browse the repository at this point in the history
  • Loading branch information
m4ttheweric committed Oct 30, 2024
1 parent ab15312 commit 04b1559
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"write-cli-docs": "cd utilities/auto-cli && ./scaffold.sh",
"write-metadata-docs": "cd utilities/generate-metadata-docs && npm run start",
"seo": "cd utilities/improve-front-matter-seo/ && node improve-seo.js",
"update-cli-version": "cd utilities/update-cli-version/ && npm run start"
"update-cli-version": "cd utilities/update-cli-version/ && npm run start",
"build-routes": "node ./scripts/generateRoutes.cjs"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
Expand Down
Loading

0 comments on commit 04b1559

Please sign in to comment.