Installation and Setup
1
Install Mintlify CLI
2
Preview Documentation Locally
Start the local development server to preview changes in real-time.A local preview of your documentation will be available at http://localhost:3000
3
Make Documentation Changes
Edit existing Markdown (.mdx) files inside the
docs directory or add new documents.For reference about formatting, check the Mintlify documentation.To add new sections or files, update the docs/docs.json file to include them in the navigation.4
Submit Changes
Once documentation updates are complete, submit a pull request for review.The Prowler team will assess and merge contributions.

