-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
93 lines (84 loc) · 2.31 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
repo_name: a5chin/python-uv
repo_url: https://github.com/a5chin/python-uv
site_name: python-uv
site_url: https://a5chin.github.io/a5chin
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
primary: blue grey
scheme: light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
primary: blue grey
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- navigation.expand
- navigation.indexes
- navigation.top
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.blocks.caption
- pymdownx.highlight:
linenums: true
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started:
- getting-started/index.md
- Docker: getting-started/docker.md
- VS Code: getting-started/vscode.md
- Dev Container: getting-started/devcontainer.md
- Guides:
- guides/index.md
- uv: guides/uv.md
- Ruff: guides/ruff.md
- Pyright: guides/pyright.md
- pre-commit: guides/pre-commit.md
- Test: guides/test.md
- tools:
- guides/tools/index.md
- config: guides/tools/config.md
- logger: guides/tools/logger.md
- trace: guides/tools/trace.md
- Configurations:
- configurations/index.md
- uv: configurations/uv.md
- Ruff: configurations/ruff.md
- Pyright: configurations/pyright.md
- pre-commit: configurations/pre-commit.md
- Test: configurations/test.md
- Usecases:
- usecases/index.md
- JupyterNotebook: usecases/jupyter.md
- FastAPI: usecases/fastapi.md
- OpenCV: usecases/opencv.md
- About:
- License: about/license.md
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/a5chin
name: a5chin on GitHub
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/a5chin/
name: a5chin on LinkedIn
- icon: fontawesome/brands/x-twitter
link: https://x.com/a5chin
name: a5chin on X
copyright: Copyright © 2024 a5chin