Skip to content

Commit

Permalink
versioning doc
Browse files Browse the repository at this point in the history
marcvanandel committed Mar 18, 2024
1 parent 87f5d21 commit e1f6eae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,6 +29,20 @@ Develop & serve on [localhost:8000](http://localhost:8000/):
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
```

## Publish & Versioning

The documentation of this repo is published on [GitHub Pages](https://pages.github.com/). It is set
up to support multiple versions of the documentation seperately. It uses
[mike](https://github.com/jimporter/mike) to do so, following the documetation of mkdocs: [Seting up
versioning](https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/). This means:

- the `main` branch is published under 'version' `dev`
- every branch starting with `v` is published under the branch name; e.g. branch `v0.90` is
published as such
- there is a workflow available to [set the default
version](https://github.com/kadaster-labs/lock-unlock-docs/actions/workflows/set-default.yml) to
show; this takes a manual input ( :warning: be sure to enter a matching name)

## License

Om hergebruik en doorontwikkeling maximaal mogelijk te maken, is dit project gelicenseerd onder

0 comments on commit e1f6eae

Please sign in to comment.