We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c35b50 commit e8a9e6fCopy full SHA for e8a9e6f
1 file changed
mkdocs.yaml
@@ -19,7 +19,6 @@ theme:
19
coverpage_icon: ./assets/images/python.svg
20
custom_dir: docs/overrides
21
palette:
22
- # primary: teal
23
primary: blue grey
24
accent: indigo
25
features:
@@ -37,8 +36,7 @@ theme:
37
36
- content.action.view
38
logo: ./assets/images/python.svg
39
icon:
40
- repo: material/gitlab
41
- # logo: fontawesome/brands/python
+ repo: material/github
42
edit: material/file-edit-outline
43
view: material/file-eye-outline
44
@@ -53,6 +51,7 @@ nav:
53
51
- Lists: code/lists.md
54
52
- Strings: code/strings.md
55
- Dictionaries: code/dictionaries.md
+ - Generators: code/generators.md
56
- Checkers: code/checkers.md
57
- Output: code/output.md
58
- Retry: code/retry.md
0 commit comments