> ## Documentation Index
> Fetch the complete documentation index at: https://docs.3cool.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# 通用文档站点: Your general-purpose docs platform

> 通用文档站点 helps you publish, organize, and maintain beautiful documentation for your users. Get started in minutes with Markdown and MDX.

Welcome to **通用文档站点** — a flexible, general-purpose documentation platform designed to help you publish clear, organized content for your users. Whether you're documenting a product, API, or knowledge base, this platform gives you the tools to create a polished documentation site with minimal setup.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Set up your documentation site and publish your first page in minutes.
  </Card>

  <Card title="Writing Content" icon="pen-to-square" href="/guides/content">
    Learn how to write pages using Markdown and MDX with rich components.
  </Card>

  <Card title="Navigation" icon="map" href="/guides/navigation">
    Organize your docs with tabs, groups, and pages for easy discovery.
  </Card>

  <Card title="Customization" icon="palette" href="/guides/customization">
    Tailor the look and feel of your site with themes, colors, and branding.
  </Card>
</CardGroup>

## Get started in four steps

<Steps>
  <Step title="Create your content">
    Write your documentation pages as `.mdx` files using Markdown syntax and Mintlify components.
  </Step>

  <Step title="Configure navigation">
    Define your site structure in `docs.json` — set up tabs, groups, and page order.
  </Step>

  <Step title="Apply your branding">
    Set your brand colors, logo, and favicon in the configuration file to match your identity.
  </Step>

  <Step title="Publish">
    Deploy your documentation site and share it with your users.
  </Step>
</Steps>

<Note>
  New to the platform? Start with the [Introduction](/introduction) to understand the core concepts, then follow the [Quick Start](/quickstart) to publish your first page.
</Note>
