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'
|
|
|
|
- 'Downloads Page': 'downloads.md'
|
|
|
|
- 'Channels Pages': 'channels.md'
|
|
|
|
- 'Video': 'video.md'
|
|
|
|
- 'Playlists Pages': 'playlists.md'
|
|
|
|
- 'Search': 'search.md'
|
|
|
|
- 'Users': 'users.md'
|
|
|
|
- 'Settings': 'settings.md'
|
2023-03-21 03:32:39 +00:00
|
|
|
- Installation:
|
|
|
|
- 'Unraid': 'installation/unraid.md'
|
|
|
|
- 'Synology': 'installation/synology.md'
|
|
|
|
- 'Podman': 'installation/podman.md'
|
|
|
|
- 'Truenas Scale': 'installation/truenas-scale.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
|
2023-03-20 16:48:01 +00:00
|
|
|
theme:
|
2023-03-21 02:19:39 +00:00
|
|
|
name: material
|
|
|
|
logo: assets/favicon.ico
|
|
|
|
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-03-21 02:19:39 +00:00
|
|
|
extra_css:
|
|
|
|
- stylesheets/style.css
|