-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (48 loc) · 1.26 KB
/
mkdocs.yml
File metadata and controls
48 lines (48 loc) · 1.26 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
site_name: Dictify
site_url: https://keenlycode.github.io/dictify/
repo_url: https://github.com/keenlycode/dictify
repo_name: keenlycode/dictify
docs_dir: docs-src
site_dir: docs
theme:
name: shadcn
custom_dir: docs-src/overrides
show_stargazers: false
extra:
docs_home_url: /dictify/latest/
version:
provider: mike
extra_css:
- asset/home.css
- asset/version-ui.css
extra_javascript:
- asset/version-ui.js
markdown_extensions:
- admonition
- attr_list
- codehilite
- fenced_code
- footnotes
- toc:
permalink: true
- pymdownx.blocks.details
- pymdownx.blocks.tab
- pymdownx.tabbed:
alternate_style: true
nav:
- Dictify: index.md
- AI Skill: ai-skill.md
- Usage:
- Overview: guide/usage/index.md
- Model Behavior: guide/usage/model.md
- Declaration Styles: guide/usage/declaration-styles.md
- CLI and AI Agent Inputs: guide/usage/cli-inputs.md
- Partial Validation: guide/usage/partial-validation.md
- Validation Recipes:
- Overview: guide/validation-recipes/index.md
- Field API:
- Overview: guide/field-api/index.md
- Options: guide/field-api/options.md
- Validators: guide/field-api/validators.md
- State: guide/field-api/state.md
- ListOf: guide/field-api/listof.md