-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (52 loc) · 1.38 KB
/
mkdocs.yml
File metadata and controls
60 lines (52 loc) · 1.38 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
site_name: Adapter Guide
site_description: Documentation for Adapter usage and contribution.
repo_url: https://github.com/keenlycode/adapter
docs_dir: docs-src
site_dir: docs
site_url: https://keenlycode.github.io/adapter/
remote_branch: docs
remote_name: origin
use_directory_urls: false
nav:
- Adapter: index.md
- Usage:
- Getting Started: usage/getting-started.md
- Core Concepts: usage/core-concepts.md
- Patterns & Recipes: usage/patterns-and-recipes.md
- Framework Integration: usage/framework-integration.md
- cssProcessor: usage/css-processor.md
- Caveats & Constraints: usage/caveats-and-constraints.md
- AI Skill: usage/ai-skill.md
theme:
name: shadcn
custom_dir: docs-src/_override/
pygments_style: one-dark
repo_name: keenlycode/adapter
plugins:
- search
extra_css:
- _stylesheets/extra.css
extra_javascript:
- _javascripts/code-language-labels.js
extra:
adapter_version: "3.2.2"
markdown_extensions:
- admonition
- fenced_code
- codehilite
- md_in_html
- toc:
permalink: true
- tables
- shadcn.extensions.echarts.alpha
- pymdownx.highlight:
css_class: codehilite
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.blocks.caption
- pymdownx.blocks.details
- pymdownx.progressbar
- shadcn.extensions.iconify