Skip to main content

Quick Steps

  1. Create your .mdx file in the appropriate directory:
    • User guides: user-guides/clinical/, user-guides/pharmacy/, or user-guides/mobile/
    • Technical docs: technical/general/ or technical/mobile/
    • Standards: standards/
  2. Add to mint.json navigation - find the right group and add your file:
    {
      "group": "User Guides - Clinical",
      "pages": [
        "user-guides/clinical/your-new-file"
      ]
    }
    
  3. File structure - start each .mdx file with:
    ---
    title: "Your Page Title"
    description: "Brief description"
    ---
    
That’s it! The mint.json file controls what appears in the navigation sidebar. Each page path corresponds to an .mdx file path.