From 1228e3dfe6421a95695557e8fb7e45ee42f9a6a6 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 1 Sep 2022 10:25:57 +0200 Subject: [PATCH 1/2] Updated Insiders documentation --- docs/insiders/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/insiders/index.md b/docs/insiders/index.md index 798e71237..9998babcc 100644 --- a/docs/insiders/index.md +++ b/docs/insiders/index.md @@ -46,10 +46,10 @@ funding goal is hit, the features that are tied to it are merged back into Material for MkDocs and released for general availability, making them available to all users. Bugfixes are always released in tandem. -Sponsorships start as low as [__$10 a month__][how to become a sponsor].[^2] +Sponsorships start as low as [__$15 a month__][how to become a sponsor].[^2] [^2]: - Note that $10 a month is the minimum amount to become eligible for + Note that $15 a month is the minimum amount to become eligible for Insiders. While GitHub Sponsors also allows to sponsor lower amounts or one-time amounts, those can't be granted access to Insiders due to technical reasons. @@ -121,7 +121,7 @@ New features are added every other week. Be sure to come back. Thanks for your interest in sponsoring! In order to become an eligible sponsor with your GitHub account, visit [squidfunk's sponsor profile], and complete -a sponsorship of __$10 a month or more__. You can use your individual or +a sponsorship of __$15 a month or more__. You can use your individual or organization GitHub account for sponsoring. __Important__: If you're sponsoring @squidfunk through a GitHub organization, From 91361538ed0dd0f63365869a4a51778dc7e04764 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 1 Sep 2022 11:28:59 +0200 Subject: [PATCH 2/2] Fixed build pipeline --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f426aca1a..979e55d32 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -57,7 +57,7 @@ jobs: run: | pip install . pip install \ - "mkdocs-git-committers-plugin-2>=0.4.3" \ + "mkdocs-git-committers-plugin-2<1" \ "mkdocs-git-revision-date-localized-plugin>=1.0" \ "mkdocs-minify-plugin>=0.3" \ "mkdocs-redirects>=1.0"