Skip to content

Docs: Add Finance and Healthcare vertical sections to the Examples tab #7

@kyegomez

Description

@kyegomez

Overview

The Examples tab currently organizes content by format (Basic, Single Agent, Multi-Agent, Applications, Use Cases). As the example library grows, users coming from specific industries can't quickly find relevant examples. We should add dedicated Finance and Healthcare vertical groups to docs.json so domain-specific users have a clear entry point.


Proposed Changes to docs.json

Add two new groups inside the "Examples" tab navigation:

{
  "group": "Finance",
  "pages": [
    "examples/finance/overview",
    "examples/finance/gold-etf-research",
    "examples/finance/financial-analysis",
    "examples/finance/agentic-trading-gemini",
    "examples/finance/prediction-markets-polymarket-kalshi"
  ]
},
{
  "group": "Healthcare",
  "pages": [
    "examples/healthcare/overview",
    "examples/healthcare/medical-multi-agent",
    "examples/healthcare/clinical-research-swarm",
    "examples/healthcare/patient-intake-agent"
  ]
}

File Moves / New Files Needed

Finance

Healthcare

  • Move examples/multi-agent/aop-medical.mdxexamples/healthcare/medical-multi-agent.mdx
  • Add new examples/healthcare/overview.mdx (intro page for the Healthcare section)
  • Add stub pages for: clinical research swarm, patient intake agent

Acceptance Criteria

  • docs.json updated with Finance and Healthcare groups under the Examples tab
  • Existing relevant pages moved (or cross-linked) into the new sections
  • Overview/index page created for each vertical
  • Old paths either redirected or removed from navigation to avoid dead links
  • Verified with mintlify dev — both sections appear in the sidebar and all links resolve

Labels

documentation, navigation, examples

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions