Framework Mode - Publishing documentation
Folder Structure for Postman Documentation Publishing
postman-project/
├── collections/
│ └── api-collection.json # Postman collection file with API requests
├── environments/
│ ├── dev.postman_environment.json # Environment variables for dev
│ └── prod.postman_environment.json # Environment variables for prod
├── documentation/
│ └── published-docs/ # Folder for exported or generated docs
├── scripts/
│ ├── pre-request-scripts.js # Optional scripts for requests
│ └── test-scripts.js # Optional test scripts
├── postman.config.json # Configuration for Postman CLI or Newman
└── README.md # Project overview and publishing instructions