Alexander Voss
Alexander Voss
I do not think that `exclude_docs` solves this since [the documentation for it](https://www.mkdocs.org/user-guide/configuration/#exclude_docs) says that `mkdocs serve` still serves up the files, with a note that they are a draft....
Since a change to make `mkdocs serve` ignore files listed in `exclude_docs` would only affect the writing process and not any build product, do you think it would be possible...
An example of what I am struggling with is the validateDetailed() method. I would love to know what it is meant to do. From the fields I guessed that I...
Dear Peter, thanks for this. I have managed to get the YAML support in VSCode working, so now have another way of checking whether my schema works as intended (somewhat...
An immediate solution would be to use a [custom admonition](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#custom-admonitions) that is [collapsible](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#collapsible-blocks). With some tweaking, this could be made to look similar to what Amazon do - if, say,...
Hi @copdips, wondering what blogging system you are moving from? I had a look around and it does seem like some systems/themes do excerpts, while others do not. I always...
Thanks for this. Grabbing the first paragraph should be feasible, I think. A hook attaching itself to the [on_page_markdown](https://www.mkdocs.org/dev-guide/plugins/#on_page_markdown) event would do. Fortunately, the blog plugin attaches itself with a...
> Regarding #7118 – can we solve this here as well, or should we create a new PR? That should be #7118 fixed as well. See if you like the...
> I restructured the code a little and moved out the things of the context that don't need to be there Was wondering whether to do that but I decided...
> best practice that contexts are kept as short as possible In general, definitely. Might be good to make it muscle memory to do so as well. I still need...