-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
67 lines (60 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
site_name: Sentio Prober Control
repo_url: https://github.com/SentioProberDev/SentioProberControl
site_url: https://sentio.atv-systems.de/
use_directory_urls: false
# this is required by law in germany if we host the content at the atv servers.
copyright: <a href="https://www.atv-systems.de/impressum">Impressum</a> <a href="https://www.atv-systems.de/datenschutz">Datenschutz</a>
nav:
- Home: index.md
# - GettingStarted: GettingStarted.md
- Probe Station Control:
- Prober Operations: SentioProber.md
- Modules:
- Aux Sites: AuxCommandGroup.md
- Loader: LoaderCommandGroup.md
- Wafermap:
- WafermapCommandGroup: WafermapCommandGroup.md
- WafermapBinsCommandGroup: WafermapBinningCommandGroup.md
- WafermapDieCommandGroup: WafermapDieCommandGroup.md
- WafermapPathCommandGroup: WafermapPathCommandGroup.md
- WafermapPoiCommandGroup: WafermapPoiCommandGroup.md
- WafermapSubsiteGroup: WafermapSubsiteGroup.md
- Probe Handling: ProbeCommandGroup.md
- Qalibria: QalibriaCommandGroup.md
- SiPH: SiPHCommandGroup.md
- Dashboard: StatusCommandGroup.md
- Service: ServiceCommandGroup.md
- Vísion:
- VisionCommandGroup: VisionCommandGroup.md
- VisionCameraCommandGroup: VisionCameraCommandGroup.md
- VisionCompensationGroup: VisionCompensationGroup.md
- VisionIMagProCommandGroup: VisionIMagProCommandGroup.md
- ProberException: ProberException.md
- Response: Response.md
- Enumerations: Enumerations.md
theme:
name: "material"
logo: images/mpilogo.png
palette:
primary: custom
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
extra:
homepage: https://www.mpi-corporation.com/ast/
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [sentio_prober_control]
options:
show_source: false