Update Containers/Docker/Docker Compose/Material MkDocs.md

This commit is contained in:
Nicole Rappe
2023-12-22 05:04:19 -07:00
parent 0c978dba92
commit 5daea84088

View File

@ -6,15 +6,21 @@
## Documentation Sequence ## Documentation Sequence
``` mermaid ``` mermaid
sequenceDiagram sequenceDiagram
autonumber participant Gitea
Alice->>John: Hello John, how are you? participant Git_Repo_Updater as Git-Repo-Updater
loop Healthcheck participant MkDocs
John->>John: Fight against hypochondria participant NTFY
loop Every 5 seconds
Git_Repo_Updater->>Gitea: Check for changes in repository
alt Changes Detected
Gitea->>Git_Repo_Updater: Notify change
Git_Repo_Updater->>NTFY: Send change notification
Git_Repo_Updater->>Gitea: Download data from repository
Git_Repo_Updater->>MkDocs: Copy data to MkDocs
MkDocs->>MkDocs: Reload and render webpages
end
end end
Note right of John: Rational thoughts!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!
``` ```
## Deploy Material MKDocs ## Deploy Material MKDocs