docs: company logo, stamp & brand bar on exported POs
Document the new Company.logoKey/stampKey branding fields, the company-assets
storage namespace, and how logo/stamp/brand-bar render on PO exports.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
docs(wiki): flatten to root pages (Forgejo wikis are not nested)
Forgejo/Gitea wikis are flat — pages in real subdirectories 404 (only the page
title may contain a "/", stored as an escaped flat file). The folder layout broke
every moved page on the live wiki. Move all pages back to the repo root and make
links bare page names again. Hierarchy is now expressed via _Sidebar.md headings
(slashes removed).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@
docs(wiki): organise into folders + migrate retired Docs/
- Group pages into Overview/, Build-and-Run/, System/, Product/, Quality/, Ops/
so the on-disk layout mirrors the sidebar hierarchy.
- Migrate retired design/test docs from the app repo Docs/ into the wiki:
Product/Workflows, Product/Design-System, and the Quality/ test references
(Test-Plan, E2E-Test-Framework, E2E-Test-Plan, Playwright-Test-Design).
- Rewrite internal links to folder-qualified, root-relative targets.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@