-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (49 loc) · 1.75 KB
/
mkdocs.yml
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
site_name: Drona Development Guide (under const)
site_url: https://wiki.development.drona.footloose.io/
theme:
name: 'material'
features:
- navigation.collapse
- navigation.indexes
copyright: Copyright © 2021, <a target='_blank' href='https://drona.footloose.io'>Drona by footloose-labs</a>
extra:
generator: false
plugins:
- search
- mermaid2
markdown_extensions:
- attr_list
nav:
- Quickstart:
- Introduction: quickstart/introduction.md
- Getting Started: quickstart/getting_started.md
- ToDos: quickstart/todos.md
- Implementation Traceability: implementation_ref.md
- System Architechture:
- Overview: system_architechture/overview.md
- Drona AutoStore: system_architechture/drona_autostore.md
- Drona Org Moderator: system_architechture/drona_org_moderator.md
- AGENTs:
- Overview: agents/overview.md
- Drona/Store-Execution-Agent: agents/store_execution_agent.md
- Drona/ROR-Taskspace: agents/ror_taskspace.md
- Drona/ROR-Agent: agents/ror_agent.md
- Blackbox/Plc: agents/fsm_agent.md
- Rtc/WebrequestHandler: agents/webrequest_handler.md
- HAIs:
- SDK: hais/sdk.md
- Operator-App:
- Overview: hais/operator_app/overview.md
- components/IOA: hais/operator_app/ioa.md
- components/OOA: hais/operator_app/ooa.md
- components/ROA: hais/operator_app/roa.md
- components/connection: hais/operator_app/connection.md
- Picker-Packer-App: hais/picker_packer.md
- Drona-Org-App: hais/org_app.md
- FAQ: faq/faq.md
- Testing:
- In-situ Testing: insitu_testing.md
- ENVIRONMENTs:
- logical-env: environments/logical_envs.md
- host-machine-envs: environments/host_machine_envs.md
- runtimes: environments/runtimes.md