> ## Documentation Index
> Fetch the complete documentation index at: https://mint-tsdocs.saulo.engineer/llms.txt
> Use this file to discover all available pages before exploring further.

# Implementation Examples

> Real-world examples of OpenDocs implementations

# Implementation Examples

<Warning>
  **RFC Status**: This section contains proposed examples for the OpenDocs Specification RFC.

  These examples are provided to illustrate how the specification could be implemented.
  [Provide feedback](https://github.com/svallory/mintlify-tsdocs/issues) to help refine these examples.
</Warning>

## Overview

This page provides concrete examples of implementing OpenDocs in various scenarios, from simple single-language projects to complex multi-language monorepos.

<CardGroup cols={2}>
  <Card title="Simple Projects" icon="cube" href="/opendocs/examples/simple-projects">
    Single-language library examples with straightforward configuration
  </Card>

  <Card title="Monorepo" icon="folder-tree" href="/opendocs/examples/monorepo">
    Multi-language monorepo examples with shared dependencies
  </Card>

  <Card title="Microservices" icon="diagram-project" href="/opendocs/examples/microservices">
    Microservices architecture with cross-service references
  </Card>

  <Card title="Integration & Migration" icon="arrow-right-arrow-left" href="/opendocs/examples/integration">
    Template integration, testing, and migration examples
  </Card>
</CardGroup>

## Example Categories

### Simple Projects

Learn how to implement OpenDocs for single-language TypeScript libraries with basic configuration and generated documentation.

[View Simple Project Examples](/opendocs/examples/simple-projects)

### Monorepo

Explore multi-language monorepo examples showing how to document Go, Rust, and TypeScript projects together with shared dependencies.

[View Monorepo Examples](/opendocs/examples/monorepo)

### Microservices

See how OpenDocs handles microservices architectures with cross-service references and performance optimization for large codebases.

[View Microservices Examples](/opendocs/examples/microservices)

### Integration & Migration

Discover template integration examples (Liquid and Handlebars), testing strategies, and migration paths from JSDoc and Rust Doc.

[View Integration Examples](/opendocs/examples/integration)

## Contributing Examples

Have you implemented OpenDocs in an interesting way? We'd love to include your examples! Please:

1. [Open an issue](https://github.com/svallory/mintlify-tsdocs/issues) with your example
2. Include the complete configuration and sample output
3. Describe the use case and any challenges you solved
4. Share any performance metrics or insights

## See Also

* [DocItem Model](/opendocs/opendocs-model) - Core documentation concepts
* [OpenDocs File Organization](/opendocs/opendocs-file-organization) - Structuring your documentation files
* [Implementation Guide](/opendocs/implementation/overview) - Step-by-step implementation guide

***

*These examples are part of the OpenDocs Specification RFC. Help us improve them by providing feedback and sharing your implementation examples.*
