-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
37 lines (37 loc) · 1.1 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
site_name: GReX Telescope
site_url: https://grex-telescope.github.io
theme:
name: material
logo: assets/grex_icon.svg
favicon: assets/grex_icon.svg
features:
- header.autohide
- navigation.instant
- navigation.tabs
nav:
- Home: index.md
- Hardware:
- "Overview": hardware/overview.md
- "Feed Antenna": hardware/feed.md
- "Fronend Module": hardware/fem.md
- "Digital Backend": hardware/fpga.md
- "The Box": hardware/box.md
- "Assembly Guide": hardware/assembly.md
- Software:
- "Overview": software/overview.md
- "Software Stack": software/stack.md
- "SNAP": software/snap.md
- "Pipeline": software/pipeline.md
- "Server Setup": software/server_setup.md
- "Box Setup": software/box.md
- "Operation": software/operation.md
- "Data Processing": software/data_processing.md
- About: about.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format