-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
45 lines (41 loc) · 1.06 KB
/
mkdocs.yml
File metadata and controls
45 lines (41 loc) · 1.06 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
site_name: KeepGPU
site_url: https://keepgpu.readthedocs.io
repo_url: https://github.com/Wangmerlyn/KeepGPU
repo_name: Wangmerlyn/KeepGPU
edit_uri: blob/main/docs/
theme:
name: material
features:
- navigation.instant
- content.code.copy
- navigation.tabs
nav:
- Overview:
- Welcome: index.md
- Getting Started: getting-started.md
- Usage:
- CLI Playbook: guides/cli.md
- Python API Recipes: guides/python.md
- MCP and Service API: guides/mcp.md
- Concepts:
- How KeepGPU Works: concepts/architecture.md
- Reference:
- CLI Reference: reference/cli.md
- API Reference: reference/api.md
- Project:
- Contributing: contributing.md
plugins:
- search
- mkdocstrings:
default_handler: python
markdown_extensions:
- admonition
- codehilite
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- attr_list