-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.en.yml
More file actions
92 lines (84 loc) · 2.05 KB
/
mkdocs.en.yml
File metadata and controls
92 lines (84 loc) · 2.05 KB
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
site_name: Advanced Agentic Dev Patterns
site_url: https://panqiwei.github.io/advanced-agentic-dev-patterns/en/
site_description: Advanced agentic development patterns for AI agent builders
site_author: PanQiWei
repo_name: panqiwei/advanced-agentic-dev-patterns
repo_url: https://github.com/panqiwei/advanced-agentic-dev-patterns
docs_dir: docs/en
site_dir: _site/en
theme:
name: material
language: en
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.path
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.integrate
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ['.']
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
plugins:
- search
- awesome-pages
- glightbox
- mkdocstrings:
handlers:
python:
paths: [.]
extra_css:
- stylesheets/extra.css
- stylesheets/article-toggle.css
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
- javascripts/article-toggle.js
extra:
alternate:
- name: English
link: /advanced-agentic-dev-patterns/en/
lang: en
- name: 中文
link: /advanced-agentic-dev-patterns/zh/
lang: zh