Skip to content

Commit

Permalink
Improved documentation structure (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Frank <lukas.frank@sap.com>
  • Loading branch information
lukasfrank authored Dec 18, 2024
1 parent 7020fad commit 716865e
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 4 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/concepts/console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Console
1 change: 1 addition & 0 deletions docs/concepts/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Machine Events
1 change: 1 addition & 0 deletions docs/concepts/plugins/nic.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Networkinterface Plugins
1 change: 1 addition & 0 deletions docs/concepts/plugins/volume.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Volume Plugins
15 changes: 15 additions & 0 deletions docs/development/dev_docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# libvirt-provider documentation

## Local dev setup

You can run the documentation via:

```shell
make start-docs
```

You can remove the `mkdocs` container image by running:

```shell
make clean-docs
```
File renamed without changes.
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Usage
15 changes: 11 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,17 @@ markdown_extensions:

nav:
- Home: README.md
- Architecture:
- architecture/README.md
- Main Documentation ⧉: https://ironcore-dev.github.io/documentation/
- Landing Page ⧉: https://ironcore-dev.github.io/
- Architecture: architecture.md
- Concepts:
- Console: concepts/console.md
- Events: concepts/events.md
- Plugins:
- NIC: concepts/plugins/nic.md
- Volume: concepts/plugins/volume.md
- Usage: usage.md
- Development Guide:
- Local Setup: development/dev_setup.md
- Documentation: development/dev_docs.md

extra:
social:
Expand Down

0 comments on commit 716865e

Please sign in to comment.