Go to file
Billy Tat 3cf97079fa Fix broken links 2023-03-22 10:15:26 -07:00
.github/workflows Create deploy.yml 2022-08-19 17:15:23 +05:30
docs Fix broken links 2023-03-22 10:15:26 -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 Enable analytics via Google Tag Manager plugin 2023-03-13 15:16:29 -07:00
package.json Bump Docusaurus to v2.3.1 2023-03-13 15:15:30 -07:00
sidebars.js Update sidebar formatting 2023-02-28 16:14:47 -08:00
yarn.lock Bump Docusaurus to v2.3.1 2023-03-13 15:15:30 -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.