Go to file
Mario Manno b1a86ed823
Update ref-configuration.md
2024-12-20 15:49:50 +01:00
.github Remove Vale workflow (#209) 2024-12-13 15:54:38 +01:00
docs Update ref-configuration.md 2024-12-20 15:49:50 +01:00
src Add graph about workload namespace configuration 2024-07-15 15:09:19 +02:00
static Add values templating information 2024-11-13 18:34:47 +01:00
updatecli/values.d fix: correctly use Rancher repository 2024-05-13 19:46:46 +02:00
versioned_docs Fix formatting of troubleshooting intro (#208) 2024-12-17 11:18:26 +01:00
versioned_sidebars chore: Set latest docusaurus version (#203) 2024-11-11 14:35:09 +01:00
.gitignore Bump docusaurus 2024-07-19 11:13:42 +02:00
.nvmrc Update deploy workflow 2024-11-13 17:22:58 +01:00
CODEOWNERS Add CODEOWNERS file 2023-04-11 12:38:19 +02:00
README.md Add URL to README 2023-08-10 13:40:24 +02:00
babel.config.js Initial commit 2022-09-22 09:54:31 +05:30
docusaurus.config.js Updating the items in the More From Suse dropdown and icons list. 2024-01-26 09:59:30 +01:00
package.json Revert docusaurus back to 2 2024-08-22 10:38:05 +02:00
releasepost.yaml chore: docs: update releasepost configuration file releasepost.yaml 2024-11-13 18:07:06 +00:00
sidebars.js Update CLI arguments 2024-11-13 18:47:24 +01:00
update-compose.yaml chore: deps(updatecli/policy): bump "ghcr.io/olblak/rancherlabs-polic... (#206) 2024-11-28 08:16:27 +01:00
versions.json chore: Set latest docusaurus version (#203) 2024-11-11 14:35:09 +01:00
yarn.lock Update yarn.lock to fix build 2024-08-22 11:24:39 +02:00

README.md

Website

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

The docs are hosted at: https://fleet.rancher.io/

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.

Create new versioned docs reference

$ yarn run docusaurus docs:version <NEW_VERSION>

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.