-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
61 lines (55 loc) · 1.69 KB
/
mkdocs.yml
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
site_name: AnyStream Documentation
site_description: A self-hosted streaming service for your media collection.
site_url: https://docs.anystream.dev/
repo_url: https://github.com/drewcarlson/anystream
remote_branch: gh-pages
docs_dir: docs
edit_uri: edit/main/docs/
copyright: 'Copyright © 2023 AnyStream Maintainers'
theme:
name: material
favicon: img/favicon.ico
logo: img/as-emblem.svg
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- search
- mike
- markdownextradata: {}
extra:
as_version: !ENV [VERSION, '0.0.1-test']
version:
provider: mike
social:
- icon: fontawesome/solid/heart
link: https://github.com/sponsors/DrewCarlson
- icon: fontawesome/brands/github
link: https://github.com/DrewCarlson/AnyStream
- icon: fontawesome/brands/docker
link: https://github.com/DrewCarlson/AnyStream/pkgs/container/anystream
nav:
- Home: index.md
- Installation:
- Getting Started: installation/getting-started.md
- Docker Setup: installation/docker.md
- Configure Server: installation/configure-server.md
- Library Management: 2-library-management.md
- Clients and Mobile Apps: 3-clients-and-mobile.md
- Connecting qBittorrent: 4-connecting-qbittorrent.md
- Development:
- Documentation: development/documentation.md