Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ This topic briefly describes the relevant Node.js modules on which a swagger pro
* [swagger-editor](#swagger-editor)
* [swagger-tools](#swagger-tools)

###<a ref='swagger'></a>swagger
### <a ref='swagger'></a>swagger

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.

####Installation
#### Installation
For installation instructions, see "[Installation](./install.md)".

####Documentation
#### Documentation

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

####Installation
#### Installation

The swagger command-line tools are installed with swagger.

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

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

####Installation
#### Installation

Standard npm install. Installed with swagger.

####Documentation
#### Documentation

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

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

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

####Installation
#### Installation

Standard npm install. Installed with swagger.

####Documentation
#### Documentation

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

Expand Down
2 changes: 1 addition & 1 deletion docs/swagger-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Here is the entire `swagger.yaml` file that is provisioned for a new swagger pro
```


###<a name="reference"></a>OpenAPI Specification elements
### <a name="reference"></a>OpenAPI Specification elements

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).

Expand Down