Files
michaelschiemer/src/Framework/View/cache/components/table_12277ee1ddc6e52a18f57b23619bda39_f6339facdc3e9ed83c5efd7c15f164db.html
Michael Schiemer 5050c7d73a docs: consolidate documentation into organized structure
- Move 12 markdown files from root to docs/ subdirectories
- Organize documentation by category:
  • docs/troubleshooting/ (1 file)  - Technical troubleshooting guides
  • docs/deployment/      (4 files) - Deployment and security documentation
  • docs/guides/          (3 files) - Feature-specific guides
  • docs/planning/        (4 files) - Planning and improvement proposals

Root directory cleanup:
- Reduced from 16 to 4 markdown files in root
- Only essential project files remain:
  • CLAUDE.md (AI instructions)
  • README.md (Main project readme)
  • CLEANUP_PLAN.md (Current cleanup plan)
  • SRC_STRUCTURE_IMPROVEMENTS.md (Structure improvements)

This improves:
 Documentation discoverability
 Logical organization by purpose
 Clean root directory
 Better maintainability
2025-10-05 11:05:04 +02:00

27 lines
1.4 KiB
HTML

<html><head><link rel="stylesheet" href="/assets/css/main-DLVw97vA.css"><script src="/assets/js/main-CyVTPjIx.js" type="module"></script></head><body><div class="admin-table-wrapper">
Component
Status
Message
Response Time
&lt;for var=&quot;check&quot; in=&quot;health_checks&quot;&gt;
&lt;component name=&quot;table-row&quot;&gt;
&lt;attribute name=&quot;cellContent&quot;&gt;
{{ check.componentName }}
&lt;span class=&quot;admin-table__status admin-table__status--success&quot;&gt;
&lt;span class=&quot;status-indicator status-indicator--success&quot;&gt;&lt;/span&gt;
{{ check.status }}
&lt;/span&gt;
{{ check.message }}
{{ check.responseTime }}
&lt;/attribute&gt;
&lt;/component&gt;
&lt;/for&gt;
<table class="{{ class ?? 'admin-table' }}" id="{{ id ?? '' }}"><thead><tr></tr></thead><tbody></tbody></table></div></body></html>