elemental-toolkit/docs
Gaurav Mehta 10b7bd5e69 Copyright changes in all files
Signed-off-by: Gaurav Mehta <gaurav.mehta@suse.com>
2025-07-30 08:33:07 +02:00
..
archetypes
assets
content/en More documentation work (#1819) 2023-08-31 14:36:37 +00:00
layouts
static
themes Update docsy to latest version (#1786) 2023-06-05 13:23:35 +02:00
.gitignore
README.md
config.toml Update docsy to latest version (#1786) 2023-06-05 13:23:35 +02:00
elemental.md
elemental_build-iso.md
elemental_cloud-init.md
elemental_convert-disk.md
elemental_exit-codes.md
elemental_install.md
elemental_new.md
elemental_pull-image.md
elemental_reset.md More documentation work (#1819) 2023-08-31 14:36:37 +00:00
elemental_run-stage.md
elemental_upgrade.md
elemental_version.md
generate_docs.go Copyright changes in all files 2025-07-30 08:33:07 +02:00
package-lock.json Fix docs 2023-06-05 13:49:01 +02:00
package.json Fix docs 2023-06-05 13:49:01 +02:00

README.md

The website content it is deployed automatically in the gh-pages branch by Github Actions, and no manual intervention is needed.

Test your changes

After cloning the repo (with submodules), just run make serve to test the website locally.

$> git clone --recurse-submodule https://github.com/rancher/elemental-toolkit
$> cd elemental-toolkit
$> make serve

Or just sync the submodules:

$> git submodule update --init --recursive --depth 1

To run the website locally in other platforms, e.g. MacOS:

$> HUGO_PLATFORM=macOS-64bit make serve