Synchronize catalog documentation and examples
This commit is contained in:
@@ -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
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user