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
end
Note right of John: Rational thoughts! loop Every 5 seconds
John-->>Alice: Great! Git_Repo_Updater->>Gitea: Check for changes in repository
John->>Bob: How about you? alt Changes Detected
Bob-->>John: Jolly good! 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
``` ```
## Deploy Material MKDocs ## Deploy Material MKDocs