-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (33 loc) · 1.02 KB
/
mkdocs.yml
File metadata and controls
37 lines (33 loc) · 1.02 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
site_name: PhotoMapAI
docs_dir: docs
nav:
- Home: index.md
- Installation:
- Overview: installation.md
- Python Setup: installation/python.md
- CUDA Setup: installation/cuda.md
- User Guide:
- Basic Usage: user-guide/basic-usage.md
- Search: user-guide/search.md
- Bookmarks: user-guide/bookmarks.md
- Albums: user-guide/albums.md
- Configuration: user-guide/configuration.md
- Semantic Map: user-guide/semantic-map.md
- Image Dataset Curation: user-guide/curator-mode.md
- Updating PhotoMapAI: user-guide/upgrading.md
- Keyboard Shortcuts: user-guide/keyboard-shortcuts.md
- Running from Docker: docker.md
- Developer Guide:
- Architecture: developer/architecture.md
- API: developer/api.md
- Frontend: developer/frontend.md
- Troubleshooting: troubleshooting.md
theme:
name: material
palette:
scheme: slate
features:
-content.code.copy
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/lstein/PhotoMapAI