We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ff3cc commit 114718cCopy full SHA for 114718c
docs/index.md
@@ -1,6 +1,12 @@
1
+<style>
2
+.md-content .md-typeset h1 { display: none; }
3
+</style>
4
+
5
<p align="center">
6
<a href="https://typer.tiangolo.com"><img src="https://typer.tiangolo.com/img/logo-margin/logo-margin-vector.svg#only-light" alt="Typer"></a>
-
7
+<!-- only-mkdocs -->
8
+ <a href="https://typer.tiangolo.com"><img src="img/logo-margin/logo-margin-white-vector.svg#only-dark" alt="Typer"></a>
9
+<!-- /only-mkdocs -->
10
</p>
11
12
<em>Typer, build great CLIs. Easy to code. Based on Python type hints.</em>
0 commit comments