Go to file
Billy Tat eea8d1438b
Merge pull request #84 from btat/eol-banner
Add site-level EOL banner
2025-07-02 16:31:17 -07:00
.github/workflows Add back link check during test deploy workflow 2024-05-28 11:06:37 -07:00
docs Update upgrades.md 2024-05-14 12:51:08 +03:30
src Add site-level EOL banner 2025-07-02 16:14:05 -07:00
static Update header with 'More from SUSE' dropdown 2023-11-02 13:31:59 -07: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 Add site-level EOL banner 2025-07-02 16:14:05 -07:00
package.json Update search plugin for Docu V3 compatibility 2023-11-24 15:18:33 -08:00
sidebars.js Add sidebar entry 2023-04-03 16:01:11 -07:00
yarn.lock Generate new yarn.lock 2023-11-24 15:30:31 -08: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.