Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit dc3cd7f

Browse files
committed
Fix some headers in docs
1 parent 1f01f6a commit dc3cd7f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/modules.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ This topic briefly describes the relevant Node.js modules on which a swagger pro
77
* [swagger-editor](#swagger-editor)
88
* [swagger-tools](#swagger-tools)
99

10-
###<a ref='swagger'></a>swagger
10+
### <a ref='swagger'></a>swagger
1111

1212
The `swagger` npm module provides everything you need to create new projects, including the Swagger editor, Swagger Tools middleware, sample project skeletons, and the `swagger` command-line tools.
1313

14-
####Installation
14+
#### Installation
1515
For installation instructions, see "[Installation](./install.md)".
1616

17-
####Documentation
17+
#### Documentation
1818

1919
The main source of documentation for the swagger module and related components is in the swagger-node repository on GitHub.
2020

21-
####Installation
21+
#### Installation
2222

2323
The swagger command-line tools are installed with swagger.
2424

@@ -39,23 +39,23 @@ See the swagger "[Quick start](./quick-start.md)" to see how easy it is to get a
3939

4040
The Swagger Editor lets you design your API specification and interactively preview its documentation for your swagger API project.
4141

42-
####Installation
42+
#### Installation
4343

4444
Standard npm install. Installed with swagger.
4545

46-
####Documentation
46+
#### Documentation
4747

4848
See "[Swagger Editor](https://github.com/swagger-api/swagger-editor)" on GitHub.
4949

5050
### <a ref='swagger-tools'></a>swagger-tools
5151

5252
Middleware for Node.js including Message Validation, Authorization and Routing.
5353

54-
####Installation
54+
#### Installation
5555

5656
Standard npm install. Installed with swagger.
5757

58-
####Documentation
58+
#### Documentation
5959

6060
See the `swagger-tools` [README](https://github.com/apigee-127/swagger-tools) on GitHub.
6161

docs/swagger-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here is the entire `swagger.yaml` file that is provisioned for a new swagger pro
5656
```
5757

5858

59-
###<a name="reference"></a>OpenAPI Specification elements
59+
### <a name="reference"></a>OpenAPI Specification elements
6060

6161
The Swagger file includes a number of standard OpenAPI 2.0 Specification elements. You can read about them in the [OpenAPI 2.0 Specification](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md).
6262

0 commit comments

Comments
 (0)