Run
The easiest way to get started with rex is to clone the repo, and copy your README file to the root directory.
Once done, run the create.js file:
npm run createThe steps performed in create.js include:
- create documents in the
docs/directory from your README. - map category to documents.
- update
sidebars.jswith the doc to category mapping. - update
docusaurus.config.jswith the main docs page (defaults to the first page).