Postman is the collaboration platform for API development. And the Postman Learning Center has the resources you need to ramp up quickly and extend your skills with Postman.
We would love for you to contribute to the Learning Center! To contribute to this project, please read:
NOTE: We have added a new Markdown linter with GitHub Actions. When making a pull request, it will run against this linter. Your changed files are required to pass linting before they will be merged. More information on this can be found in the contribution guidelines.
$ git clone https://github.com/postmanlabs/postman-docs.git
$ cd postman-docs
$ npm install
$ npm install -g gatsby-cli
$ npm run dev
NOTE: this site was build with node v12.11.0. We recommend installing and using nvm and setting your node version to v12.11.0.
The built site will only host the most up-to-date docs. All legacy documentation is stored in github and excluded from build.
-
Posts are maintained under the
/src/pages/docs
folder. -
The folder structure of /docs is the URL structure for posts. For example,
/docs/postman/variables-and-environments/variables.md
is mapped to URLhttps://learning.getpostman.com/docs/postman/variables-and-environments/variables/
. -
Links in the docs should be relative. Example:
[Newman](/docs/postman/collection-runs/command-line-integration-with-newman/)