Skip to content

metal-stack/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e64517b · Mar 21, 2025
Oct 21, 2024
Feb 21, 2023
Mar 18, 2025
Feb 21, 2023
Jun 10, 2020
May 28, 2020
Mar 7, 2024
Feb 21, 2023
Oct 12, 2020
Oct 12, 2020
Feb 2, 2024
Oct 10, 2023
May 28, 2020
Mar 21, 2025
Jun 9, 2020
Feb 2, 2024
Oct 21, 2024
Jun 11, 2021

Repository files navigation

Docs

Stable Docs Devel Docs

This repository contains the documentation of metal-stack at docs.metal-stack.io.

It is being generated using Julia Documenter. Everything is basically build on Markdown files. Check their docs if you want to dig deeper.

Development

To generate the documentation you can use the following command (only Docker is required):

make

The result is being written to docs/build and is fully static. You can simply view it in your browser by opening docs/build/index.html.

To update the docs that is included from external repositories (e.g. metalctl, mini-lab, ...), you can run the following target:

RELEASE_VERSION=master make update

The RELEASE_VERSION points to our releases repository.

Pull Requests

A pull request will automatically generate a preview on our Gitlab page with Github Actions on https://docs.metal-stack.io/previews/PR<your-pr-number>.