diff --git a/docs/usage/about-us.md b/docs/usage/about-us.md index 252c94308a58f9..7f8838c33521c3 100644 --- a/docs/usage/about-us.md +++ b/docs/usage/about-us.md @@ -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.