@h2oai/makersaurus v0.11.1
Makersaurus
The goal of Makersaurus is to simplify the process of creating documentation for the H2O AI Cloud. Makersaurus also attempts to make it easier to keep our docs internally consistent and up-to-date. Using a relatively small configuration file, you can scaffold Docusaurus sites on-the-fly with standardized H2O.ai styles, headers, footers, home page, and search.
Getting started
To get started, navigate to where you want to create your project and run:
npx @h2oai/makersaurus@latest create-new-project This command will create a folder called documentation with the following contents:
package.jsonmakersaurus.config.jssidebars.jsdocs.gitignore
This is all you need to launch your site. From here just run:
cd documentation
npm install
npm start If all goes well your project will be served on port 3000.
Documentation
For more information about Makersaurus features and commands, please refer to the documentation. The documentation folder contains a working Makersaurus site with guides and API reference. You can also browse a live version of the documentation at https://h2oai.github.io/makersaurus/.