Skip to content

Commit 4234a56

Browse files
authored
docs: add favicon and logo (#12)
1 parent 2d64b32 commit 4234a56

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
1-
# Decoy
2-
3-
[![ci badge][]][ci]
4-
[![pypi version badge][]][pypi]
5-
[![license badge][]][license]
6-
7-
[ci]: https://github.com/mcous/decoy/actions
8-
[ci badge]: https://flat.badgen.net/github/checks/mcous/decoy/main
9-
[pypi]: https://pypi.org/project/decoy/
10-
[pypi version badge]: https://flat.badgen.net/pypi/v/decoy
11-
[license]: https://github.com/mcous/decoy/blob/main/LICENSE
12-
[license badge]: https://flat.badgen.net/github/license/mcous/decoy
13-
14-
> Opinionated, typed stubbing and verification library for Python
15-
16-
<https://mike.cousins.io/decoy/>
1+
<div align="center">
2+
<h1>Decoy</h1>
3+
<img src="https://mike.cousins.io/decoy/img/decoy.png" width="256px">
4+
<p>Opinionated, typed stubbing and verification library for Python</p>
5+
<p>
6+
<a href="https://github.com/mcous/decoy/actions">
7+
<img title="CI Status" src="https://flat.badgen.net/github/checks/mcous/decoy/main">
8+
</a>
9+
<a href="https://pypi.org/project/decoy/">
10+
<img title="PyPI Version" src="https://flat.badgen.net/pypi/v/decoy">
11+
</a>
12+
<a href="https://github.com/mcous/decoy/blob/main/LICENSE">
13+
<img title="License" src="https://flat.badgen.net/github/license/mcous/decoy">
14+
</a>
15+
</p>
16+
<p>
17+
<a href="https://mike.cousins.io/decoy/">https://mike.cousins.io/decoy/</a>
18+
</p>
19+
</div>
1720

1821
The Decoy library allows you to create, stub, and verify test double objects for your Python unit tests, so your tests are:
1922

docs/img/decoy.png

35.3 KB
Loading

docs/img/favicon.ico

1.12 KB
Binary file not shown.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ nav:
1414

1515
theme:
1616
name: "material"
17+
favicon: img/favicon.ico
18+
icon:
19+
logo: material/duck
1720
palette:
1821
scheme: preference
1922
features:

0 commit comments

Comments
 (0)