Skip to content

Commit 9bc2dcd

Browse files
ilanvolowDaniel15
authored andcommitted
Updating generated docs and README instructions for running doc server
Shout out to @caseywatts for the PR #272. Better late than never.
1 parent 3734917 commit 9bc2dcd

20 files changed

+3081
-685
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,14 @@ defineInlineTest(transform, /* ... */)
502502
- [js-codemod](https://github.com/cpojer/js-codemod/) - Codemod scripts to transform code to next generation JS.
503503
- [js-transforms](https://github.com/jhgg/js-transforms) - Some documented codemod experiments to help you learn.
504504

505+
### Local Documentation Server
506+
507+
To update docs in `/docs`, use `npm run docs`.
508+
509+
To view these docs locally, use `npx http-server ./docs`
510+
511+
512+
505513
### Recipes
506514

507515
- [Retain leading comment(s) in file when replacing/removing first statement](recipes/retain-first-comment.md)

0 commit comments

Comments
 (0)