-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (67 loc) · 2.56 KB
/
Copy pathmkdocs.yml
File metadata and controls
70 lines (67 loc) · 2.56 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
site_name: TrySpace Atlas
site_url: https://tryspaceorg.github.io
theme:
name: material
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
logo: assets/tryspace_logo_transparent.png
extra_css:
- assets/css/custom.css
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tilde
nav:
- Home: index.md
- About: about.md
- Contact: contact.md
- Lab Manual:
- Handbook:
- Getting Started: manual/handbook/getting-started.md
- Installation: manual/handbook/installation.md
- FAQ: manual/handbook/faq.md
- Core Concepts:
- Space Systems: manual/core-concepts/space-systems.md
- Architecture: manual/core-concepts/architecture.md
- Development Workflow: manual/core-concepts/development-workflow.md
- Flight Software: manual/core-concepts/flight-software.md
- Ground Software: manual/core-concepts/ground-software.md
- Simulations: manual/core-concepts/simulations.md
- How-To Guides:
- Configuration: manual/how-to/configuration.md
- Demo Component: manual/how-to/demo-component.md
- Component Mold: manual/how-to/component-mold.md
- Docker: manual/how-to/docker.md
- Technical Reference:
- Building: manual/technical-reference/building.md
- Cleanup: manual/technical-reference/cleanup.md
- Compilation: manual/technical-reference/compilation.md
- Debugging: manual/technical-reference/debugging.md
- Testing: manual/technical-reference/testing.md
- Time: manual/technical-reference/time.md
- Design Reference Mission:
- Concept of Operations: drm/concept-of-operations.md
- Mission Requirements: drm/mission-requirements.md
- Interface Control Document: drm/interface-control-document.md
- Assembly, Integration, and Test: drm/ait-plan.md
- Operations Plan: drm/operations-plan.md
- Scenarios:
- Overview: scenarios/overview.md
- Commissioning: scenarios/commissioning.md
- Nominal Operations: scenarios/nominal-operations.md
- Fault Detection, Isolation, and Recovery: scenarios/fdir.md
- Security Incident Response: scenarios/security-incident-response.md