2023-03-20 03:35:17 +00:00
|
|
|
site_name: Tube Archivist Documentation
|
2023-03-20 16:48:01 +00:00
|
|
|
site_url: https://docs.tubearchivist.com
|
|
|
|
nav:
|
|
|
|
- Home: 'index.md'
|
|
|
|
- User Guide:
|
2023-03-21 04:12:07 +00:00
|
|
|
- 'FAQ': 'faq.md'
|
2023-07-30 16:05:01 +00:00
|
|
|
- 'URLs': 'urls.md'
|
2023-03-21 04:12:07 +00:00
|
|
|
- 'Downloads Page': 'downloads.md'
|
|
|
|
- 'Channels Pages': 'channels.md'
|
|
|
|
- 'Video': 'video.md'
|
|
|
|
- 'Playlists Pages': 'playlists.md'
|
|
|
|
- 'Search': 'search.md'
|
|
|
|
- 'Users': 'users.md'
|
2023-09-03 05:22:50 +00:00
|
|
|
- Settings:
|
|
|
|
- 'Dashboard': 'settings/dashboard.md'
|
|
|
|
- 'User': 'settings/user.md'
|
|
|
|
- 'Application': 'settings/application.md'
|
|
|
|
- 'Scheduling': 'settings/scheduling.md'
|
|
|
|
- 'Actions': 'settings/actions.md'
|
2023-08-22 16:53:03 +00:00
|
|
|
- 'Advanced': 'advanced.md'
|
2023-03-21 03:32:39 +00:00
|
|
|
- Installation:
|
2023-09-03 05:22:50 +00:00
|
|
|
- 'Docker-Compose (default)': 'installation/docker-compose.md'
|
2023-03-21 03:32:39 +00:00
|
|
|
- 'Unraid': 'installation/unraid.md'
|
|
|
|
- 'Synology': 'installation/synology.md'
|
|
|
|
- 'Podman': 'installation/podman.md'
|
|
|
|
- 'Truenas Scale': 'installation/truenas-scale.md'
|
2023-03-31 13:49:30 +00:00
|
|
|
- 'Helm Charts': 'installation/helm-charts.md'
|
2023-09-03 05:22:50 +00:00
|
|
|
- Configuration:
|
|
|
|
- 'LDAP Authentication': 'configuration/ldap.md'
|
2023-10-07 02:57:21 +00:00
|
|
|
- 'Forward Authentication': 'configuration/forward-auth.md'
|
2023-09-03 05:22:50 +00:00
|
|
|
- 'Cast Support': 'configuration/cast.md'
|
2023-11-10 03:09:03 +00:00
|
|
|
- 'Stylesheets': 'configuration/stylesheets.md'
|
2023-04-08 13:25:56 +00:00
|
|
|
- API:
|
|
|
|
- 'Introduction': 'api/introduction.md'
|
|
|
|
- 'Video': 'api/video.md'
|
|
|
|
- 'Channel': 'api/channel.md'
|
|
|
|
- 'Playlist': 'api/playlist.md'
|
|
|
|
- 'Download': 'api/download.md'
|
|
|
|
- 'Snapshot': 'api/snapshot.md'
|
2023-11-01 07:32:00 +00:00
|
|
|
- 'Backup': 'api/backup.md'
|
2023-04-08 13:25:56 +00:00
|
|
|
- 'Task': 'api/task.md'
|
2023-09-04 10:47:24 +00:00
|
|
|
- 'Stats': 'api/stats.md'
|
2023-11-01 15:58:07 +00:00
|
|
|
- 'Config': 'api/config.md'
|
2023-04-08 13:25:56 +00:00
|
|
|
- 'Additional': 'api/additional.md'
|
2023-03-23 10:51:52 +00:00
|
|
|
- Links:
|
2023-03-20 16:48:01 +00:00
|
|
|
- 'Main site': https://www.tubearchivist.com
|
|
|
|
- 'Join us on Discord!': https://www.tubearchivist.com/discord
|
|
|
|
- 'License': https://github.com/tubearchivist/tubearchivist/blob/master/LICENSE
|
|
|
|
- 'Release Notes': https://github.com/tubearchivist/tubearchivist/releases
|
|
|
|
repo_url: https://github.com/tubearchivist/docs
|
|
|
|
markdown_extensions:
|
|
|
|
- toc:
|
|
|
|
permalink: "#"
|
2023-03-21 01:52:26 +00:00
|
|
|
- admonition
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.superfences
|
2024-04-19 12:33:58 +00:00
|
|
|
- tables
|
2024-04-20 11:48:55 +00:00
|
|
|
- footnotes
|
2023-03-20 16:48:01 +00:00
|
|
|
theme:
|
2023-03-21 02:19:39 +00:00
|
|
|
name: material
|
2023-04-01 12:16:09 +00:00
|
|
|
logo: assets/logo-dark.jpg
|
2023-03-21 02:19:39 +00:00
|
|
|
favicon: assets/favicon.ico
|
2023-03-21 03:32:39 +00:00
|
|
|
font: false
|
2023-03-23 09:43:12 +00:00
|
|
|
custom_dir: overrides
|
2023-03-21 02:19:39 +00:00
|
|
|
palette:
|
2023-03-21 03:58:52 +00:00
|
|
|
scheme: tubearchivist
|
2023-03-21 04:38:23 +00:00
|
|
|
features:
|
|
|
|
- navigation.footer
|
2023-09-04 01:35:20 +00:00
|
|
|
- content.code.copy
|
2023-03-21 02:19:39 +00:00
|
|
|
extra_css:
|
|
|
|
- stylesheets/style.css
|
2023-04-01 11:43:14 +00:00
|
|
|
extra:
|
|
|
|
analytics:
|
|
|
|
provider: custom
|
2023-04-01 12:16:09 +00:00
|
|
|
plugins:
|
|
|
|
- social:
|
2023-05-13 14:10:34 +00:00
|
|
|
cards_layout_options:
|
|
|
|
background_color: "#00202f"
|
|
|
|
color: "#eeeeee"
|
2023-04-10 03:33:37 +00:00
|
|
|
- search:
|
|
|
|
lang: en
|