-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (57 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
62 lines (57 loc) · 1.35 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
site_name: Awesome Code Agents
site_description: Curated list of agentic code tools, frameworks, papers, and resources.
site_url: https://euniai.github.io/awesome-code-agents/
repo_name: EuniAI/awesome-code-agents
repo_url: https://github.com/EuniAI/awesome-code-agents
theme:
name: material
logo: static/images/icon.jpg
favicon: static/images/icon.jpg
palette:
# Light mode
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/weather-night
name: Switch to dark mode
# Dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.sections
- navigation.tracking
- content.code.copy
- toc.integrate
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
extra_css:
- static/stylesheets/euni-style.css
plugins:
- search
- include-markdown
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.extra
nav:
- Home: index.md
- About: about.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/EuniAI
name: EuniAI on GitHub