* bump elemental-toolkit to v2 Signed-off-by: David Cassany <dcassany@suse.com> * Move pkg/types/v2 to simply pkg/types This commit leaves the code with a single set of types and in refers to it as the types packge instead of v1 or v2. For the time being we do not foresee managing more than one single major version of type within the same code. Signed-off-by: David Cassany <dcassany@suse.com> * Stop referring to mocks package as v2mock in favor of simply 'mocks' Signed-off-by: David Cassany <dcassany@suse.com> * Fix leftovers after rebase Signed-off-by: David Cassany <dcassany@suse.com> --------- Signed-off-by: David Cassany <dcassany@suse.com> |
||
|---|---|---|
| .. | ||
| archetypes | ||
| assets | ||
| content/en | ||
| 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 | ||
| elemental_install.md | ||
| elemental_new.md | ||
| elemental_pull-image.md | ||
| elemental_reset.md | ||
| elemental_run-stage.md | ||
| elemental_upgrade.md | ||
| elemental_version.md | ||
| generate_docs.go | ||
| 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