elemental-toolkit/docs
David Cassany 490d1b14af Update year in headers
Signed-off-by: David Cassany <dcassany@suse.com>
2025-03-13 15:30:44 +01:00
..
archetypes
assets
content/en Fix doc typo 2024-03-25 15:05:45 +01:00
layouts
static
themes
.gitignore
README.md
config.toml
elemental.md
elemental_build-iso.md
elemental_cloud-init.md
elemental_convert-disk.md
elemental_exit-codes.md Regenerate docs 2024-02-22 12:42:29 +01:00
elemental_install.md Regenerate docs 2024-02-22 12:42:29 +01:00
elemental_new.md
elemental_pull-image.md
elemental_reset.md Regenerate docs 2024-02-22 12:42:29 +01:00
elemental_run-stage.md
elemental_upgrade.md Regenerate docs 2024-02-22 12:42:29 +01:00
elemental_version.md
generate_docs.go Update year in headers 2025-03-13 15:30:44 +01:00
package-lock.json
package.json

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