Skip to content

Commit 07177e4

Browse files
committed
fix: update site name and URL in mkdocs.yml
1 parent 91c2451 commit 07177e4

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

mkdocs.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1-
site_name: Playwright API Spy
1+
site_name: playwright-api-spy
22
site_description: A Playwright plugin for capturing and logging API requests/responses
3-
site_url: https://playwright-api-spy.docs.example.com
3+
site_url: https://damianovsky.github.io/playwright-api-spy
4+
5+
repo_name: damianovsky/playwright-api-spy
6+
repo_url: https://github.com/damianovsky/playwright-api-spy
47

58
theme:
69
name: material
710
palette:
8-
- scheme: slate
9-
primary: green
10-
accent: green
11-
toggle:
12-
icon: material/brightness-4
13-
name: Switch to light mode
1411
- scheme: default
1512
primary: green
1613
accent: green
1714
toggle:
1815
icon: material/brightness-7
1916
name: Switch to dark mode
17+
- scheme: slate
18+
primary: green
19+
accent: green
20+
toggle:
21+
icon: material/brightness-4
22+
name: Switch to light mode
2023
features:
2124
- navigation.sections
2225
- navigation.expand
2326
- content.code.copy
24-
- content.code.annotate
27+
- search.highlight
2528

2629
nav:
2730
- Home: index.md

0 commit comments

Comments
 (0)