-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (49 loc) · 1.22 KB
/
mkdocs.yml
File metadata and controls
53 lines (49 loc) · 1.22 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
site_name: LiVision User Guide
site_description: User guide and API reference for LiVision.
site_dir: site
docs_dir: docs
use_directory_urls: false
theme:
name: material
features:
- navigation.tracking
- navigation.sections
- navigation.expand
extra:
alternate:
- name: English
link: /
lang: en
- name: 日本語
link: /ja/
lang: ja
plugins:
- search
- i18n:
docs_structure: folder
languages:
- locale: en
name: English
default: true
build: true
- locale: ja
name: 日本語
build: true
nav_translations:
Home: ホーム
Quick Start: クイックスタート
Basic Operations: 基本操作
Color Settings: 色設定
Object List: オブジェクト一覧
Container: コンテナ
Camera Controllers: カメラ操作クラス
API Reference: APIリファレンス
nav:
- Home: index.md
- Quick Start: quick_start.md
- Basic Operations: basic_operations.md
- Color Settings: colors.md
- Object List: objects.md
- Container: container.md
- Camera Controllers: camera.md
- API Reference: api/index.html