Skip to content

Commit 689cc1c

Browse files
committed
Prefer H3's over H4's in documentation
1 parent dca817a commit 689cc1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

03_managing_collections/creating_documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
All users of Postman Cloud get access to Postman's Documenter! This is a new feature that lets you view auto-generated documentation for all your collections. You can also publish this documentation and share it publicly for people to consume.
22

3-
#### Viewing Documentation for Collections
3+
### Viewing Documentation for Collections
44

55
* Make sure you're signed in to Postman. When signed in, your username will be displayed in the top-right corner.
66
* Click the arrow next to any collection name. You should see the collection browser open up.
@@ -15,7 +15,7 @@ All users of Postman Cloud get access to Postman's Documenter! This is a new fea
1515

1616
* Keep in mind that this link is restricted to users in your Postman Cloud Team. To make this documentation available to other users (as a link on your website, perhaps), you&\#39'll need to Publish it!
1717

18-
#### Publishing Public Documentation for Collections
18+
### Publishing Public Documentation for Collections
1919

2020
Published documentation is a way of sharing your collection's documentation with the world. If you're able to view documentation for one of your collections, published docs are a click away!
2121

07_postman_for_public_apis/run_button_api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
The JS Run in Postman button exposes an API via the `_pm` function. These API methods allow you to dynamically alter button behavior.
22
Note that the `_pm` API is not available for the static Run in Postman button.
33

4-
#### Creating a new environment
4+
### Creating a new environment
55

66
A new environment can be dynamically created using the `env.create` method:
77

@@ -25,7 +25,7 @@ Note:
2525
* The `env.create` action will return truthy on success, false on failure.
2626
* `env.create` cannot be used to create duplicate environments. Subsequent calls with an existing environment name will fail.
2727

28-
#### Editing an existing environment
28+
### Editing an existing environment
2929

3030
An environment which was included in the Run Button embed code or created with `env.create` can be modified using the `env.assign` method:
3131

@@ -50,7 +50,7 @@ Note:
5050
* `env.assign` cannot be used to create new environments. Calls to `_pm` using `env.assign` will fail if the environment doesn't already exist.
5151
* `env.assign` will allow assignment to environments created using `env.create` and inline environments from the button embed code.
5252

53-
#### Replacing an existing environment
53+
### Replacing an existing environment
5454

5555
An entire environment can be replaced using the `env.replace` method.
5656

0 commit comments

Comments
 (0)