Martin Donath

Results 483 comments of Martin Donath

As another example of a popular framework putting those buttons at the bottom, see https://docusaurus.io/docs: ![screenshot-docusaurus-io-docs-1685364899173](https://github.com/squidfunk/mkdocs-material/assets/932156/8e39b0a3-a439-4c35-ba59-4429e7b4f805) Additionally, the bottom of the sidebars is very often empty, so I think (but...

This sounds more like a "Zen" mode that you can enter and exit than hiding sidebars independently. I suggest that we move this into a new change request, so we...

Prototype, we're currently working on other things ☺️

> Do you want me to start a new Ideas discussion? You can do that, but note that the Zen mode is currently not a priority. Might happen at some...

@NikosAlexandris you can adjust the width with a few lines of CSS to your taste, [as explained in our documentation](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#content-area-width): ``` css .md-grid { max-width: 1440px; } ```

You can set it per [`template`](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-template), which you can set per page, or just drop some CSS in a page, if you just want to set it for one page,...

We're currently not considering moving forward with this, due to how much of a hack the blog plugin already is – MkDocs just doesn't like generated content, and excerpts +...

Thanks for the evaluation, @waylan. > Regarding the specific feature of mkdocs-material; I find it very strange that the feature even exists. I can't imagine any scenario where anyone would...

FYI, we removed this feature from our documentation. The current implementation is too fragile and will likely lead to many problems when being used by non-technical users. We don't feel...

For me, it's packages in a mono repo ([example](https://github.com/squidfunk/mono)), then in each package all exported functions incl. their signatures, as well as interfaces, types and exported variables. So, taking [one...