Skip to content

Commit

Permalink
Quick adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Dec 19, 2023
1 parent 07721db commit 9a4f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ This command will trigger tutorial markdowns generation on all of the docs direc
$ npm start
```

The local development command will also trigger the `generate-content` command which, in turns, calls the `generate-example-docs` script and `generate-tutorial-docs` script respectively. Currently there is no watch command for this so any of the mentioned command/scripts should be called to do the re-compilation to reflect any changes.
The local development command will also trigger the `generate-content` command which, in turns, calls the `generate-example-docs` script and `generate-tutorial-docs` script respectively. Since the compiled markdown pages contain dynamic components, changes within the examples source or the tutorials source will be reflected on hot reloads.

#### Versioning

Expand Down

0 comments on commit 9a4f386

Please sign in to comment.