-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
137 lines (132 loc) · 4.26 KB
/
Copy pathmkdocs.yml
File metadata and controls
137 lines (132 loc) · 4.26 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: OneSearch Documentation
site_url: https://onesearch.readthedocs.io
site_description: Self-hosted, privacy-focused search for your homelab
site_author: OneSearch Contributors
repo_url: https://github.com/demigodmode/OneSearch
repo_name: demigodmode/OneSearch
edit_uri: edit/main/docs/
theme:
name: material
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: amber
accent: amber
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: amber
accent: amber
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- tables
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
enable_git_follow: false
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/demigodmode/OneSearch
generator: false
nav:
- Home: index.md
- Getting Started:
- Overview: getting-started/index.md
- Installation: getting-started/installation.md
- First-Time Setup: getting-started/first-time-setup.md
- Upgrading: getting-started/upgrading.md
- Migrating to managed Meilisearch: getting-started/migrate-to-managed-meilisearch.md
- User Guide:
- Overview: user-guide/index.md
- Adding Sources: user-guide/adding-sources.md
- Understanding Indexing: user-guide/indexing.md
- Searching: user-guide/searching.md
- Scheduling: user-guide/scheduling.md
- Web Interface: user-guide/web-interface.md
- Document Preview: user-guide/document-preview.md
- CLI:
- Overview: cli/index.md
- Installation: cli/installation.md
- Configuration: cli/configuration.md
- Command Reference: cli/commands.md
- Examples & Workflows: cli/examples.md
- API:
- Overview: api/index.md
- Sources: api/sources.md
- Search: api/search.md
- Preview: api/preview.md
- Settings: api/settings.md
- Status & Health: api/status.md
- Configuration:
- Environment Variables: configuration/environment-variables.md
- Docker Compose: configuration/docker-compose.md
- Volume Mounts: configuration/volume-mounts.md
- Podman: configuration/podman.md
- Performance Tuning: configuration/performance-tuning.md
- Administration:
- Authentication: administration/authentication.md
- Backup & Restore: administration/backup-restore.md
- Monitoring: administration/monitoring.md
- Troubleshooting: administration/troubleshooting.md
- Supported Formats:
- Overview: supported-formats/index.md
- Text Files: supported-formats/text-files.md
- Markdown: supported-formats/markdown.md
- PDF Documents: supported-formats/pdf.md
- Office Documents: supported-formats/office-documents.md
- Images & RAW Photos: supported-formats/images-raw.md
- Audio & Video Media: supported-formats/media.md
- EPUB & Comics: supported-formats/ebooks-comics.md
- Subtitles: supported-formats/subtitles.md
- Metadata-only Files: supported-formats/metadata-only.md
- Development:
- Overview: development/index.md
- Contributing: development/contributing.md
- Architecture: development/architecture.md
- Backend Development: development/backend-dev.md
- Frontend Development: development/frontend-dev.md
- Adding File Extractors: development/adding-extractors.md
- Testing: development/testing.md
- About:
- Changelog: about/changelog.md
- Roadmap: about/roadmap.md
- Privacy & Security: about/privacy-security.md
- License: about/license.md