Skip to content

Commit e8a9e6f

Browse files
committed
Fix error with repo icon in docs page
1 parent 8c35b50 commit e8a9e6f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

mkdocs.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ theme:
1919
coverpage_icon: ./assets/images/python.svg
2020
custom_dir: docs/overrides
2121
palette:
22-
# primary: teal
2322
primary: blue grey
2423
accent: indigo
2524
features:
@@ -37,8 +36,7 @@ theme:
3736
- content.action.view
3837
logo: ./assets/images/python.svg
3938
icon:
40-
repo: material/gitlab
41-
# logo: fontawesome/brands/python
39+
repo: material/github
4240
edit: material/file-edit-outline
4341
view: material/file-eye-outline
4442

@@ -53,6 +51,7 @@ nav:
5351
- Lists: code/lists.md
5452
- Strings: code/strings.md
5553
- Dictionaries: code/dictionaries.md
54+
- Generators: code/generators.md
5655
- Checkers: code/checkers.md
5756
- Output: code/output.md
5857
- Retry: code/retry.md

0 commit comments

Comments
 (0)