QUINCEFIN Documentation
This is the new documentation framework inside the main QUINCEFIN website. It is designed as a static docs section with clean URLs, semantic HTML, and a structure that can gradually replace the current Wiki.js knowledge base.
The section is ready for CRM, accounting, organizer, documents, integrations, reports, settings, and future API content without a separate docs domain or a heavy client-side application.
What is already in place
- localized routes under
/docs/...,/en/docs/..., and/bg/docs/... - sidebar navigation grouped by documentation sections
- breadcrumbs, table of contents, and previous/next navigation
- SEO-ready layout with canonical handling and hreflang-ready URLs
- static HTML output that is easy to index for both search engines and AI crawlers
How to add pages later
- Create a new markdown file in the right locale folder.
- Add
title,description,section, andorderin frontmatter. - Place the file in the target category such as
crm,integrations, orreports.
Tip: for the Wiki.js migration, move the highest-value pages first instead of importing everything at once.