support articles

This commit is contained in:
2025-06-24 09:43:31 +02:00
parent fed00ff2a0
commit 875e20304b
11 changed files with 1018 additions and 21 deletions

View File

@@ -203,7 +203,7 @@
</div>
<h4 class="fw-bold mb-3">Getting Started</h4>
<p class="text-muted mb-4">Learn the basics of DocuPulse and set up your workspace</p>
<a href="#getting-started" class="btn btn-outline-primary">View Articles</a>
<a href="{{ url_for('public.help_articles', category='getting-started') }}" class="btn btn-outline-primary">View Articles</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
@@ -213,7 +213,7 @@
</div>
<h4 class="fw-bold mb-3">User Management</h4>
<p class="text-muted mb-4">Manage users, permissions, and team collaboration</p>
<a href="#user-management" class="btn btn-outline-primary">View Articles</a>
<a href="{{ url_for('public.help_articles', category='user-management') }}" class="btn btn-outline-primary">View Articles</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
@@ -223,7 +223,7 @@
</div>
<h4 class="fw-bold mb-3">File Management</h4>
<p class="text-muted mb-4">Upload, organize, and manage your documents</p>
<a href="#file-management" class="btn btn-outline-primary">View Articles</a>
<a href="{{ url_for('public.help_articles', category='file-management') }}" class="btn btn-outline-primary">View Articles</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
@@ -233,7 +233,7 @@
</div>
<h4 class="fw-bold mb-3">Communication</h4>
<p class="text-muted mb-4">Use messaging and collaboration features</p>
<a href="#communication" class="btn btn-outline-primary">View Articles</a>
<a href="{{ url_for('public.help_articles', category='communication') }}" class="btn btn-outline-primary">View Articles</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
@@ -243,7 +243,7 @@
</div>
<h4 class="fw-bold mb-3">Security & Privacy</h4>
<p class="text-muted mb-4">Learn about security features and data protection</p>
<a href="#security" class="btn btn-outline-primary">View Articles</a>
<a href="{{ url_for('public.help_articles', category='security') }}" class="btn btn-outline-primary">View Articles</a>
</div>
</div>
<div class="col-lg-4 col-md-6">
@@ -253,7 +253,7 @@
</div>
<h4 class="fw-bold mb-3">Administration</h4>
<p class="text-muted mb-4">Configure settings and manage your organization</p>
<a href="#administration" class="btn btn-outline-primary">View Articles</a>
<a href="{{ url_for('public.help_articles', category='administration') }}" class="btn btn-outline-primary">View Articles</a>
</div>
</div>
</div>
@@ -296,7 +296,7 @@
</button>
<div id="faq3" class="collapse" data-bs-parent="#faqAccordion">
<div class="faq-answer">
DocuPulse supports a wide range of file types including documents (PDF, DOCX, DOC, TXT, RTF), spreadsheets (XLSX, XLS, ODS), presentations (PPTX, PPT), images (JPG, PNG, GIF, SVG), archives (ZIP, RAR, 7Z), code files (PY, JS, HTML, CSS), audio/video files, and CAD/design files. Individual files can be up to 10MB, and the platform includes storage limits that can be configured by administrators.
DocuPulse supports a wide range of file types including documents (PDF, DOCX, DOC, TXT, RTF), spreadsheets (XLSX, XLS, ODS), presentations (PPTX, PPT), images (JPG, PNG, GIF, SVG), archives (ZIP, RAR, 7Z), code files (PY, JS, HTML, CSS), audio/video files, and CAD/design files.
</div>
</div>
</div>