Skip to content

Commit f033cb7

Browse files
committed
Add docs badge
1 parent ac02752 commit f033cb7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# tilepack
22

33
[![CI](https://github.com/ashnair1/tilepack/actions/workflows/ci.yml/badge.svg)](https://github.com/ashnair1/tilepack/actions/workflows/ci.yml)
4+
[![Docs](https://github.com/ashnair1/tilepack/actions/workflows/docs.yml/badge.svg)](https://ashnair1.github.io/tilepack)
45
[![PyPI](https://img.shields.io/pypi/v/tilepack)](https://pypi.org/project/tilepack/)
56
[![Python](https://img.shields.io/pypi/pyversions/tilepack)](https://pypi.org/project/tilepack/)
67
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ theme:
1111
palette:
1212
- scheme: default
1313
primary: green
14+
accent: green
1415
toggle:
1516
icon: material/brightness-7
1617
name: Switch to dark mode
1718
- scheme: slate
18-
primary: indigo
19+
primary: green
20+
accent: green
1921
toggle:
2022
icon: material/brightness-4
2123
name: Switch to light mode

0 commit comments

Comments
 (0)