Skip to content

Commit c365f0e

Browse files
committed
Show OAS 2.0 spec
It got lost with the introduction of minor-version symlinks
1 parent 9adecc3 commit c365f0e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
_site/
2+
coverage/
23
deploy/
4+
deploy-preview/
35
node_modules/
46
scripts/
57
package-lock.json

_includes/specification-version-list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
, [{{ file.basename }}]({{ site.baseurl }}{{ file.path }})
1414
{%- endif -%}
1515
{%- endif -%}
16-
{%- endfor- %}
16+
{%- endfor -%}

index.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Please see the [Learn OpenAPI](https://learn.openapis.org) site for additional d
1919
### OpenAPI Specification
2020

2121
{% include specification-version-list.md specification="oas" %}
22+
* **[v2.0]({{ site.baseurl }}/oas/v2.0.html)**
2223

2324
### Overlay Specification
2425

0 commit comments

Comments
 (0)