-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
112 lines (105 loc) · 3.24 KB
/
mkdocs.yml
File metadata and controls
112 lines (105 loc) · 3.24 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
site_name: Devran AI Kit
site_url: https://devran-ai.github.io/kit/
site_description: Trust-Grade AI Development Framework with 43-Module Runtime Engine, 26 Agents, 39 Skills, 40 Commands, 25 Workflows, 15 Rules, 1037 Tests
site_author: Emre Dursun
repo_name: devran-ai/kit
repo_url: https://github.com/devran-ai/kit
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.tabs.link
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- pymdownx.details
- attr_list
- md_in_html
- tables
- toc:
permalink: true
plugins:
- search
- minify:
minify_html: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Architecture: architecture.md
- Agents:
- Overview: agents/index.md
- Planner (Deep Dive): agents/planner.md
- Skills: skills/index.md
- Commands: commands/index.md
- Workflows: workflows/index.md
- Governance: governance/index.md
- CLI Reference: cli-reference.md
- Extending: extending.md
- Telegram Setup: telegram-setup.md
- Cross-IDE Setup: cross-ide-setup.md
- IDE Support: ide-support.md
- FAQ: faq.md
- Contributing: contributing.md
- Contributor Guide: contributor-guide.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/devran-ai/kit
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/emre-dursun-nl/
generator: false
# SEO Meta Tags
meta:
- property: og:type
content: website
- property: og:site_name
content: Devran AI Kit
- property: og:title
content: Devran AI Kit — Trust-Grade AI Framework
- property: og:description
content: Trust-Grade AI Development Framework with a 43-module runtime engine, 26 agents, 39 skills, 40 commands, 25 workflows, and 15 governance rules
- property: og:url
content: https://devran-ai.github.io/kit/
- property: og:image
content: https://devran-ai.github.io/kit/assets/og-image.png
- name: twitter:card
content: summary_large_image
- name: twitter:title
content: Devran AI Kit
- name: twitter:description
content: Trust-Grade AI Development Framework — 43-Module Runtime Engine, 26 Agents, 39 Skills, 40 Commands, 25 Workflows, 15 Rules
- name: twitter:image
content: https://devran-ai.github.io/kit/assets/og-image.png
copyright: Copyright © 2026 Emre Dursun