Go to file
Billy Tat 34b2f2b81e Create CNAME file to use custom domain 2023-01-16 14:56:11 -08:00
.github/workflows Create deploy.yml 2022-08-19 17:15:23 +05:30
docs First commit for rke1-docs 2022-07-13 16:56:08 +05:30
src First push for RKE 1 docusaurus website 2022-06-10 14:04:21 +05:30
static Create CNAME file to use custom domain 2023-01-16 14:56:11 -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 Fix incorrect 'Edit this page' URL 2022-10-06 15:52:56 -07:00
package.json First push for RKE 1 docusaurus website 2022-06-10 14:04:21 +05:30
sidebars.js First commit for rke1-docs 2022-07-13 16:56:08 +05:30
yarn.lock First push for RKE 1 docusaurus website 2022-06-10 14:04:21 +05:30

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.