doc-scripts
React Document Build Tool Scripts , Like react-scripts of create react app.
Features
- ? No config
- ? Based on Markdown,Merge and Show all markdown files
- ?? Code Highlighting And JSX Code is Runnable
- ? Emoji Support
- ? React Props Table Support
- ✨ Creates Static files (only JS is prism)
- ?️? Pretty Pages
- ? Customizable
- ?? CodeSandbox and iframe Support
Install ?
Usage ?
1. Node cli
2. Markdown Usage
3. Javascript api
4. Webpack extended configuration
Create a new file named doc-scripts.config.js in the root directory. The
following is the specific format specification.
5. Demo HTML Template extended configuration
Create a new file named doc-scripts.header.html or doc-scripts.footer.html in
the root directory. The following is the specific format specification.
6. Customize Doc Renderer
Create a new file named doc-scripts.renderer.js in
the root directory. The following is the specific format specification.