Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 16 additions & 41 deletions community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,12 @@ <h2>Learn and Connect</h2>

<ul>

<li title="User mailing list">
<a target="_blank" rel="noopener" href="https://example.org/mail"><i class="fa fa-envelope"></i> User mailing list:</a> Discussion and help from your fellow users
<li title="Documentation">
<a target="_blank" rel="noopener" href="https://cabernetwork.github.io/documentation/"><i class="fas fa-book"></i> Documentation:</a> Find out how to use Cabernet
</li>

<li title="Twitter">
<a target="_blank" rel="noopener" href="https://example.org/twitter"><i class="fab fa-twitter"></i> Twitter:</a> Follow us on Twitter to get the latest news!
</li>

<li title="Stack Overflow">
<a target="_blank" rel="noopener" href="https://example.org/stack"><i class="fab fa-stack-overflow"></i> Stack Overflow:</a> Practical questions and curated answers
<li title="Github Issues">
<a target="_blank" rel="noopener" href="https://github.com/cabernet/cabernet/issues"><i class="fab fa-github"></i> Github Issues:</a> Practical questions and curated answers. Report bugs here!
</li>

</ul>
Expand All @@ -207,15 +203,15 @@ <h2>Develop and Contribute</h2>
<ul>

<li title="GitHub">
<a target="_blank" rel="noopener" href="https://github.com/google/docsy"><i class="fab fa-github"></i> GitHub:</a> Development takes place here!
<a target="_blank" rel="noopener" href="https://github.com/cabernetwork/cabernet/pulls"><i class="fab fa-github"></i> GitHub:</a> Development takes place here!
</li>

<li title="Slack">
<a target="_blank" rel="noopener" href="https://example.org/slack"><i class="fab fa-slack"></i> Slack:</a> Chat with other project developers
<li title="Discord">
<a target="_blank" rel="noopener" href="https://discord.gg/CHANNELNOTDECIDED"><i class="fab fa-discord"></i> Discord:</a> Chat with other project developers and maintainers
</li>

<li title="Developer mailing list">
<a target="_blank" rel="noopener" href="https://example.org/mail"><i class="fa fa-envelope"></i> Developer mailing list:</a> Discuss development issues around the project
<li title="Forum (archived)">
<a target="_blank" rel="noopener" href="https://tvheadend.org/d/7455-daddylive-plutotv-xumo-m3u-xmltv-samsungtv-plex-tvguide-interfaces-appliance/"><i class="fa fa-envelope"></i> Forum (archived):</a> Discuss development issues around the project
</li>

</ul>
Expand Down Expand Up @@ -245,24 +241,6 @@ <h2>Develop and Contribute</h2>

<ul class="list-inline mb-0">

<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="User mailing list" aria-label="User mailing list">
<a class="text-white" target="_blank" rel="noopener" href="https://example.org/mail" aria-label="User mailing list">
<i class="fa fa-envelope"></i>
</a>
</li>

<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="Twitter" aria-label="Twitter">
<a class="text-white" target="_blank" rel="noopener" href="https://example.org/twitter" aria-label="Twitter">
<i class="fab fa-twitter"></i>
</a>
</li>

<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="Stack Overflow" aria-label="Stack Overflow">
<a class="text-white" target="_blank" rel="noopener" href="https://example.org/stack" aria-label="Stack Overflow">
<i class="fab fa-stack-overflow"></i>
</a>
</li>

</ul>


Expand All @@ -275,19 +253,19 @@ <h2>Develop and Contribute</h2>
<ul class="list-inline mb-0">

<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="GitHub" aria-label="GitHub">
<a class="text-white" target="_blank" rel="noopener" href="https://github.com/google/docsy" aria-label="GitHub">
<a class="text-white" target="_blank" rel="noopener" href="https://github.com/cabernetwork/cabernet" aria-label="GitHub">
<i class="fab fa-github"></i>
</a>
</li>

<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="Slack" aria-label="Slack">
<a class="text-white" target="_blank" rel="noopener" href="https://example.org/slack" aria-label="Slack">
<i class="fab fa-slack"></i>
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="Discord" aria-label="Discord">
<a class="text-white" target="_blank" rel="noopener" href="https://discord.gg/CHANNELNOTDECIDED" aria-label="Discord">
<i class="fab fa-discord"></i>
</a>
</li>

<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="Developer mailing list" aria-label="Developer mailing list">
<a class="text-white" target="_blank" rel="noopener" href="https://example.org/mail" aria-label="Developer mailing list">
<li class="list-inline-item mx-2 h3" data-toggle="tooltip" data-placement="top" title="Forum (archived)" aria-label="Forum (archived)">
<a class="text-white" target="_blank" rel="noopener" href="https://tvheadend.org/d/7455-daddylive-plutotv-xumo-m3u-xmltv-samsungtv-plex-tvguide-interfaces-appliance/" aria-label="Forum (archived)">
<i class="fa fa-envelope"></i>
</a>
</li>
Expand All @@ -298,10 +276,7 @@ <h2>Develop and Contribute</h2>

</div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
<small class="text-white">&copy; 2021 Rocky4546 All Rights Reserved</small>
<small class="ml-1"><a href="https://policies.google.com/privacy" target="_blank" rel="noopener">Privacy Policy</a></small>

<p class="mt-2"><a href="/about/">About Goldydocs</a></p>
<small class="text-white">&copy; 2024 Rocky4546 All Rights Reserved</small>

</div>
</div>
Expand Down
Loading