We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d4b40 commit 2aab4d3Copy full SHA for 2aab4d3
mkdocs.yml
@@ -192,6 +192,11 @@ plugins:
192
strict: false # logs and warnings will be shown if set to true
193
- git-committers:
194
repository: VIP-SMUR/wiki
195
+ exclude_committers:
196
+ - "web-flow" # GitHub web UI edits
197
+ - web-flow # GitHub web UI edits
198
+ - "actions-user" # GitHub Actions
199
+ - "github-actions[bot]" # GitHub Actions bot
200
branch: main
201
docs_path: docs/
202
token: !ENV ["GithubAccessToken"]
@@ -345,5 +350,5 @@ nav:
345
350
- Activities:
346
351
- Overview: activities/index.md
347
352
- VIP Rush: activities/rush.md
348
- - Conferences: activities/conferences.md
353
+ - Outreach: activities/outreach.md
349
354
- Class Dinners: activities/dinners.md
0 commit comments