-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (30 loc) · 754 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
31 lines (30 loc) · 754 Bytes
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
site_name: Rewatch Docs
site_url: https://rewatch.kirilov.dev
site_description: "User guide and reference for Rewatch"
repo_url: https://github.com/EdinUser/YouTubeLocalHistory
docs_dir: docs
theme:
name: material
logo: assets/icon128.png
favicon: assets/icon128.png
plugins:
- search
- macros
nav:
- Home: index.md
- Detailed Guide: detailed_guide.md
- Changelog: ../CHANGELOG.md
- FAQ: faq.md
- Technical: technical.md
- Build: build.md
- Testing: testing.md
- Troubleshooting: troubleshooting.md
- Contributing: contributing.md
- Live chat: https://t.me/+eFftKWGVvSpiZjZk
- Community: https://community.kirilov.dev/t/re-watch
markdown_extensions:
- admonition
- toc:
permalink: true
- tables
- attr_list