This commit is contained in:
parent
2b76cfadde
commit
60781327fb
2 changed files with 11 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,4 +4,4 @@ source/devices/*
|
|||
oxidized
|
||||
nginx-config
|
||||
d2class
|
||||
source/d2lang_svg
|
||||
*d2lang*
|
||||
|
|
|
@ -5,5 +5,15 @@
|
|||
:os: {{ os["NAME"] }}
|
||||
:version: {{ os["VERSION"] }}
|
||||
|
||||
Diagram
|
||||
=======
|
||||
|
||||
.. d2lang::
|
||||
:filename: d2lang/{{ hostname.replace("\n", "") }}.svg
|
||||
|
||||
...@source/infra.d2
|
||||
scaleway.{{ hostname.replace("\n", "").split(".")[0] }}*.style.animated: True
|
||||
home.{{ hostname.replace("\n", "").split(".")[0] }}*.style.animated: True
|
||||
|
||||
{% if extend_exists %}{% include "{hostname}.rst.j2".format(hostname=hostname) %}{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue