Skip to content

Commit 9904a3a

Browse files
committed
Make the navigation ordering more sane
1 parent dc0846c commit 9904a3a

File tree

13 files changed

+15
-12
lines changed

13 files changed

+15
-12
lines changed

specification/callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Providing Callbacks
44
parent: The OpenAPI Specification Explained
5-
nav_order: 9
5+
nav_order: 11
66
---
77

88
# Providing Callbacks

specification/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Reusing Description
44
parent: The OpenAPI Specification Explained
5-
nav_order: 5
5+
nav_order: 6
66
---
77

88
# Reusing Descriptions

specification/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Content of Message Bodies
44
parent: The OpenAPI Specification Explained
5-
nav_order: 3
5+
nav_order: 4
66
---
77

88
# Content of Message Bodies

specification/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Providing Documentation and Examples
44
parent: The OpenAPI Specification Explained
5-
nav_order: 6
5+
nav_order: 7
66
---
77

88
# Providing Documentation and Examples

specification/http-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: HTTP Methods
44
parent: The OpenAPI Specification Explained
5-
nav_order: 10
5+
nav_order: 3
66
---
77

88
# HTTP Methods

specification/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ The following pages introduce the syntax and structure of an OpenAPI Description
1414

1515
- [Structure of an OpenAPI Description](structure): JSON, YAML, `openapi`, and `info`.
1616
- [API Endpoints](paths): `paths` and `responses`.
17+
- [HTTP Methods](http-methods): standard and custom HTTP methods.
1718
- [Content of Message Bodies](content): `content` and `schema`.
1819
- [Parameters and Payload of an Operation](parameters): `parameters` and `requestBody`.
1920
- [Reusing Descriptions](components): `components` and `$ref`.
2021
- [Providing Documentation and Examples](docs): `summary`, `description` and `example`/`examples`.
2122
- [API Servers](servers): `servers`.
2223
- [Describing API Security](security): `securitySchemes` and `security`.
24+
- [Enhanced Tags](tags): `tags`.
2325
- [Providing Callbacks](callbacks): `callbacks`.
2426
- [Providing Webhooks](webhooks): `webhooks`.
2527
- [Implementing Links](links): `links`.
28+
- [Sequential Media Types](media-types): `itemSchema` and streaming media types.

specification/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Implementing Links
44
parent: The OpenAPI Specification Explained
5-
nav_order: 10
5+
nav_order: 13
66
---
77

88
# Implementing Links

specification/media-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Sequential Media Types
44
parent: The OpenAPI Specification Explained
5-
nav_order: 11
5+
nav_order: 14
66
---
77

88
# Sequential Media Types

specification/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Parameters and Payload of an Operation
44
parent: The OpenAPI Specification Explained
5-
nav_order: 4
5+
nav_order: 5
66
---
77

88
# Parameters and Payload of an Operation

specification/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Describing API Security
44
parent: The OpenAPI Specification Explained
5-
nav_order: 8
5+
nav_order: 9
66
---
77

88
# Describing API Security

0 commit comments

Comments
 (0)