Redesign: clean documentation-first site - #1
Open
AmolDerickSoans wants to merge 2 commits into
Open
Conversation
Replace the stock Fumadocs theme with a committed solar/compute brand: - Design system: OKLCH solar token ramp, warm near-black dark theme and clean light theme overriding Fumadocs tokens (app/global.css) - Typography: Bricolage Grotesque (display), Hanken Grotesk (body), JetBrains Mono (code) via next/font (app/layout.tsx) - Home: full rebuild with a solar-corona hero, spec rail, capability spec-sheet, three-step flow, code showcase, FAQ and CTA; CSS-driven motion with prefers-reduced-motion fallbacks (no JS anim libs) - Add Helios sun mark + wordmark; fix nav links and GitHub URL - Replace default "Hello World" docs index with a real landing - Convert misused inline Banner announcements to Callout across docs - Clean up docs nav order; remove test/placeholder pages Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Reorient from a marketing landing page to a professional docs site: - Redirect / straight to /docs (no landing page) - Clean, restrained theme: light default + cool-neutral dark mode; remove the corona glow, instrument grid, entrance animations and display-font drama. One warm accent used sparingly (app/global.css) - Use the official Helios logo (black/white, theme-swapped) in place of the custom SVG mark (components/logo.tsx, public/logos) - Drop Bricolage display font; Hanken Grotesk (body) + JetBrains Mono (code) - Add DOCS_IMPROVEMENT_PLAN.md Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebuild of the Helios docs site on Fumadocs (Next.js). The site is now documentation-first and professional — no marketing landing page.
What changed
/redirects straight to the docs — you land in the sidebar + content.helios-website).Bannerannouncements converted toCalloutacross all pages; cleaned nav order; removed test/placeholder pages.DOCS_IMPROVEMENT_PLAN.md— prioritized plan for content/IA/reference next steps.Verification
npm run buildpasses (24 pages, type-check clean).🤖 Generated with Claude Code