-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
86 lines (80 loc) · 1.99 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
site_name: freeact-skills
site_description: Predefined skills for freeact agent system
repo_name: gradion-ai/freeact-skills
repo_url: https://github.com/gradion-ai/freeact-skills
copyright: Copyright © 2024 Gradion AI
theme:
name: material
font:
text: Fira
code: Fira Code
palette:
- media: "(prefers-color-scheme)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
features:
- navigation.tabs
- navigation.sections
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.preview
- navigation.instant.progress
- navigation.top
- navigation.tracking
- search.suggest
- toc.follow
- content.code.copy
- content.code.select
- content.code.annotate
- content.footnote.tooltips
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [freeact_skills]
options:
show_signature_annotations: true
signature_crossrefs: true
separate_signature: true
merge_init_into_class: true
import:
- url: https://docs.python.org/3/objects.inv
domains: [py, std]
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
dedent_subsections: false
- pymdownx.superfences
- pymdownx.details
- attr_list
- md_in_html
- admonition
- footnotes
nav:
- User guide:
- Overview: index.md
- Installation: installation.md