Go to file
Billy Tat 43daf0aabd
Merge pull request #59 from btat/rancher-link
Nav bar: add backlink to rancher.com
2023-06-22 14:01:59 -07:00
.github/workflows Add link checker 2023-06-09 14:06:03 -07:00
docs Fix more broken links 2023-05-03 14:31:34 -07:00
src Add local search 2023-01-17 14:03:30 -08:00
static Merge pull request #10 from btat/add-cname 2023-01-26 14:50:03 -08:00
.gitignore First push for RKE 1 docusaurus website 2022-06-10 14:04:21 +05:30
README.md First push for RKE 1 docusaurus website 2022-06-10 14:04:21 +05:30
babel.config.js First push for RKE 1 docusaurus website 2022-06-10 14:04:21 +05:30
docusaurus.config.js Nav bar: add backlink to rancher.com 2023-06-22 13:54:57 -07:00
package.json Add link checker 2023-06-09 14:06:03 -07:00
sidebars.js Add sidebar entry 2023-04-03 16:01:11 -07:00
yarn.lock Add link checker 2023-06-09 14:06:03 -07:00

README.md

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

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> 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.