-
Notifications
You must be signed in to change notification settings - Fork 51
Documentation workflow #765
Copy link
Copy link
Open
Labels
TrackingOverview topicOverview topicdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Is your enhancement related to a problem? Please describe.
…
Designs
%%{ init: { 'flowchart': { 'curve': 'natural' } } }%%
flowchart LR
subgraph Could be one repo.
A[(user doc)]
B[(dev docs)]
end
A -.->|xml| D
A -->|manually| Z
A -.->|xml / md ??| X[gatherpress plugin]
B -.->|xml| D
B -.->|xml / md ??| Z[gatherpress.org website]
B -->|md| Y[(gatherpress repo)]
W[(code
reference)]
W -.->|??| Z
C[(demo data)]
C -->|xml| D[Playground on w.org]
C -->|xml| E[Playground PR preview]
C -->|xml| F[Playground for e2e tests]
C -->|xml| G[Playground for the w.org
screenshot generator]
Describe alternatives you've considered
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TrackingOverview topicOverview topicdocumentationImprovements or additions to documentationImprovements or additions to documentation