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

# Guides

> The Guides will help you get the most out of DotNetDocs.

Everything you need to master DotNetDocs, from getting started to advanced configuration and deployment.

## Getting Started

<CardGroup cols={3}>
  <Card title="Documentation Pipeline" icon="faucet-drip" href="/guides/pipeline">
    Understand how DotNetDocs transforms assemblies and XML docs into rich, multi-format documentation.
  </Card>

  <Card title="Conceptual Documentation" icon="book" href="/guides/conceptual-docs">
    Enrich your API reference with context-aware content that goes beyond XML documentation comments.
  </Card>

  <Card title="Documentation Collections" icon="layer-group" href="/guides/collections">
    Combine multiple documentation projects into unified portals for microservices and multi-product suites.
  </Card>
</CardGroup>

## Reference

<CardGroup cols={3}>
  <Card title="CLI Reference" icon="terminal" href="/guides/reference/cli">
    Complete command-line reference for managing documentation projects and generating docs from assemblies.
  </Card>

  <Card title=".docsproj Reference" icon="gear-complex-code" href="/guides/reference/docsproj">
    Configure your documentation project with MSBuild properties and customize the generation pipeline.
  </Card>

  <Card title="Deployment" icon="conveyor-belt-boxes" href="/guides/deployment">
    Deploy your documentation to Mintlify, GitHub Pages, Azure Static Web Apps, and other hosting platforms.
  </Card>
</CardGroup>
