File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+
3
+ {% block announce %}
4
+ < style >
5
+ div [data-md-component = "announce" ] {
6
+ background-color : # f0f8ff ; /* Light blue */
7
+ color : # 333 ;
8
+ }
9
+ div [data-md-component = "announce" ] a {
10
+ color : # 0366d6 ;
11
+ }
12
+ </ style >
13
+ If you're using uvicorn in production, please consider < a href ="/sponsorship "> sponsoring the project</ a > to help with maintenance and development. ✨
14
+ {% endblock %}
Original file line number Diff line number Diff line change 33
33
- navigation.tracking
34
34
- navigation.footer # https://squidfunk.github.io/mkdocs-material/upgrade/?h=content+copy#navigationfooter
35
35
- toc.follow # https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#anchor-following
36
+ - announce.dismiss # https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#mark-as-read
36
37
37
38
repo_name : encode/uvicorn
38
39
repo_url : https://github.com/encode/uvicorn
You can’t perform that action at this time.
0 commit comments