docs: create documentation application #7
Conversation
…monospace headings, expanded FAQ & components; soften guidance
…ied, enhanced CodeBlock UI, accordion FAQ
…s example into single server file
|
Caution Review failedThe pull request is closed. WalkthroughDocumentation MDX files were updated to add filename/title metadata to code fences, new docs were added, and several docs were restructured. The docs site config gains a lastModifiedTime option. Styling updates include monospace fonts and gradient branding. MDX rendering now wraps pre/code blocks with fumadocs CodeBlock/Pre components. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant U as User
participant N as Next.js App Router
participant MDX as MDX Renderer
participant C as getMDXComponents()
participant CB as CodeBlock/Pre
U->>N: Request docs page
N->>MDX: Render MDX content
MDX->>C: Resolve components
C-->>MDX: MDXComponents (pre overridden)
MDX->>CB: Render <pre> blocks via CodeBlock + Pre
Note right of CB: Uses filename/title metadata from code fences
CB-->>MDX: Rendered code block
MDX-->>N: Page HTML
N-->>U: Response
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free 📒 Files selected for processing (20)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
…monospace headings, expanded FAQ & components; soften guidance
Summary by CodeRabbit