makersaurus 0.9.4
Install from the command line:
Learn more about npm packages
$ npm install @h2oai/makersaurus@0.9.4
Install via package.json:
"@h2oai/makersaurus": "0.9.4"
About this version
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.
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.json
makersaurus.config.js
sidebars.js
docs
.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.
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/.