jimporter / mike

Manage multiple versions of your MkDocs-powered documentation via Git
BSD 3-Clause "New" or "Revised" License
551 stars 47 forks source link

Run mike with non-default mkdocs.yml file? #56

Closed ghost closed 3 years ago

ghost commented 3 years ago

I have three mkdocs-*.yml files; one default, one for PDF generation and one for transitioning to and testing netlify. Is there any plan to include an equivalent to the mkdocs build -f option for mike? Is there any way to specify non-default mkdocs config file when running mike? Thanks

jimporter commented 3 years ago

Yes, -F/--config-file will let you specify the file to use.