This repository was archived by the owner on Jan 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (33 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
34 lines (33 loc) · 1.35 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
site_name: LoTLan
site_url: https://lotlan.readthedocs.org
repo_url: https://github.com/iml130/LoTLan
site_description: LoTLan - A declarative DSL to describe intralogistic materialflow transport logic
docs_dir: docs/
site_dir: html
markdown_extensions: [toc, fenced_code]
use_directory_urls: false
theme: readthedocs
nav:
- Home: index.md
- Getting Started: start.md
- LoTLan:
- Introduction: lotlan/introduction.md
- Formal Grammar: lotlan/formal-grammar.md
- Transport: lotlan/transport.md
- Primitives: lotlan/primitives.md
- Instances: lotlan/instances.md
- TransportOrderSteps: lotlan/transportordersteps.md
- Tasks: lotlan/tasks.md
- Comments: lotlan/comments.md
- Allowed Characters: lotlan/allowedchars.md
- Transport Examples:
- Hello Transport: examples/hello-transport.md
- Manual Loading/Unloading: examples/manual-loading-unloading.md
- Concatenation: examples/concatenation.md
- Infinite Loop: examples/infinite-loop.md
- TriggeredBy: examples/triggered-by.md
- FinishedBy: examples/finished-by.md
- Logical Operation: examples/logical-operation.md
- Constraints: examples/constraints.md
- Parameterizable Actions: examples/parameterizable-actions.md
- Time: examples/time-triggered-task.md