Update Containers/Docker/Docker Compose/Material MkDocs.md
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user