Skip to content
/ docs Public
forked from metal-stack/docs

Contains the documentation for metal-stack

License

Notifications You must be signed in to change notification settings

muhittink/docs

 
 

Repository files navigation

Docs

This repository contains the documentation of metal-stack.

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>.

About

Contains the documentation for metal-stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 39.4%
  • Shell 36.0%
  • Makefile 17.3%
  • Dockerfile 7.3%