Nova/docs
2021-10-12 22:51:30 +04:00
..
docs changes in the proto names, and new spec for nats 2021-10-08 14:48:39 +04:00
src docs: add docusaurus project 2021-10-08 14:42:05 +04:00
static docs: add docusaurus project 2021-10-08 14:42:05 +04:00
.gitignore docs: add docusaurus project 2021-10-08 14:42:05 +04:00
babel.config.js docs: add docusaurus project 2021-10-08 14:42:05 +04:00
docusaurus.config.js tests, cleanup & rest base 2021-10-12 22:51:30 +04:00
package.json docs: add docusaurus project 2021-10-08 14:42:05 +04:00
README.md docs: add docusaurus project 2021-10-08 14:42:05 +04:00
sidebars.js docs: add docusaurus project 2021-10-08 14:42:05 +04:00
tsconfig.json docs: add docusaurus project 2021-10-08 14:42:05 +04:00
yarn.lock docs: add docusaurus project 2021-10-08 14:42:05 +04:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.