-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (43 loc) · 1000 Bytes
/
mkdocs.yml
File metadata and controls
50 lines (43 loc) · 1000 Bytes
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
site_name: GPUStack Runtime
theme:
name: material
features:
- content.tooltips
- content.tabs.link
- content.code.annotate
- content.code.copy
- content.code.select
- content.action.view
- content.action.edit
- header.autohide
- navigation.expand
- navigation.indexes
- navigation.path
- search.suggest
- search.highlight
plugins:
- search
- offline
- mkdocstrings
markdown_extensions:
- admonition
- attr_list
- footnotes
- md_in_html
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences
extra:
generator: false
copyright: Copyright © 2025, GPUStack Contributors
nav:
- Modules:
- gpustack_runtime: modules/gpustack_runtime.md
- gpustack_runtime.detector: modules/gpustack_runtime.detector.md
- gpustack_runtime.deployer: modules/gpustack_runtime.deployer.md