We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c1c2b commit cf58c54Copy full SHA for cf58c54
tools/README.md
@@ -0,0 +1,10 @@
1
+# Tools for docs
2
+
3
+This folder contains a set of tools to automate the routine docs work. You should run the command from `docs` root folder not in the tools folder.
4
5
+- `yarn run spellcheck` to run spell spellcheck
6
+- `sh tools/autogenerate-downloads.sh` to generate release-downloads.md based on file list in S3
7
+- `bun tools/list-pages.ts` to show nav tree based on sidebars.js and titles in markdown files
8
+- `bun tools/missing.js` to list which markdown files are not mounted in sidebars.js
9
10
+Other files probably are outdated.
0 commit comments