Documentation Visual System
Review the updated typography, spacing, and Flarite branding elements across our technical documentation.
Content Spacing & Typography
We have updated the typography system to use a more balanced line-height and increased spacing between paragraphs. The primary font remains Geist Sans for a modern, technical feel, but with adjusted weights to emphasize information hierarchy.
Headers now use a heavier weight to stand out against the body text.
Body text line-height has been increased to improve readability during long sessions.
Section Headers & Bold Elements
As requested, we've reinforced the boldness of section headers. H2 and H3 elements now featurefont-black and adjusted margins to create clear boundaries between different topics.
Detailed Sub-headers
Sub-headers provide clear anchors for users scanning the documentation. They are styled to be prominent without overpowering the main section titles.
ProviderBadge components to visually tag content related to specific integrations.Flarite Branding Accents
The documentation shell now includes subtle branding accents that align with the Flarite core application design:
- Background Grid: A subtle 24px grid pattern reinforces the "engineering" aesthetic.
- Glassmorphism: Sidebars and mobile headers now use backdrop blurs for a premium feel.
- Logo Integration: The Flarite logo is present in both the header and the new branded footer.
- Gradients: Soft blue gradients are used as background glows to add depth without distraction.
Technical Reference Sample
Here is how a typical technical step-by-step guide looks with the new styles:
Integrate your first provider
Generate a Secure Token
// Example interaction via Flarite Engine
const response = await flarite.ask("list my cloudflare workers");
console.log(response.data);Review Summary
These changes aim to make the documentation feel like a first-class part of the Flarite platform rather than a separate static site. The combination of bold typography and ample whitespace helps users find what they need faster.
