From 6d149ec32452db791b8ed9d472cb9b45c9a4a16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 1 Aug 2024 00:17:50 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=84=20Add=20CSS=20for=20team=20ava?= =?UTF-8?q?tars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/css/custom.css | 24 ++++++++++++++++++++++++ mkdocs.yml | 3 +++ 2 files changed, 27 insertions(+) create mode 100644 docs/css/custom.css diff --git a/docs/css/custom.css b/docs/css/custom.css new file mode 100644 index 000000000..44750ad6c --- /dev/null +++ b/docs/css/custom.css @@ -0,0 +1,24 @@ +.user { + margin: 1em; + min-width: 7em; +} + +.user .avatar-wrapper { + width: 80px; + height: 80px; + margin: 10px auto; + overflow: hidden; + border-radius: 50%; + position: relative; +} + +.user .avatar-wrapper img { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +.user .title { + text-align: center; +} diff --git a/mkdocs.yml b/mkdocs.yml index 2869183d9..7febc8241 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,5 +43,8 @@ markdown_extensions: - pymdownx.snippets - pymdownx.superfences +extra_css: +- css/custom.css + hooks: - docs/plugins/main.py From 8d0c92308b52ce782677632569158be0f181300b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 1 Aug 2024 00:19:04 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9D=20Add=20docs=20and=20attributi?= =?UTF-8?q?on=20about=20project=20creator=20and=20maintainer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/index.md b/docs/index.md index 5d805316b..dd4de4a20 100644 --- a/docs/index.md +++ b/docs/index.md @@ -594,3 +594,19 @@ It has built-in Document-oriented Database, Caching System, Authentication and P [hypercorn]: https://gitlab.com/pgjones/hypercorn [uvloop_docs]: https://uvloop.readthedocs.io/ [httptools_vs_h11]: https://github.com/python-hyper/h11/issues/9 + +## Team + +Uvicorn lives in the [Encode GitHub organization](https://github.com/encode). + +### Creator + +Uvicorn was created by: + + + +### Maintainer + +Uvicorn is currently maintained by: + +