-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
48 lines (48 loc) · 1.53 KB
/
mkdocs.yml
File metadata and controls
48 lines (48 loc) · 1.53 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
site_name: FEECC - quality control system
repo_name: 'Multi-Agent-io'
repo_url: 'https://github.com/Multi-Agent-io/multi-agent.io'
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
# logo: assets/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
- toc.follow
- navigation.top
plugins:
- search
nav:
- Welcome: "index.md"
- Customer:
- Descriprion: "customer/description.md"
- Cases: "customer/cases.md"
- Products: "customer/products.md"
- Equipment: "customer/equipment.md"
- Developer:
- Introduction: "developer/introduction.md"
- Workbench:
- Workbench Components: "developer/workbench-and-components.md"
- Workbench Daemon: "developer/feecc-workbench-daemon.md"
- HID Reader: "developer/feecc-hid-reader-daemon.md"
- Workbench Frontend: "developer/feecc-workbench-frontend.md"
- Gateway:
- Cameraman: "developer/feecc-cameraman.md"
- IPFS Gateway: "developer/feecc-ipfs-gateway.md"
- Print Server: "developer/feecc-print-server.md"
- Analytics:
- Analytics Workbench Components: "developer/analytics-workbench.md"
- Analytics Backend: "developer/feecc-analytics-backend.md"
- Analytics Frontend: "developer/feecc-analytics-frontend.md"