Renamed Sponsorship page to Insiders

This commit is contained in:
squidfunk 2020-07-27 09:40:57 +02:00
parent 9c6a945cf2
commit b496e1a2c6
5 changed files with 6 additions and 5 deletions

View File

@ -46,8 +46,8 @@ the `GH_TOKEN` environment variable to the token's value.
[5]: https://python-markdown.github.io/
[6]: https://pygments.org/
[7]: https://facelessuser.github.io/pymdown-extensions/
[8]: sponsorship.md
[9]: sponsorship.md#how-to-become-a-sponsor
[8]: insiders.md
[9]: insiders.md#how-to-become-a-sponsor
[10]: https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token
### with docker

View File

@ -36,7 +36,7 @@
{% block content %}
{{ super() }}
<aside class="tx-sponsor md-typeset">
<a href="{{ 'sponsorship/' | url }}" title="Become a sponsor">
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders">
<hr>
<span class="twemoji">
{% include ".icons/logo.svg" %}

View File

@ -82,6 +82,7 @@ plugins:
releases/4.md: upgrading.md #upgrading-from-4x-to-5x
releases/5.md: upgrading.md #upgrading-from-3x-to-4x
releases/changelog.md: changelog.md
sponsorship.md: insiders.md
- minify:
minify_html: true
@ -147,7 +148,7 @@ nav:
- Customization: customization.md
- Troubleshooting: troubleshooting.md
- Data privacy: data-privacy.md
- Sponsorship: sponsorship.md
- Insiders: insiders.md
- License: license.md
- Setup:
- Changing the colors: setup/changing-the-colors.md

View File

@ -76,7 +76,7 @@
<!-- Sponsor banner -->
<aside class="tx-sponsor md-typeset">
<a href="{{ 'sponsorship/' | url }}" title="Become a sponsor">
<a href="{{ 'insiders/' | url }}" title="Material for MkDocs Insiders">
<hr />
<span class="twemoji">
{% include ".icons/logo.svg" %}