Document reconciliation modes
This commit is contained in:
18
examples/merge-reconciliation.yml
Normal file
18
examples/merge-reconciliation.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
pipelines:
|
||||
- id: example-merge-reconciliation
|
||||
source:
|
||||
backend: local
|
||||
path: examples/source-bundle
|
||||
destinations:
|
||||
- id: local-merge-html
|
||||
backend: local
|
||||
path: workspace/published/merge-reconciliation
|
||||
publish:
|
||||
source: false
|
||||
html: true
|
||||
transform:
|
||||
markdown_to_html:
|
||||
enabled: true
|
||||
mode: sidecar
|
||||
reconciliation:
|
||||
mode: merge
|
||||
Reference in New Issue
Block a user