Add diagram source link

(and fix the image source)
This commit is contained in:
southerntofu 2022-02-23 21:00:26 +01:00
parent 6b886c16a7
commit 5ba8cc3735
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ Each of these tools can be plugged into one another. But even if you integrate t
# Architecture
In this section, we present an architectural overview of a complex forge suite setup:
In this section, we present an architectural overview of a complex forge suite setup ([diagram source]({{ url(path="schema.dot") }})):
![Diagram showing the forge sending a webhook to a forgehook endpoint, which validates it using a forgecheck CLI, then passes the update to forgebuild, which triggers tasks](schema.png)
![Diagram showing the forge sending a webhook to a forgehook endpoint, which validates it using a forgecheck CLI, then passes the update to forgebuild, which triggers tasks]({{ url(path="schema.dot.png") }})
The diagram was kept simple for educational purposes, but the different project READMEs will give you a lot more information about all the advanced features you can find. forgebuild in particular has many more configuration options and supported use-cases (one-off tasks, submodule tracking, per-host config).