-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (28 loc) · 818 Bytes
/
mkdocs.yml
File metadata and controls
32 lines (28 loc) · 818 Bytes
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
site_name: SACCELERATOR
repo_url: https://github.com/SpatialHackathon/SACCELERATOR/
edit_uri: blob/native/docs/
copyright: Copyright 2025 SpaceHack 2.0 Organizing Committee
nav:
- Home: index.md
- Usage: usage.md
- Modules:
- Overview: modules/index.md
- Data: modules/data.md
- Method: modules/method.md
- Metric: modules/metric.md
- Consensus: modules/consensus.md
- Extending & Contributing: CONTRIBUTING.md
- About:
- SpaceHack: https://spatialhackathon.github.io/
- Repository: https://github.com/SpatialHackathon/SACCELERATOR
- License: about/license.md
theme:
name: mkdocs
highlightjs: true
color_mode: auto
user_color_mode_toggle: true
plugins:
- search
- macros
extra:
repo_branch_url: https://github.com/SpatialHackathon/SACCELERATOR/tree/native