backupchecks/containers/backupchecks/src/templates/documentation/users/profile-settings.html
Ivo Oskamp a14457e283 Add all documentation placeholder pages and fix content errors
- Created placeholder pages for all 30 documentation pages across 9 sections
- Fixed content errors in getting-started pages based on user feedback:
  - Corrected review process (all jobs reviewed, not just successful)
  - Changed Autotask tickets from automatic to manual creation
  - Updated mail import from IMAP to Graph API
  - Fixed job creation workflow (from Inbox via Approve job, not manual)
  - Added Reparse all functionality explanation
  - Corrected Daily Jobs vs Run Checks distinction
  - Added manual import recommendation before enabling automatic
  - Added role-based menu visibility explanation
  - Added news items feature explanation
- All navigation links now work without Internal Server Errors

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 11:34:44 +01:00

20 lines
400 B
HTML

{% extends "documentation/base.html" %}
{% block doc_content %}
<h1>Profile Settings</h1>
<p class="lead">
Customize your profile settings and preferences.
</p>
<div class="doc-callout doc-callout-info">
<strong>📝 Coming Soon:</strong>
This page is under construction. Full content will be added in a future update.
</div>
<h2>Profile</h2>
<p>Content coming soon...</p>
{% endblock %}