-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (57 loc) · 1.63 KB
/
mkdocs.yml
File metadata and controls
60 lines (57 loc) · 1.63 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
docs_dir: docs-src
site_name: IpMan Documentation
site_url: https://twisker.github.io/ipman
site_description: Intelligence Package Manager — Agent skill virtual environment manager
site_author: twisker
repo_url: https://github.com/twisker/ipman
repo_name: twisker/ipman
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.expand
- content.code.copy
- search.highlight
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- User Guide:
- Virtual Environments: guide/environments.md
- Skill Management: guide/skills.md
- IP Packages: guide/packages.md
- IpHub: guide/iphub.md
- Security: guide/security.md
- Configuration: guide/configuration.md
- CLI Reference: cli-reference.md
- IP Package Spec: ip-package-spec.md
- Security:
- Risk Assessment: security/risk-assessment.md
- Security Modes: security/modes.md
- 中文文档:
- 首页: zh/index.md
- 安装指南: zh/getting-started/installation.md
- 快速上手: zh/getting-started/quickstart.md
- 安全指南: zh/guide/security.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list