# Documentation > Your documentation site powered by Jamdesk ## Docs - [Introduction](https://gogauss.com/fun/introduction.md): Starter project with example pages, components, and API reference. Edit MDX, customize your theme, and ship docs in minutes — preview locally or auto-deploy from GitHub. - [Quickstart](https://gogauss.com/fun/quickstart.md): Learn how to install the Jamdesk CLI, edit MDX files locally, and connect GitHub so every push triggers an automatic docs build and deploy. - [Troubleshooting](https://gogauss.com/fun/troubleshooting.md): Fix common docs site issues like build failures, 404 errors, and broken styles by checking your docs.json config, file paths, and dev cache. - [Pages](https://gogauss.com/fun/writing/pages.md): How MDX files become pages, how frontmatter sets titles and descriptions, and how file paths map to URLs in your documentation site. - [Components](https://gogauss.com/fun/writing/components.md): Choose the right component for the job — when to use Cards, Callouts, Tabs, Steps, and more. Live examples for every component live in the Components tab. - [writing/code-blocks](https://gogauss.com/fun/writing/code-blocks.md): Fenced code blocks with automatic syntax highlighting, optional file titles, and CodeGroup for multi-language examples side by side. - [OpenAPI Example](https://gogauss.com/fun/api-reference/openapi-example.md): See a live OpenAPI-generated endpoint page and learn how Jamdesk renders requests, responses, and authentication directly from your spec. - [Request and Response Examples](https://gogauss.com/fun/api-reference/request-response-examples.md): Learn how to document APIs with RequestExample and ResponseExample components using a practical Acme support ticket workflow. ## Components - [Cards](https://gogauss.com/fun/components/cards.md): Learn how to create basic, icon, and linked cards, plus arrange them in grid layouts using Columns for organized documentation. - [Callouts](https://gogauss.com/fun/components/callouts.md) - [Tabs & Accordions](https://gogauss.com/fun/components/tabs-and-accordions.md): Organize content with Tabs for language or platform variants and AccordionGroup for collapsible FAQ-style sections that save vertical space. - [components/steps](https://gogauss.com/fun/components/steps.md): Break multi-step processes into numbered instructions with Steps and Step components. Each step gets a title and supports rich content.