Document shared-root publishing

This commit is contained in:
2026-06-08 19:06:23 +00:00
parent 9afb3550c4
commit cb9502f790
8 changed files with 154 additions and 8 deletions

31
examples/shared-root.yml Normal file
View File

@@ -0,0 +1,31 @@
pipelines:
- id: example-shared-root-source
source:
backend: local
path: examples/source-bundle
destinations:
- id: shared-local-root
backend: local
path: workspace/published/shared-root
state:
mode: shared_root
publish:
source: true
html: false
- id: example-shared-root-html
source:
backend: local
path: examples/source-bundle
destinations:
- id: shared-local-root
backend: local
path: workspace/published/shared-root
state:
mode: shared_root
publish:
source: false
html: true
transform:
markdown_to_html:
enabled: true
mode: sidecar