* docs: add VidBee Docs suffix to all documentation page titles
Update the page title metadata generation to append "| VidBee Docs" to all documentation page titles for consistent branding across the site.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* docs: add canonical URLs to documentation pages
Add canonical URL metadata to all documentation pages to prevent search engine duplication issues and improve SEO rankings.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
* feat(docs): add automatic sitemap
* fix(docs): align canonical base URL
* fix(docs): configure sitemap for static export
Add 'export const dynamic = "force-static"' to sitemap.ts to enable
static generation when using Next.js output: export mode. This fixes
the build error: "export const dynamic = 'force-static'/export const
revalidate not configured on route '/sitemap.xml'".
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* chore(docs): add favicon and icon assets
Add favicons and app icons in various sizes for better browser
and platform support.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Haiku 4.5 <noreply@anthropic.com>