Synchronize catalog documentation and examples

This commit is contained in:
2026-06-19 16:50:40 +00:00
parent 9a2eaf8e5e
commit 484fda2514
16 changed files with 296 additions and 871 deletions

View File

@@ -1,27 +1,25 @@
pipelines:
- id: example-shared-root-source
- id: example-additive-source
source:
backend: local
path: examples/source-bundle
destinations:
- id: shared-local-root
- id: catalog-source
backend: local
path: workspace/published/shared-root
state:
mode: shared_root
path: workspace/published/additive-workflow
workflow: additive
publish:
source: true
html: false
- id: example-shared-root-html
- id: example-additive-html
source:
backend: local
path: examples/source-bundle
destinations:
- id: shared-local-root
- id: catalog-html
backend: local
path: workspace/published/shared-root
state:
mode: shared_root
path: workspace/published/additive-workflow
workflow: additive
publish:
source: false
html: true

View File

@@ -7,6 +7,7 @@ pipelines:
- id: local-source-archive
backend: local
path: workspace/published/archive-and-latest/archive
workflow: additive
path_mapping:
mode: preserve_relative
publish:
@@ -15,6 +16,7 @@ pipelines:
- id: local-html-latest
backend: local
path: workspace/published/archive-and-latest/latest
workflow: replacement
path_mapping:
mode: fixed
links:

View File

@@ -1,18 +1,19 @@
pipelines:
- id: example-merge-reconciliation
- id: example-replacement-workflow
source:
backend: local
path: examples/source-bundle
destinations:
- id: local-merge-html
- id: local-latest-html
backend: local
path: workspace/published/merge-reconciliation
path: workspace/published/replacement-workflow
workflow: replacement
path_mapping:
mode: fixed
publish:
source: false
html: true
transform:
markdown_to_html:
enabled: true
mode: sidecar
reconciliation:
mode: merge
mode: index