mkdocs-semiliterate/tests/fixtures/sibling-destination/mkdocs.yml
Glen Whitney b6ab0fb7ee chore: Update to latest mkdocs-simple 3.2.0 (#25)
Reviewed-on: #25
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2024-09-16 02:34:34 +00:00

11 lines
280 B
YAML

site_name: Enable extraction from included files
docs_dir: refsite # dummy
plugins:
- semiliterate:
ignore: [refsite]
merge_docs_dir: false
semiliterate:
- pattern: 'raw\.txt'
extract: {start: '---', stop: '---'}
destination: '../finished/polished.md'