-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (58 loc) · 2.2 KB
/
mkdocs.yml
File metadata and controls
62 lines (58 loc) · 2.2 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
site_name: PhysicalAI Documentation
site_description: Runtime documentation for PhysicalAI inference and deployment
repo_url: https://github.com/openvinotoolkit/physical-ai
docs_dir: docs
site_dir: site
use_directory_urls: true
theme:
name: material
plugins:
- search
markdown_extensions:
- admonition
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Overview: getting-started/README.md
- Installation: getting-started/installation.md
- Quickstart: getting-started/quickstart.md
- Run a Policy: getting-started/run-a-policy.md
- How-To:
- Overview: how-to/README.md
- Runtime:
- Run a Policy on a Robot: how-to/runtime/run-policy-on-robot.md
- Use Execution Modes: how-to/runtime/use-execution-modes.md
- Add Runtime Callbacks: how-to/runtime/add-runtime-callbacks.md
- Inference:
- Load an Exported Policy: how-to/inference/load-exported-policy.md
- Use a Manifest: how-to/inference/use-manifest.md
- Configure Preprocessing and Postprocessing: how-to/inference/configure-pre-post-processing.md
- Config:
- Write Runtime Config: how-to/config/write-runtime-config.md
- Write Inference Config: how-to/config/write-inference-config.md
- Instantiate Components: how-to/config/instantiate-components.md
- CLI:
- Run: how-to/cli/run.md
- Explanation:
- Overview: explanation/README.md
- Architecture: explanation/architecture.md
- Inference: explanation/inference.md
- Runtime: explanation/runtime.md
- Configuration: explanation/configuration.md
- Manifests: explanation/manifests.md
- CLI: explanation/cli.md
- Robots: explanation/robots.md
- Cameras: explanation/cameras.md
- Reference:
- Overview: reference/README.md
- CLI: reference/cli.md
- Config Schema: reference/config-schema.md
- Manifest Schema: reference/manifest-schema.md
- Inference API: reference/inference-api.md
- Runtime API: reference/runtime-api.md
- Robot API: reference/robot-api.md
- Camera API: reference/camera-api.md
- Benchmark API: reference/benchmark-api.md