Skip to content

Commit c01d8cf

Browse files
authored
Merge pull request #3842 from frankkilcommins/gh-pages
feat: rendering of the Arazzo Specification
2 parents d975a55 + 9091784 commit c01d8cf

File tree

7 files changed

+3130
-5
lines changed

7 files changed

+3130
-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/Arazzo-Specification) | [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
@@ -60,6 +60,8 @@ plugins:
6060
aux_links:
6161
"Latest OpenAPI Specification":
6262
- "https://spec.openapis.org/oas/latest.html"
63+
"Latest Arazzo Specification":
64+
- "https://spec.openapis.org/arazzo/latest.html"
6365
footer_content: "\xA9 2024 OpenAPI Initiative.
6466
<br />This work is licensed under the <a rel=\"license\" href=\"https://www.apache.org/licenses/LICENSE-2.0\"\
6567
>Apache 2.0 License</a>. This site is\

arazzo/latest.html

Lines changed: 1277 additions & 0 deletions
Large diffs are not rendered by default.

arazzo/v1.0.0.html

Lines changed: 1277 additions & 0 deletions
Large diffs are not rendered by default.

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

js/respec-arazzo.js

Lines changed: 565 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)