mirror of
https://github.com/khuedoan/homelab.git
synced 2025-08-03 08:40:09 +07:00
Use generated images directly
This commit is contained in:
@ -10,7 +10,7 @@ diagrams:
|
|||||||
&& python3 *
|
&& python3 *
|
||||||
|
|
||||||
.PHONY: book
|
.PHONY: book
|
||||||
book:
|
book: diagrams
|
||||||
mdbook build .
|
mdbook build .
|
||||||
|
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
|
9
docs/README.md
Normal file
9
docs/README.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Documents
|
||||||
|
|
||||||
|
The documents can be viewed at <https://khuedoan.github.io/homelab>.
|
||||||
|
|
||||||
|
To view locally, install [`mdbook`](https://github.com/rust-lang/mdBook#installation) and run:
|
||||||
|
|
||||||
|
```
|
||||||
|
mdbook serve
|
||||||
|
```
|
@ -1,5 +1,5 @@
|
|||||||
# Provisioning flow
|
# Provisioning flow
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
@ -12,7 +12,7 @@ graph_attr = {
|
|||||||
"pad": "0"
|
"pad": "0"
|
||||||
}
|
}
|
||||||
|
|
||||||
with Diagram("Provision (separated by logical layers)", graph_attr=graph_attr, outformat="jpg", show=False):
|
with Diagram("Provisioning flow", graph_attr=graph_attr, outformat="jpg", show=False):
|
||||||
controller = Client("Initial controller")
|
controller = Client("Initial controller")
|
||||||
bare_metal_machines = Server(f"Server(s)")
|
bare_metal_machines = Server(f"Server(s)")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user