Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/sorgm/data-architecture-docs/llms.txt

Use this file to discover all available pages before exploring further.

Build beautiful documentation with Mintlify

A complete starter kit with examples, templates, and best practices for creating world-class documentation sites.

Get Started

Get your documentation site running locally in minutes with our three-step quickstart guide

View on GitHub

Explore the source code and contribute to this starter kit

Everything you need to create exceptional documentation

This starter kit provides a complete foundation for your documentation site, with real examples and templates you can customize for your project.

Quick Setup

Get your documentation site running locally in minutes with our three-step quickstart guide

Rich Components

Use powerful MDX components like cards, accordions, tabs, and code groups to create engaging content

API Documentation

Auto-generate beautiful API documentation from OpenAPI specifications

AI-Powered Writing

Integrate with Cursor, Claude Code, and Windsurf for AI-assisted documentation writing

Key Features

MDX Content Authoring

Write documentation using MDX with full support for React components and custom layouts

Customizable Theming

Match your brand perfectly with customizable colors, fonts, and themes

Real-time Preview

See your changes instantly with the Mint CLI local development server

OpenAPI Support

Import OpenAPI specifications to automatically generate API reference pages

GitHub Integration

Automatically deploy changes when you push to your repository

Reusable Snippets

Create reusable content snippets to maintain consistency across your docs

Get Started in Three Steps

1

Clone and Install

Clone the starter kit repository and install the Mintlify CLI to preview your docs locally
git clone https://github.com/sorgm/data-architecture-docs.git
cd data-architecture-docs
npm i -g mint
2

Customize Your Site

Update docs.json to match your brand, then start the development server
mint dev
Your site will be available at http://localhost:3000
3

Deploy

Push your changes to GitHub and install the Mintlify GitHub app to automatically deploy
git add .
git commit -m "Initial documentation setup"
git push origin main

What’s Included

This starter kit includes comprehensive examples of:
  • Getting Started Guides — Help users set up and configure your product
  • Customization Options — Show how to theme and style your documentation
  • Content Writing — Demonstrate MDX, code blocks, images, and reusable snippets
  • AI Tools Integration — Guide users through setting up AI coding assistants
  • API Reference — Example OpenAPI documentation with sample endpoints
Every example in this starter kit uses real Mintlify features and components. You can customize any page to fit your project’s needs.

Next Steps

Quickstart Guide

Follow our step-by-step guide to get up and running

Customize Settings

Learn how to customize colors, fonts, and navigation

Write Content

Explore MDX syntax and Mintlify components

API Documentation

Set up API reference pages from OpenAPI specs

Build docs developers (and LLMs) love