-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
90 lines (86 loc) · 2.62 KB
/
Copy pathmkdocs.yml
File metadata and controls
90 lines (86 loc) · 2.62 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
site_name: Last.fm → YouTube Music
site_description: Create and maintain YouTube Music playlists from your Last.fm listening history
repo_url: https://github.com/Locko2901/lastfm-to-ytm
repo_name: Locko2901/lastfm-to-ytm
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: lavender
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: lavender
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.sections
- navigation.indexes
- navigation.top
- content.code.copy
- search.highlight
icon:
repo: fontawesome/brands/github
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- tables
- attr_list
- md_in_html
- toc:
permalink: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Getting Started:
- Quick Start (Docker): quickstart.md
- Release Channels: channels.md
- Features:
- Web Dashboard: dashboard.md
- Custom Playlists: tag-playlists.md
- Search Overrides: overrides.md
- How It Works: how-it-works.md
- Troubleshooting: troubleshooting.md
- Advanced:
- CLI Install (no Docker): cli-install.md
- Webhooks: webhooks.md
- History Database: history.md
- Local Last.fm History: local-history.md
- Teleporter (Backup): teleporter.md
- Reference:
- Configuration: configuration.md
- Data & Security Model: security-model.md
- Docker Reference: docker-reference.md
- Development:
- Setup: development.md
- Contributing: contributing.md
- Releases & Changelog: releases.md
- Translations (i18n): i18n.md
- Linting & Formatting: linting.md
- Testing: testing.md
- Screenshot Automation: screenshot-automation.md
- Internals:
- Architecture: architecture.md
- Search Internals: search-internals.md
- Playlist Sync Internals: playlist-sync-internals.md
- Web Dashboard Internals: web-internals.md
- Docker Internals: docker-internals.md