Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@
{
"tab": "Guides",
"groups": [
{
"group": "Overview",
"icon": "book-open",
"pages": [
"guides/index"
]
},
{
"group": "AI",
"icon": "bot",
Expand Down
63 changes: 63 additions & 0 deletions guides/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
title: "Guides"
description: "Learn how to create effective documentation with best practices and workflows."
---

The guides in this section contain advice for creating documentation that helps your users succeed. Whether you're starting from scratch or improving existing docs, these guides help you plan, write, and maintain your documentation.

Above all else, consider your users' needs and goals. Document what helps them use your product and get back to their tasks.

## Topics

### AI tools

Use AI-powered tools to accelerate your documentation workflow.

- [Automate documentation updates](/guides/automate-agent): Tutorial that teaches how to set up automated documentation updates using the agent.
- [Build an in-app assistant](/guides/assistant-embed): Tutorial that teaches how to add an AI chat bot in a React app to help users find answers from your documentation.
- [Claude Code](/guides/claude-code), [Cursor](/guides/cursor), [Windsurf](/guides/windsurf): Guides for using AI coding assistants to maintain documentation.
- [GEO](/guides/geo): Best practices for optimizing your documentation for AI search and answer engines.

### API documentation

Create API documentation that lets users test and learn how to use your API, and is easy to maintain.

- [Migrate from MDX to OAS](/guides/migrating-from-mdx): Move your API documentation from individual MDX pages to autogenerated pages from an OpenAPI specifications.

### Best practices

Make your documentation best in class.

- [Accessibility](/guides/accessibility): Make your docs accessible to as many users as possible.
- [Content types](/guides/content-types): Choose the right format for tutorials, how-tos, references, and explanations.
- [Improve your docs](/guides/improving-docs): Use data and feedback to continuously improve your documentation.
- [Maintenance](/guides/maintenance): Keep your documentation accurate and up-to-date.
- [Media](/guides/media): Add images, videos, and other media effectively while managing maintenance burden.
- [Organize navigation](/guides/navigation): Design information architecture that works for your users.
- [SEO](/guides/seo): Optimize your docs for search engines.
- [Style and tone](/guides/style-and-tone): Write with a consistent voice.
- [Understand your audience](/guides/understand-your-audience): Research and serve your users' needs and goals.

### Git workflows

Understand Git to get the most out of Mintlify and a docs-as-code approach to documentation.

- [Git concepts](/guides/git-concepts): Learn the fundamentals of Git for documentation.
- [Branches](/guides/branches): Use branches to manage documentation changes.

## Where to start

<CardGroup cols={2}>
<Card title="New to documentation?" icon="rocket" href="/guides/content-types">
Learn about content types to understand how to structure your docs.
</Card>
<Card title="Improving existing docs?" icon="chart-line" href="/guides/improving-docs">
Learn how to use metrics and feedback to make your docs better.
</Card>
<Card title="Setting up AI features?" icon="bot" href="/guides/automate-agent">
Automate documentation updates with the agent.
</Card>
<Card title="Working with a team?" icon="git-merge" href="/guides/git-concepts">
Learn Git workflows for collaborative documentation.
</Card>
</CardGroup>