Go to file
Mario Manno b8d46a4894 Update deploy workflow 2024-11-13 17:22:58 +01:00
.github Update deploy workflow 2024-11-13 17:22:58 +01:00
docs docs: fix missing charts (#201) 2024-10-31 10:53:55 +01:00
src Add graph about workload namespace configuration 2024-07-15 15:09:19 +02:00
static Add ownership from cluster registration 2024-08-22 10:14:13 +02:00
updatecli/values.d fix: correctly use Rancher repository 2024-05-13 19:46:46 +02:00
versioned_docs chore: Set latest docusaurus version (#203) 2024-11-11 14:35:09 +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-07-17 12:57:48 +00:00
sidebars.js Adds experimental features and OCI storage 2024-09-05 15:16:58 +02:00
update-compose.yaml chore: deps(updatecli/policy): bump "ghcr.io/updatecli/policies/autod... (#199) 2024-10-18 13:42:02 +02: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.