From 4f5cf68f56ed56df62264227d81891744c356403 Mon Sep 17 00:00:00 2001 From: fzyzcjy Date: Tue, 24 Sep 2024 22:43:07 +0800 Subject: [PATCH] chore: doc --- .all-contributors-custom.yaml | 2 +- .all-contributorsrc | 18 +++++++++--------- README.md | 6 +++--- website/docs/index.md | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.all-contributors-custom.yaml b/.all-contributors-custom.yaml index 5d8c78efc8..dd962681ba 100644 --- a/.all-contributors-custom.yaml +++ b/.all-contributors-custom.yaml @@ -29,6 +29,7 @@ - alexthe2: Add Option Datetime. Add empty structs. Improve doc. Add `r#`. Fix mirror enum bug. - Larpoux: Fix async generation. Update web-audio-api binding. - banool: Fix pubspec parsing. Fix symbol-stripping doc. +- patmuk: Set MSRV. Fail fast. Improve message. Improve multiple docs. - anlumo: Fix freezed + methods. Non-clone RustOpaque. - temeddix: Fix broken CI. Custom num workers. Fix MacOS doc steps. Update doc. Make zero-copy defaultable. - NightFeather0615: Fix Vec bool. @@ -38,7 +39,6 @@ - OfficialBoyfriend: Fix error display. - wxitcode: Add org option. Support MacOS log. Fix a typo. - Tienisto: Add mock init. -- patmuk: Set MSRV. Fail fast. Improve message. Improve multi docs. - Markus43: Fix folder removal. - Krysl: Add preamble. - w-ensink: Improve doc. Fix CI. Refactor. Add tests. diff --git a/.all-contributorsrc b/.all-contributorsrc index 3d956b968e..8c2c4cdacd 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -314,6 +314,15 @@ "doc" ] }, + { + "login": "patmuk", + "name": "Patrick Mukherjee", + "avatar_url": "https://avatars.githubusercontent.com/u/2045440?v=4", + "profile": "https://patrick.mukherjee.de", + "contributions": [ + "code" + ] + }, { "login": "anlumo", "name": "Andreas Monitzer", @@ -396,15 +405,6 @@ "code" ] }, - { - "login": "patmuk", - "name": "Patrick Mukherjee", - "avatar_url": "https://avatars.githubusercontent.com/u/2045440?v=4", - "profile": "https://patrick.mukherjee.de", - "contributions": [ - "code" - ] - }, { "login": "Markus43", "name": "Markus", diff --git a/README.md b/README.md index a3db0cf8a1..77702d1723 100644 --- a/README.md +++ b/README.md @@ -243,18 +243,18 @@ Secondly, thanks goes to these wonderful contributors ([emoji key](https://allco Alex Procelewski
Alex Procelewski

πŸ“– πŸ’» Larpoux
Larpoux

πŸ’» Daniel Porteous (dport)
Daniel Porteous (dport)

πŸ“– + Patrick Mukherjee
Patrick Mukherjee

πŸ’» Andreas Monitzer
Andreas Monitzer

πŸ’» Kim Dong-Hyun
Kim Dong-Hyun

πŸ’» πŸ“– - NightFeather
NightFeather

πŸ’» + NightFeather
NightFeather

πŸ’» Alex Li
Alex Li

πŸ’» Alex Ballmer
Alex Ballmer

πŸ’» alexlapa
alexlapa

πŸ’» 九月
九月

πŸ’» wxitcode
wxitcode

πŸ“– Tien Do Nam
Tien Do Nam

πŸ’» - Patrick Mukherjee
Patrick Mukherjee

πŸ’» Markus
Markus

πŸ’» @@ -380,6 +380,7 @@ More specifically, thanks for all these contributions: * [alexthe2](https://github.com/alexthe2): Add Option Datetime. Add empty structs. Improve doc. Add `r#`. Fix mirror enum bug. * [Larpoux](https://github.com/Larpoux): Fix async generation. Update web-audio-api binding. * [banool](https://github.com/banool): Fix pubspec parsing. Fix symbol-stripping doc. +* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Improve multiple docs. * [anlumo](https://github.com/anlumo): Fix freezed + methods. Non-clone RustOpaque. * [temeddix](https://github.com/temeddix): Fix broken CI. Custom num workers. Fix MacOS doc steps. Update doc. Make zero-copy defaultable. * [NightFeather0615](https://github.com/NightFeather0615): Fix Vec bool. @@ -389,7 +390,6 @@ More specifically, thanks for all these contributions: * [OfficialBoyfriend](https://github.com/OfficialBoyfriend): Fix error display. * [wxitcode](https://github.com/wxitcode): Add org option. Support MacOS log. Fix a typo. * [Tienisto](https://github.com/Tienisto): Add mock init. -* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Improve multi docs. * [Markus43](https://github.com/Markus43): Fix folder removal. * [Krysl](https://github.com/Krysl): Add preamble. * [w-ensink](https://github.com/w-ensink): Improve doc. Fix CI. Refactor. Add tests. diff --git a/website/docs/index.md b/website/docs/index.md index 85e2fb2e0d..b2f7345687 100644 --- a/website/docs/index.md +++ b/website/docs/index.md @@ -250,18 +250,18 @@ Secondly, thanks goes to these wonderful contributors ([emoji key](https://allco Alex Procelewski
Alex Procelewski

πŸ“– πŸ’» Larpoux
Larpoux

πŸ’» Daniel Porteous (dport)
Daniel Porteous (dport)

πŸ“– + Patrick Mukherjee
Patrick Mukherjee

πŸ’» Andreas Monitzer
Andreas Monitzer

πŸ’» Kim Dong-Hyun
Kim Dong-Hyun

πŸ’» πŸ“– - NightFeather
NightFeather

πŸ’» + NightFeather
NightFeather

πŸ’» Alex Li
Alex Li

πŸ’» Alex Ballmer
Alex Ballmer

πŸ’» alexlapa
alexlapa

πŸ’» 九月
九月

πŸ’» wxitcode
wxitcode

πŸ“– Tien Do Nam
Tien Do Nam

πŸ’» - Patrick Mukherjee
Patrick Mukherjee

πŸ’» Markus
Markus

πŸ’» @@ -387,6 +387,7 @@ More specifically, thanks for all these contributions: * [alexthe2](https://github.com/alexthe2): Add Option Datetime. Add empty structs. Improve doc. Add `r#`. Fix mirror enum bug. * [Larpoux](https://github.com/Larpoux): Fix async generation. Update web-audio-api binding. * [banool](https://github.com/banool): Fix pubspec parsing. Fix symbol-stripping doc. +* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Improve multiple docs. * [anlumo](https://github.com/anlumo): Fix freezed + methods. Non-clone RustOpaque. * [temeddix](https://github.com/temeddix): Fix broken CI. Custom num workers. Fix MacOS doc steps. Update doc. Make zero-copy defaultable. * [NightFeather0615](https://github.com/NightFeather0615): Fix Vec bool. @@ -396,7 +397,6 @@ More specifically, thanks for all these contributions: * [OfficialBoyfriend](https://github.com/OfficialBoyfriend): Fix error display. * [wxitcode](https://github.com/wxitcode): Add org option. Support MacOS log. Fix a typo. * [Tienisto](https://github.com/Tienisto): Add mock init. -* [patmuk](https://github.com/patmuk): Set MSRV. Fail fast. Improve message. Improve multi docs. * [Markus43](https://github.com/Markus43): Fix folder removal. * [Krysl](https://github.com/Krysl): Add preamble. * [w-ensink](https://github.com/w-ensink): Improve doc. Fix CI. Refactor. Add tests.