mhussein

Results 7 comments of mhussein

Creating a file in the directory is very good. The other approach is to have a setting in the mkdocs yaml file. There are pros and cons to each approach....

something like: ``` render_by_default: false render_in_dir: - docs/fancy_docs ```

> We could assume that the default directory is the docs directory; though that would change the convention for `include_dir`(which is the project directory). 🤔 I don't think we need...

@fralau I tried it and it seems to be working fine for me. Thanks a lot for the quick turnaround. (1.) I think that if a file has `render_macros: false`...

> but I think you worked it out Yes, had to put all possible variations together first tbh, then started eliminating one by one till I figured it out :)...

@fralau Thanks a lot for implementing this. Do you have a plan of when this can be available in a release?

Thanks a lot for handling this. When do you expect to merge this?