Skip to content

Commit

Permalink
Updating generated docs and README instructions for running doc server
Browse files Browse the repository at this point in the history
Shout out to @caseywatts for the PR #272. Better late than never.
  • Loading branch information
ilanvolow authored and Daniel15 committed Apr 8, 2022
1 parent 3734917 commit 9bc2dcd
Show file tree
Hide file tree
Showing 20 changed files with 3,081 additions and 685 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -502,6 +502,14 @@ defineInlineTest(transform, /* ... */)
- [js-codemod](https://github.com/cpojer/js-codemod/) - Codemod scripts to transform code to next generation JS.
- [js-transforms](https://github.com/jhgg/js-transforms) - Some documented codemod experiments to help you learn.

### Local Documentation Server

To update docs in `/docs`, use `npm run docs`.

To view these docs locally, use `npx http-server ./docs`



### Recipes

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

0 comments on commit 9bc2dcd

Please sign in to comment.