Skip to content

Commit 2db63ce

Browse files
test
1 parent 656871f commit 2db63ce

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: ${{ REPO_NAME }}
1+
site_name: PSModule
22
docs_dir: src/profile
33
theme:
44
name: material
@@ -10,7 +10,7 @@ theme:
1010
favicon: icon.png
1111
palette:
1212
# Palette toggle for automatic mode
13-
- media: "(prefers-color-scheme)"
13+
- media: '(prefers-color-scheme)'
1414
toggle:
1515
icon: material/link
1616
name: Switch to dark mode
@@ -32,6 +32,8 @@ theme:
3232
name: Switch to system preference
3333
icon:
3434
repo: material/github
35+
edit: material/pencil
36+
view: material/eye
3537
features:
3638
- navigation.instant
3739
- navigation.instant.progress
@@ -41,9 +43,11 @@ theme:
4143
- navigation.tracking
4244
- search.suggest
4345
- search.highlight
46+
- content.action.edit
4447

45-
repo_name: PSModule/${{ REPO_NAME }}
46-
repo_url: https://github.com/PSModule/${{ REPO_NAME }}
48+
repo_name: PSModule/.github
49+
repo_url: https://github.com/PSModule/.github/
50+
edit_uri: blob/main/profile/README.md
4751

4852
plugins:
4953
- search

0 commit comments

Comments
 (0)