-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs.yml
102 lines (96 loc) · 2.71 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
site_name: PictoPy
repo_name: AOSSIE-Org/PictoPy
repo_url: https://github.com/AOSSIE-Org/PictoPy
edit_uri: edit/main/docs/
theme:
name: material
logo: assets/PictoPy-logo.png
favicon: assets/PictoPy-logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- navigation.footer
language: en
palette:
- scheme: default
primary: red
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: red
accent: red
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
extra_css:
- stylesheets/output.css
- stylesheets/extra.css
nav:
- Home:
- Introduction: index.md
- Overview: overview/features.md
- Backend:
- Python Backend: backend/backend_python/setup.md
- Rust Backend: backend/backend_rust/setup.md
- Frontend: frontend/setup.md
- Overview:
- Features: overview/features.md
- Architecture: overview/architecture.md
- Backend:
- Python Backend:
- Setup: backend/backend_python/setup.md
- Directory Structure: backend/backend_python/directory-structure.md
- Database: backend/backend_python/database.md
- API: backend/backend_python/api.md
- Image Processing: backend/backend_python/image-processing.md
- Rust Backend:
- Setup: backend/backend_rust/setup.md
- API: backend/backend_rust/api.md
- Frontend:
- Setup: frontend/setup.md
- UI Components: frontend/ui-components.md
- State Management: frontend/state-management.md
- Gallery View: frontend/gallery-view.md
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
name: Contact by Email
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/aossie
name: AOSSIE on GitLab
- icon: fontawesome/brands/github
link: https://github.com/AOSSIE-Org/PictoPy/
name: PictoPy on GitHub
- icon: fontawesome/brands/discord
link: https://discord.com/invite/6mFZ2S846n
name: Join AOSSIE on Discord
- icon: fontawesome/brands/twitter
link: https://x.com/aossie_org
name: Follow AOSSIE on Twitter