Browse Source

remove more discord references [no ci]

pull/2829/head
Jason Dove 2 months ago
parent
commit
31b07305ef
No known key found for this signature in database
  1. 6
      .github/ISSUE_TEMPLATE/config.yml
  2. 2
      .github/ISSUE_TEMPLATE/issue.yml
  3. 4
      README.md
  4. 44
      mkdocs.yml

6
.github/ISSUE_TEMPLATE/config.yml

@ -3,9 +3,9 @@ contact_links: @@ -3,9 +3,9 @@ contact_links:
- name: Feature Requests
url: https://features.ersatztv.org
about: Features
- name: Discord
url: https://discord.ersatztv.org
about: Chat
- name: Contact
url: https://ersatztv.org/contact
about: Chat Options
- name: Community
url: https://discuss.ersatztv.org
about: Forum

2
.github/ISSUE_TEMPLATE/issue.yml

@ -12,7 +12,7 @@ body: @@ -12,7 +12,7 @@ body:
label: "This issue respects the following points:"
description: All conditions are **required**. Failure to comply with any of these conditions may cause your issue to be closed without comment.
options:
- label: This is a **bug**, not a question or a configuration issue; Please visit our [forum](https://discuss.ersatztv.org) or [chat](https://discord.ersatztv.org) first to troubleshoot with volunteers before creating a report.
- label: This is a **bug**, not a question or a configuration issue; Please visit our [forum](https://discuss.ersatztv.org) or [chat](https://ersatztv.org/contact) first to troubleshoot with volunteers before creating a report.
required: true
- label: This issue is **not** already reported on [GitHub](https://github.com/ErsatzTV/ErsatzTV/issues?q=is%3Aopen+is%3Aissue) _(I've searched it)_.
required: true

4
README.md

@ -2,8 +2,8 @@ @@ -2,8 +2,8 @@
ErsatzTV lets you transform your media library into a personalized, live TV experience - complete with EPG, channel scheduling, and seamless streaming to all your devices. Rediscover your content, your way.
[![discord](https://img.shields.io/badge/join_discord-510b80?style=for-the-badge&logo=discord)](https://discord.ersatztv.org)
[![roadmap](https://img.shields.io/badge/vote_on_features-darkgreen?style=for-the-badge)](https://features.ersatztv.org/)
[![contact](https://img.shields.io/badge/contact_us-510b80?style=for-the-badge)](https://ersatztv.org/contact)
[![features](https://img.shields.io/badge/vote_on_features-darkgreen?style=for-the-badge)](https://features.ersatztv.org/)
[![community](https://img.shields.io/badge/join_the_community-blue?style=for-the-badge)](https://discuss.ersatztv.org)
![epg-example](https://ersatztv.org/images/home/epg-example.png)

44
mkdocs.yml

@ -1,44 +0,0 @@ @@ -1,44 +0,0 @@
site_name: ErsatzTV
nav:
- 'Quick Start':
- 'Install ErsatzTV': 'user-guide/install.md'
- 'Add Media Items': 'user-guide/add-media-items.md'
- 'Create Collections': 'user-guide/create-collections.md'
- 'Create Channels': 'user-guide/create-channels.md'
- 'Configure Clients': 'user-guide/configure-clients.md'
- 'Advanced':
- 'Filler': 'user-guide/filler.md'
- 'Local Libraries': 'user-guide/local-libraries.md'
- 'Search': 'user-guide/search.md'
- 'Sample Schedules': 'user-guide/sample-schedules.md'
- 'Thanks': 'thanks.md'
theme:
name: material
palette:
scheme: slate
primary: custom
logo: images/ersatztv-square-logo.png
favicon: images/favicon-32x32.png
features:
- navigation.expand
extra_css:
- stylesheets/extra.css
copyright: Copyright © 2020 - 2023 Jason Dove
extra:
social:
- icon: fontawesome/regular/comments
link: https://discuss.ersatztv.org
name: ErsatzTV Community
- icon: fontawesome/brands/discord
link: https://discord.gg/hHaJm3yGy6
name: ErsatzTV on Discord
- icon: fontawesome/brands/github
link: https://github.com/ErsatzTV/ErsatzTV
name: ErsatzTV on GitHub
- icon: fontawesome/regular/heart
link: https://github.com/sponsors/jasongdove
name: Sponsor on GitHub
- icon: fontawesome/brands/paypal
link: https://www.paypal.me/jasongdove
name: Donate on PayPal
Loading…
Cancel
Save