Skip to content

Commit 91c5669

Browse files
committed
Update 2.0.md
1 parent 49f4c8b commit 91c5669

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

versions/2.0.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
77

88
The Swagger specification is licensed under [The Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
99

10-
## Introductions
10+
##### Table of Contents
11+
12+
[Introductions](## Introductions)
1113

1214
Swagger™ is a project used to describe and document RESTful APIs.
1315

1416
The Swagger specification defines a set of files required to describe such an API. These files can then be used by the Swagger-UI project to display the API and Swagger-Codegen to generate clients in various languages. Additional utilities can also take advantage of the resulting files, such as testing tools.
1517

16-
## Revision History
18+
[Revision History](## Revision History)
1719

1820
Version | Date | Notes
1921
--- | --- | ---
@@ -22,7 +24,7 @@ Version | Date | Notes
2224
1.1 | 2012-08-22 | Release of Swagger 1.1
2325
1.0 | 2011-08-10 | First release of the Swagger Specification
2426

25-
## Definitions
27+
[Definitions](## Definitions)
2628

2729
##### <a name="pathTemplating"></a>Path Templating
2830
Path templating refers to the usage of curly braces ({}) to mark a section of a URL path as replaceable using path parameters.

0 commit comments

Comments
 (0)