Skip to content

Commit 3f1f7d2

Browse files
feat: rendering of the Arazzo Specification
1 parent aecf331 commit 3f1f7d2

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ GEM
1212
ffi (1.15.5)
1313
forwardable-extended (2.6.0)
1414
google-protobuf (3.22.2)
15+
google-protobuf (3.22.2-x64-mingw-ucrt)
1516
http_parser.rb (0.8.0)
1617
i18n (1.12.0)
1718
concurrent-ruby (~> 1.0)
@@ -73,13 +74,16 @@ GEM
7374
sass-embedded (1.58.3)
7475
google-protobuf (~> 3.21)
7576
rake (>= 10.0.0)
77+
sass-embedded (1.58.3-x64-mingw-ucrt)
78+
google-protobuf (~> 3.21)
7679
terminal-table (3.0.2)
7780
unicode-display_width (>= 1.1.1, < 3)
7881
unicode-display_width (2.4.2)
7982
webrick (1.8.1)
8083

8184
PLATFORMS
8285
ruby
86+
x64-mingw-ucrt
8387

8488
DEPENDENCIES
8589
jekyll (~> 4.2)
@@ -90,4 +94,4 @@ DEPENDENCIES
9094
webrick (~> 1.7)
9195

9296
BUNDLED WITH
93-
1.17.2
97+
2.5.10

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenAPI Initiative Registry
22

3-
This site contains the OpenAPI Initiative Registry and content for the HTML versions of specifications managed by the OpenAPI Initiative such as the OpenAPI Specification.
3+
This site contains the OpenAPI Initiative Registry and content for the HTML versions of specifications managed by the OpenAPI Initiative such as the OpenAPI Specification and the Arazzo Specification.
44

55
## Registry
66

@@ -11,5 +11,5 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
1111
| Specification | Markdown Repository | HTML Version |
1212
| :--------------| :------------------ | :------- |
1313
| `OpenAPI Specification` | [View](https://github.com/OAI/OpenAPI-Specification)|[**Latest (3.1.0)**](oas/latest.html), [3.0.3](https://spec.openapis.org/oas/v3.0.3.html), [3.0.2](https://spec.openapis.org/oas/v3.0.2.html), [3.0.1](https://spec.openapis.org/oas/v3.0.1.html), [**3.0.0**](https://spec.openapis.org/oas/v3.0.0.html), [**2.0**](https://spec.openapis.org/oas/v2.0.html)|
14-
| `Workflows Specification` | [View](https://github.com/OAI/sig-workflows) | _coming soon..._
14+
| `Arazzo Specification` | [View](https://github.com/OAI/sig-workflows) | [1.0.0](https://spec.openapis.org/arazzo/v1.0.0.html)|
1515

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ plugins:
6161
aux_links:
6262
"Latest OpenAPI Specification":
6363
- "https://spec.openapis.org/oas/latest.html"
64+
"Latest Arazzo Specification":
65+
- "https://spec.openapis.org/arazzo/latest.html"
6466
footer_content: "\xA9 2024 OpenAPI Initiative.
6567
<br />This work is licensed under the <a rel=\"license\" href=\"https://www.apache.org/licenses/LICENSE-2.0\"\
6668
>Apache 2.0 License</a>. This site is\

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: default
66

77
# OpenAPI Initiative Registry
88

9-
This site contains the OpenAPI Initiative Registry and content for the HTML versions of specifications managed by the OpenAPI Initiative such as the OpenAPI Specification.
9+
This site contains the OpenAPI Initiative Registry and content for the HTML versions of specifications managed by the OpenAPI Initiative such as the OpenAPI Specification and the Arazzo Specification.
1010

1111
## Registry
1212

@@ -17,4 +17,4 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
1717
| Specification | Markdown Repository | HTML Version |
1818
| :--------------| :------------------ | :------- |
1919
| `OpenAPI Specification` | [View](https://github.com/OAI/OpenAPI-Specification)|[View](oas/latest.html)|
20-
| `Workflows Specification` | [View](https://github.com/OAI/sig-workflows) | _coming soon..._
20+
| `Arazzo Specification` | [View](https://github.com/OAI/Arazzo-Specification) | [View](arazzo/latest.html)|

0 commit comments

Comments
 (0)