docs(about us): add new contributor, and credit MkDocs and Material for MkDocs (#28573)

This commit is contained in:
HonkingGoose 2024-04-22 10:35:52 +02:00 committed by GitHub
parent 96f9ad5ff0
commit 23df1a20b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,9 @@ Some features made a lot of people happy, and efficient!
- [@cgrindel](https://github.com/cgrindel) created the `bazel-module` manager
- [@RahulGautamSingh](https://github.com/RahulGautamSingh) refactored a lot of code and worked on performance improvements like reduced cloning during updates and onboarding
- [@Gabriel-Ladzaretti](https://github.com/Gabriel-Ladzaretti) S3 repo cache, child process refactoring, others
- [@not7cd](https://github.com/not7cd) improved the `pip-compile` manager
- [@squidfunk](https://github.com/squidfunk) for creating and maintaining the [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) framework, that we use to build our docs, and for helping us with problems with the framework, or our docs
- [The MkDocs project](https://www.mkdocs.org/) for making the static site generator, that we use to build our docs
## Renovate development
@ -52,3 +55,5 @@ This is where we do most of the development.
The Renovate docs are built from Markdown files in our [`renovatebot/renovate` repository](https://github.com/renovatebot/renovate).
Most of the source files can be found in the [`docs/usage/` directory](https://github.com/renovatebot/renovate/tree/main/docs/usage).
We use [MkDocs](https://www.mkdocs.org/) and [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) to build our docs.