Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish OpenAPI Metaschema Iterations #26

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
0e30135
Latest spec build
ralfhandl Aug 23, 2024
4ad85d9
Merge branch 'gh-pages-json-schema-view-or-download' into fork-pages
ralfhandl Aug 23, 2024
f6557e2
Add Overlay Specification
ralfhandl Aug 27, 2024
dce2d24
Reference OpenAPI
ralfhandl Aug 27, 2024
cf60781
Latest changes to patch versions
ralfhandl Aug 28, 2024
64fedac
Update v3.0.4.html
ralfhandl Aug 28, 2024
11b37b3
Merge branch 'gh-pages-json-schema-view-or-download' into fork-pages
ralfhandl Aug 29, 2024
3689607
Name schema link purposes
ralfhandl Aug 29, 2024
2ea0c9b
Merge branch 'gh-pages-schema-list-improvements' into fork-pages
ralfhandl Aug 30, 2024
7bf1084
Update Overlay specs
ralfhandl Sep 2, 2024
8ca7159
Refreshed
ralfhandl Sep 2, 2024
52edc2e
Create latest-dark.html
ralfhandl Sep 3, 2024
54faaec
Update Overlay specs
ralfhandl Sep 9, 2024
503e83e
Updated intro
ralfhandl Sep 10, 2024
fe0fb81
Update ReSpec-rendered specification versions
ralfhandl Sep 13, 2024
bb2f089
Merge pull request #18 from ralfhandl/update-overlay-respec-version
ralfhandl Sep 13, 2024
271bcf5
Rebuilt
ralfhandl Sep 16, 2024
4ac8b8b
Reformatted code blocks
ralfhandl Sep 24, 2024
6e00d26
Update ReSpec-rendered specification versions
lornajane Oct 8, 2024
68a176e
Merge pull request #20 from ralfhandl/update-overlay-respec-version
ralfhandl Oct 8, 2024
a61a3c0
Update ReSpec-rendered specification versions
lornajane Oct 8, 2024
1200578
Merge pull request #21 from ralfhandl/update-overlay-respec-version
ralfhandl Oct 8, 2024
0c462d3
No download link for "latest"
ralfhandl Oct 11, 2024
ada9715
Update ReSpec-rendered specification versions
ralfhandl Oct 14, 2024
9655824
Merge pull request #22 from ralfhandl/update-overlay-respec-version
ralfhandl Oct 14, 2024
7650296
Avoid "latest"
ralfhandl Oct 14, 2024
d3815a6
Remove "latest"
ralfhandl Oct 14, 2024
a5a5984
Update ReSpec-rendered specification versions
lornajane Oct 15, 2024
383e321
Merge pull request #23 from ralfhandl/update-overlay-respec-version
ralfhandl Oct 15, 2024
38e2bb4
Update ReSpec-rendered specification versions
ralfhandl Oct 17, 2024
2d200b2
Merge pull request #27 from ralfhandl/update-overlay-respec-version
ralfhandl Oct 17, 2024
0fafbbc
New OpenAPI metaschema iterations
ralfhandl Oct 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@ This site contains the OpenAPI Initiative Registry and content for the HTML vers
{%- endif -%}
{%- if segments[3] != last_kind -%}
{%- assign last_kind = segments[3] %}
* [**view latest {{ last_kind }}**]({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/latest.html)
* view [**{{ last_kind }}/{{ segments[4] }}**]({{ site.baseurl }}/oas/{{ last_version }}/{{ last_kind }}/{{ segments[4] }}.html)
download iteration
{%- assign separator = ": " -%}
{%- endif -%}
{{ separator }} [{{ file.basename | replace: "-", "‑" }}]({{ site.baseurl }}{{ file.path }})
{%- assign separator = ", " -%}
{%- endif -%}
{%- endfor %}

## Overlay Specification

### Versions

{% include specification-version-list.md specification="overlay" %}
Loading