-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (34 loc) · 901 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (34 loc) · 901 Bytes
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
site_name: ChartGPT
site_description: FastAPI framework, high performance, easy to learn, fast to code, ready for production
site_url: https://github.com/chatgpt/chart
plugins:
- mkdocstrings:
default_handler: python
theme:
name: material
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-2
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- search.suggest
- search.highlight
- content.tabs.link
icon:
repo: fontawesome/brands/github-alt
logo: https://avatars.githubusercontent.com/u/119681016?s=200&v=4
language: fr
repo_name: chatgpt/chart
repo_url: https://github.com/chatgpt/chart
edit_uri: ''