---
title: Customize your documentation
description: Make the documentation feel like a coherent part of your product.
url: https://track-staging-acceptance.staging.thally.app/customization
---

# Customize your documentation

Make the documentation feel like a coherent part of your product.

## Make the experience coherent

A reader should recognize the product and understand where to go next without
learning a separate documentation interface.

    Update the name, description, links, and brand presets in `src/data/site.ts`.

    Group pages into task-focused tabs and groups in `docs.json`.

    Cards follow your brand accent by default — switch to neutral globally, or
    override one card like this one.

    Add locales, AI features, or analytics when they serve readers — Markdown
    mirrors and agent surfaces are already on.

  Content and portable settings belong in `src/content/`, `docs.json`, and
  `src/data/site.ts`. Keep deployment credentials in your hosting provider.