Execution flow
The flow of information as we export and deploy a static version of our WP site
Basic deployment example
graph LR;
A[Detect WP site configuration] -->|Set options| B(Crawl the site)
B --> C{Deployment}
C --> D[GitHub Pages]
C --> E[Amazon S3]
C --> F[Netlify]
C --> G[BunyCDN]
C --> H[FTP Server]
C --> I[Dropbox]
Sequence example
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->John: Fight against hypochondria
end
Note right of John: Rational thoughts
prevail...
John-->Alice: Great!
John->Bob: How about you?
Bob-->John: Jolly good!
Comments powered by Talkyard.