nunix / harvester-docs

Home Page:https://docs.harvesterhci.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docs.harvesterhci.io

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

File Location

Before you contribute, please read the table below first to ensure that you are modifying the correct files:

Path Version URL
docs/hello.md v1.2-dev (current, under development) /dev/hello
versioned_docs/version-v1.1/hello.md v1.1 (stable) /v1.1/hello
versioned_docs/version-v1.0/hello.md v1.0 /v1.0/hello
versioned_docs/version-v0.3/hello.md v0.3 /v0.3/hello

Installation

yarn install

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.

About

https://docs.harvesterhci.io/


Languages

Language:JavaScript 68.7%Language:CSS 31.3%