elemental-toolkit/docs
Fredrik Lönnegren f132230beb Update copyright year (2025)
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
2025-01-07 16:43:28 +01:00
..
archetypes
assets
content/en Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
layouts
static
themes
.gitignore
README.md
config.toml
elemental.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_build-iso.md
elemental_cloud-init.md
elemental_convert-disk.md
elemental_exit-codes.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_install.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_new.md
elemental_pull-image.md
elemental_reset.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_run-stage.md
elemental_state.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_upgrade-recovery.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_upgrade.md Implement state subcommand (#2182) 2024-09-13 08:59:30 +02:00
elemental_version.md
generate_docs.go Update copyright year (2025) 2025-01-07 16:43:28 +01:00
package-lock.json Bump npm autoprefixer to 10.0.0 2024-10-28 13:13:02 +01:00
package.json Bump npm autoprefixer to 10.0.0 2024-10-28 13:13:02 +01: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