@@ -6,17 +6,23 @@ icon: sparkles
66---
77
88<CardGroup cols = { 4 } >
9- <Card title = " MDX with Frontmatter" icon = " file-code" href = " #mdx-generation" >
9+ <Card title = " MDX with Frontmatter" icon = " file-code" href = " #mdx-generation-with-rich-frontmatter " >
1010 Auto-generated frontmatter with icons, tags, SEO metadata, and keywords for every API page
1111 </Card >
12- <Card title = " Smart Navigation" icon = " sitemap" href = " # navigation-generation " >
12+ <Card title = " Smart Navigation" icon = " sitemap" href = " /providers/mintlify/ navigation" >
1313 Automatic docs.json generation with hierarchical namespace organization and flexible navigation modes
1414 </Card >
15- <Card title = " Context-Aware Icons" icon = " icons" href = " #icon-system " >
15+ <Card title = " Context-Aware Icons" icon = " icons" href = " #50-context-aware-icons " >
1616 50+ FontAwesome icons automatically assigned based on type characteristics and naming patterns
1717 </Card >
18+ <Card title = " Collections" icon = " rectangle-vertical-history" href = " /providers/mintlify/collections" >
19+ Multi-project documentation with intelligent path rewriting and resource relocation
20+ </Card >
21+ <Card title = " .NET Library" icon = " code" href = " /providers/mintlify/dotnet-library" >
22+ Programmatically create, validate, and manage Mintlify docs.json configurations in C#
23+ </Card >
1824 <Card title = " Tips & Tricks" icon = " lightbulb" href = " /providers/mintlify/tips-and-tricks" >
19- React components, hydration fixes, page modes , and custom landing page patterns
25+ React components, external script loading, hydration fixes , and custom landing page patterns
2026 </Card >
2127</CardGroup >
2228
@@ -484,7 +490,7 @@ docs/
484490
485491## Best Practices
486492
487- <CardGroup cols = { 2 } >
493+ <CardGroup cols = { 4 } >
488494 <Card title = " Write Detailed XML Comments" icon = " comment" >
489495 The quality of your generated documentation depends on your XML comments. Include detailed ` <summary> ` , ` <remarks> ` , ` <example> ` , and ` <code> ` sections.
490496 </Card >
@@ -504,26 +510,29 @@ docs/
504510
505511## See Also
506512
507- <CardGroup cols = { 2 } >
513+ <CardGroup cols = { 4 } >
508514 <Card title = " Tips & Tricks" icon = " lightbulb" href = " /providers/mintlify/tips-and-tricks" >
509- React components, hydration fixes, page modes , and custom landing page patterns
515+ React components, external script loading, hydration fixes , and custom landing page patterns
510516 </Card >
511- <Card title = " Collections" icon = " layer-group " href = " /providers/mintlify/collections" >
512- Learn how Mintlify handles multi -project documentation with path rewriting and resource relocation
517+ <Card title = " Collections" icon = " rectangle-vertical-history " href = " /providers/mintlify/collections" >
518+ Multi -project documentation with intelligent path rewriting and resource relocation
513519 </Card >
514520 <Card title = " Navigation Generation" icon = " sitemap" href = " /providers/mintlify/navigation" >
515521 Deep dive into how Mintlify generates and merges navigation structures
516522 </Card >
523+ <Card title = " .NET Library" icon = " code" href = " /providers/mintlify/dotnet-library" >
524+ Programmatically create, validate, and manage Mintlify docs.json configurations in C#
525+ </Card >
517526 <Card title = " API Reference" icon = " book" href = " /api-reference/CloudNimble/DotNetDocs/Mintlify/MintlifyRenderer" >
518527 Complete MintlifyRenderer API documentation
519528 </Card >
529+ <Card title = " Pipeline Guide" icon = " diagram-project" href = " /guides/pipeline" >
530+ Understand the DotNetDocs documentation pipeline
531+ </Card >
520532 <Card title = " Mintlify Documentation" icon = " sparkles" href = " https://mintlify.com/docs" >
521533 Official Mintlify documentation and component reference
522534 </Card >
523- <Card title = " Mintlify Schema" icon = " code" href = " https://mintlify.com/docs/settings/global " >
535+ <Card title = " Mintlify Schema" icon = " code" href = " https://mintlify.com/docs/organize/settings-reference " >
524536 DocsJsonConfig schema and available settings
525537 </Card >
526- <Card title = " Pipeline Guide" icon = " diagram-project" href = " /guides/pipeline" >
527- Understand the DotNetDocs documentation pipeline
528- </Card >
529538</CardGroup >
0 commit comments