- Enable navigation.instant, prefetch, progress, content.code.select, content.tabs.link - Fix edit_uri (main→v2), copyright year (2024→2024-2026), consent banner config - Add abbreviations glossary (47 acronyms with hover tooltips via snippets auto-append) - Add tags to all 72 doc pages with consistent taxonomy (audience/module/type) - Add status:new badges to 16 recent feature pages, search:boost to 7 entry pages - Rewrite Architecture page with 5 Mermaid diagrams and full component documentation - Rewrite Troubleshooting page from 5 to 13 sections with actionable checklists - Fix broken links (Monitoring/Contributing pointed to blog placeholder) - Expand Admin Guide roles table from 5 to 11 roles - Create custom 404 page, blog with authors and inaugural v2 announcement post - Fresh Playwright screenshots for login, dashboard, campaigns, users, settings, locations, shifts - Remove 5 test/dev files and orphan template override - Add planning document (DOCS_NEXT_STEPS.md) for future editorial reference Bunker Admin
26 lines
625 B
Markdown
26 lines
625 B
Markdown
---
|
|
template: main.html
|
|
title: Page Not Found
|
|
hide:
|
|
- navigation
|
|
- toc
|
|
- footer
|
|
search:
|
|
exclude: true
|
|
---
|
|
|
|
<div style="text-align: center; padding: 4rem 1rem;" markdown>
|
|
|
|
# :material-map-marker-question: Page Not Found
|
|
|
|
The page you're looking for doesn't exist or has been moved.
|
|
|
|
[Back to Documentation :material-arrow-left:](docs/index.md){ .md-button .md-button--primary }
|
|
[Search the Docs :material-magnify:](docs/index.md){ .md-button }
|
|
|
|
---
|
|
|
|
*If you followed a link here, please [report the broken link](https://gitea.bnkops.com/admin/changemaker.lite/issues/new){ target="_blank" } so we can fix it.*
|
|
|
|
</div>
|