Skip to main content

Welcome to DotNetDocs

This is a showcase of how Mintlify can be used to create stunning documentation for .NET libraries.
DotNetDocs is a powerful documentation generator for .NET libraries that creates beautiful, interactive documentation using Mintlify’s advanced features.

✨ Key Features

πŸš€ Quick Navigation

πŸ“š Documentation Structure

Our documentation is organized into clear sections:
1

Assembly Overview

High-level view of the entire assembly with namespace organization
2

Namespace Documentation

Detailed documentation for each namespace with type listings
3

Type Documentation

Complete type information including members, inheritance, and examples
4

Member Details

Comprehensive member documentation with parameters, returns, and exceptions
  • Basic Usage
  • Advanced Scenarios
  • Async Patterns
using CloudNimble.DotNetDocs.Tests.Shared;

var test = new DotNetDocsTestBase();
var assembly = test.GetTestsDotSharedAssembly();

// Process the assembly documentation
Console.WriteLine($"Assembly: {assembly.AssemblyName}");
Pro Tip: Use the search bar above to quickly find any type, method, or property in the documentation.

Ready to explore? Start with the API Overview or jump directly to a namespace.