-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsupport.html
More file actions
29 lines (27 loc) · 1.26 KB
/
Copy pathsupport.html
File metadata and controls
29 lines (27 loc) · 1.26 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
---
layout: default
title: Support
canonical_url: /support/
---
{% include nav.html active='Support' %}
<section class="front-section">
<div class="container split">
<div>
<p class="eyebrow">Support</p>
<h1>Get help with OpenCATS.</h1>
<p class="lead">For peer-to-peer user support, troubleshooting discussions, release conversations, and community questions, use the OpenCATS subreddit. The legacy forum remains available as a locked archive for older answers and historical context.</p>
</div>
<div class="feature-grid">
<article class="feature-card">
<h2>Community forum</h2>
<p>Use the OpenCATS subreddit for peer-to-peer support, installation help, troubleshooting discussions, release feedback, and user conversations.</p>
<a class="text-link" href="https://reddit.com/r/openCATS">Open the OpenCATS subreddit</a>
</article>
<article class="feature-card">
<h2>Legacy support forum archive</h2>
<p>The former OpenCATS support forum is locked as an archive. It remains useful for historic troubleshooting threads and previously answered questions.</p>
<a class="text-link" href="https://forums.opencats.org">Open the legacy forum archive</a>
</article>
</div>
</div>
</section>