--- template: overrides/main.html --- # :logo: :material-plus: :octicons-heart-fill-24:{: .tx-heart } Material for MkDocs uses the [sponsorware][1] release strategy, which means that _new features are first exclusively released to sponsors_ as part of __Material for MkDocs Insiders__. Read on to learn [how sponsorship works][2], and how you can [become a sponsor][3]. [1]: https://github.com/sponsorware/docs [2]: #how-sponsorship-works [3]: #how-to-become-a-sponsor

A demo is worth a thousand words — check it out at
squidfunk.github.io/mkdocs-material-insiders

## How sponsorship works New features will first land in Material for MkDocs Insiders, which means that _sponsors will have access immediately_. Every feature is tied to a funding goal in monthly subscriptions. If a funding goal is hit, the features that are tied to it are merged back into Material for MkDocs and released for general availability. Bugfixes will always be released simultaneously in both editions. See the [roadmap][4] for a list of already available and upcoming features, and for demonstration purposes, [the official documentation][5] built with Material for MkDocs Insiders. [4]: #roadmap [5]: https://squidfunk.github.io/mkdocs-material-insiders/ ## How to become a sponsor So you've decided to become a sponsor? Great! You're just __three easy steps__ away from enjoying the latest features of Material for MkDocs Insiders. Complete the following steps and you're in: - Visit [squidfunk's sponsor profile][6] and pick a tier that includes exclusive access to squidfunk's sponsorware, which is _any tier from $10/month_. Select the tier and complete the checkout. - Within 24 hours, you will become a collaborator of the private Material for MkDocs Insiders GitHub repository, a fork of Material for MkDocs with [brand new and exclusive features][7]. - Create a [personal access token][8], which allows installing Material for MkDocs Insiders from any destination, including other CI providers like [GitLab][9] or [Bitbucket][10]. __Congratulations! :partying_face: You're now officially a sponsor and will get updates for Material for MkDocs Insiders, until you decide to cancel your monthly subscription, which you can do at any time.__ [6]: https://github.com/sponsors/squidfunk [7]: #available-features [8]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token [9]: https://gitlab.com [10]: https://bitbucket.org ## Available features The following list shows which features are currently only available in Material for MkDocs Insiders. You can click on each feature to learn more about it: - [x] [Remove _Made with Material for MkDocs_ from footer][11] - [x] [Support for user-toggleable themes (light/dark mode switch)][12] - [x] [Support for deploying multiple versions][13] - [x] [Support for deploying multiple languages][22] - [x] [Search suggestions help to save keystrokes][14] - [x] [Highlighting of matched search terms in content area][15] - [x] Search goes to first result on ++enter++ (I'm feeling lucky) - [x] [Navigation tabs can be made sticky][23] - [x] [Navigation can be grouped into sections][17] - [x] [Navigation can be always expanded][17] - [x] [Navigation and table of contents can be hidden][18] - [x] [Table of contents can be integrated into navigation][19] - [x] [Header can be automatically hidden on scrolling][20] - [x] [Support for Admonitions as inline blocks][21] [11]: setup/setting-up-the-footer.md#remove-generator [12]: setup/changing-the-colors.md#color-palette-toggle [13]: setup/setting-up-versioning.md#versioning [14]: setup/setting-up-site-search.md#search-suggestions [15]: setup/setting-up-site-search.md#search-highlighting [16]: setup/setting-up-navigation.md#navigation-sections [17]: setup/setting-up-navigation.md#navigation-expansion [18]: setup/setting-up-navigation.md#hide-the-sidebars [19]: setup/setting-up-navigation.md#navigation-integration [20]: setup/setting-up-the-header.md#automatic-hiding [21]: reference/admonitions.md#inline-blocks [22]: setup/changing-the-language.md#site-language-selector [23]: setup/setting-up-navigation.md#sticky-navigation-tabs ## Roadmap The following list of funding goals – named after varieties of chili peppers [I'm growing on my balcony][24] – shows which features are already available in Material for MkDocs Insiders. [24]: https://www.instagram.com/squidfunk/ ### Madame Jeanette [:octicons-flame-24: Funding goal: __$500__][6] · :octicons-unlock-24: Status: _Generally available_ - [x] Improved search result grouping (pages + headings) - [x] Improved search result relevance and scoring - [x] Display of missing query terms in search results ### Prairie Fire [:octicons-flame-24: Funding goal: __$1,000__][6] · :octicons-lock-24: Status: _Insiders only_ - [x] [Navigation can be grouped into sections][16] - [x] [Navigation can be always expanded][17] - [x] [Navigation and table of contents can be hidden][18] - [x] [Table of contents can be integrated into navigation][19] - [x] [Header can be automatically hidden on scrolling][20] ### Bhut Jolokia [:octicons-flame-24: Funding goal: __$1,500__][6] · :octicons-lock-24: Status: _Insiders only_ - [x] [Support for Admonitions as inline blocks][21] - [x] [Support for deploying multiple versions][13] - [x] [Support for deploying multiple languages][22] ### Black Pearl [:octicons-flame-24: Funding goal: __$2,000__][6] · :octicons-lock-24: Status: _Insiders only_ - [x] [Support for user-toggleable themes (light/dark mode switch)][12] - [ ] Support for user-toggleable code-block styles (light/dark mode switch) - [ ] Table of contents auto-collapses and expands only the active section ### Biquinho Vermelho [:octicons-flame-24: Funding goal: __$2,500__][6] · :octicons-lock-24: Status: _Insiders only_ - [x] [Search suggestions help to save keystrokes][14] - [x] [Highlighting of matched search terms in content area][15] - [x] Search goes to first result on ++enter++ (I'm feeling lucky) - [ ] Table of contents shows which sections have search results - [ ] Support for displaying a user's last searches - [ ] Improved search result summaries ### Caribbean Red [:octicons-flame-24: Funding goal: __$3,000__][6] · :octicons-lock-24: Status: _Insiders only_ - [x] [Navigation tabs can be made sticky][23] - [x] [Remove _Made with Material for MkDocs_ from footer][11] - [ ] Brand-new and exclusive vertical layout ## Frequently asked questions ### Compatibility _We're running an open source project and want to make sure that users can build the documentation without having access to Insiders. Is that still possible?_ Yes. Material for MkDocs Insiders strives to be compatible with Material for MkDocs, so all new features are implemented as feature flags and all improvements (e.g. search) do not require any changes to existing configuration. This means that your users will be able to build the docs locally with the regular version and when they push their changes to CI/CD, they will be built with Material for MkDocs Insiders. For this reason, it's recommended to [install Insiders][25] only in CI, as you don't want to expose your `GH_TOKEN` to users. [25]: publishing-your-site.md#github-pages ### Terms _We're using Material for MkDocs to build the developer documentation of a commercial project. Can we use Material for MkDocs Insiders under the same terms?_ Yes. Whether you're an individual or a company, you may use _Material for MkDocs Insiders_ precisely under the same terms as Material for MkDocs, which are given by the [MIT license][26]. However, we kindly ask you to respect the following guidelines: - Please __don't distribute the source code__ from Material for MkDocs Insiders. You may freely use it for public, private or commercial projects, fork it, mirror it, do whatever you want with it, but please don't release the source code, as it would cannibalize the sponsorware strategy. - If you cancel your subscription, you're removed as a collaborator and will miss out on future updates of Material for MkDocs Insiders. However, you may __use the latest version__ that's available to you __as long as you like__. Just remember that __[GitHub deletes private forks][27]__. [26]: license.md [27]: https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository