twardoch / mkdocs-combine

Convert an MkDocs Markdown source site to a single Markdown document
https://twardoch.github.io/mkdocs-combine/
Apache License 2.0
38 stars 17 forks source link

Example for exclude #9

Open nuest opened 6 years ago

nuest commented 6 years ago

I'm trying to exclude specific files from the integrated markdown file. I have tried all ways of writing paths that I can thing of, with no success. I have also no idea how to debug this, so let me know what information I can provide!

mkdocscombine --outfile erc.pd --no-titles --exclude $(pwd)/docs/glossary.md --exclude docs/glossary.md --exclude glossary.md

My repo is https://github.com/o2r-project/erc-spec