Synchronize catalog documentation and examples
This commit is contained in:
29
examples/additive-workflow.yml
Normal file
29
examples/additive-workflow.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
pipelines:
|
||||
- id: example-additive-source
|
||||
source:
|
||||
backend: local
|
||||
path: examples/source-bundle
|
||||
destinations:
|
||||
- id: catalog-source
|
||||
backend: local
|
||||
path: workspace/published/additive-workflow
|
||||
workflow: additive
|
||||
publish:
|
||||
source: true
|
||||
html: false
|
||||
- id: example-additive-html
|
||||
source:
|
||||
backend: local
|
||||
path: examples/source-bundle
|
||||
destinations:
|
||||
- id: catalog-html
|
||||
backend: local
|
||||
path: workspace/published/additive-workflow
|
||||
workflow: additive
|
||||
publish:
|
||||
source: false
|
||||
html: true
|
||||
transform:
|
||||
markdown_to_html:
|
||||
enabled: true
|
||||
mode: sidecar
|
||||
Reference in New Issue
Block a user