Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.11 KB

introduction.mdx

File metadata and controls

48 lines (36 loc) · 1.11 KB
title description
Introduction
Welcome to the home of your new documentation

Hero Light Hero Dark

Getting Started

Setting up

The first step to world-class documentation is setting up your editing environments.

  1. Install the Mintlify CLI: Ensure you have the latest version of Mintlify CLI installed.
    npm i -g mintlify@latest   ```
    
  2. Initialize Your Documentation: Navigate to your documentation directory and initialize Mintlify.
    mintlify init   ```
    
  3. Start the Development Server: Run the development server to preview your documentation locally.
    mintlify dev   ```
    

Customize Your Docs

  • Edit Pages: Modify existing pages or add new ones in the docs/ directory.

  • Manage Navigation: Update the navigation structure in mint.json to organize your documentation sections.

Build and Deploy

When ready to deploy, build your documentation for production.