title | description |
---|---|
Introduction |
Welcome to the home of your new documentation |
The first step to world-class documentation is setting up your editing environments.
- Install the Mintlify CLI:
Ensure you have the latest version of Mintlify CLI installed.
npm i -g mintlify@latest ```
- Initialize Your Documentation:
Navigate to your documentation directory and initialize Mintlify.
mintlify init ```
- Start the Development Server:
Run the development server to preview your documentation locally.
mintlify dev ```
-
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.
When ready to deploy, build your documentation for production.