mirror of
https://github.com/tubearchivist/docs.git
synced 2024-11-12 23:20:14 +00:00
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
site_name: Tube Archivist Documentation
|
|
site_url: https://docs.tubearchivist.com
|
|
nav:
|
|
- Home: 'index.md'
|
|
- User Guide:
|
|
- 'Channels Overview and Channel Detail Page': 'Channels.md'
|
|
- 'Downloads Page': 'Downloads.md'
|
|
- 'FAQ': 'FAQ.md'
|
|
- 'Playlists': 'Playlists.md'
|
|
- 'Search': 'Search.md'
|
|
- 'Users': 'Users.md'
|
|
- 'Video': 'Video.md'
|
|
- 'Settings': 'Settings.md'
|
|
- Installation:
|
|
- 'Unraid': 'installation/unraid.md'
|
|
- 'Synology': 'installation/synology.md'
|
|
- 'Podman': 'installation/podman.md'
|
|
- 'Truenas Scale': 'installation/truenas-scale.md'
|
|
- About:
|
|
- '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: "#"
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
theme:
|
|
name: material
|
|
logo: assets/favicon.ico
|
|
favicon: assets/favicon.ico
|
|
font: false
|
|
palette:
|
|
scheme: slate
|
|
extra_css:
|
|
- stylesheets/style.css
|