Everything the team needs to browse Postman Collections, run the site locally, and share ready-to-use links
Choose the most suitable method to open the documentation site locally or while sharing with the team
Open `postman/docs/index.html` directly in the browser without any additional settings
open postman/docs/index.htmlRun a lightweight PHP server to display the site
cd postman/docs && php -S localhost:8000Quick alternatives using Python or http-server
python3 -m http.server 8000http-server -p 8000After deployment use public `/docs/` link or host files on GitHub Pages
https://your-domain.com/docs/Ready-made interface with fast navigation and direct download support
Design that works on mobile and desktop with full RTL support
Sidebar, sticky header, and smooth scroll for quick access to sections
Details for each endpoint with request/response and copyable examples
Direct download for Collections classified by module and type
Quick steps for developers and users to access documentation and start working immediately
Use any of the access commands above or the link after deployment
http://localhost:8000Browse the cards, then open the module page to read documentation and download the collection
Download the collection, then import it in Postman and add variables (base_url, token, location_id)
Ready templates for email or Slack/Teams to share documentation link with the team
Subject: Flexo-HMS API Docs Ready Hi Team, Docs are live at http://localhost:8000 (or your production URL). - All modules documented - Collections ready to download - Examples for each endpoint Steps: open the link → pick a module → download collection → import into Postman → set env vars. Thanks!
📚 Flexo-HMS API Docs live! Link: http://localhost:8000 Includes: modules overview, examples, and download links. Quick start: open link → choose module → download → import → test.
Steps to add a new HTML page inside `postman/docs/modules/` and link it to the main page
Create a new HTML file inside `postman/docs/modules/` with the same structure as `core.html`
Add a new card in `index.html` inside `postman/docs` with link to the new page
Share the final link with the team or add it to Slack/Email using templates above