-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Move gh-pages into main branch #3868
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
Closed
Closed
Changes from all commits
Commits
Show all changes
188 commits
Select commit
Hold shift + click to select a range
5051498
Initial commit
MikeRalphson 52affa2
Add index.md, v2.0 and v3.0.0
MikeRalphson 68215a3
Create CNAME
74ee685
Deploy MikeRalphson/OpenAPI-Specification to github.com/MikeRalphson/…
traviscibot 1d5c5cb
draft registry content
MikeRalphson 4d03d09
Merge pull request #1762 from MikeRalphson/registry
e7f201c
Update index.md with clearer title and desc.
MikeRalphson fa84486
Merge branch 'gh-pages' of https://github.com/mikeralphson/openapi-sp…
MikeRalphson 81409a6
Add v3.0.2 respec/html
MikeRalphson ba51031
Merge pull request #1796 from MikeRalphson/add3.0.2
9cd199d
Merge pull request #1774 from MikeRalphson/gh-pages
523ad57
Hand-craft API templates for leaner output
MikeRalphson 5a4d660
Merge pull request #1808 from MikeRalphson/gh-pages
b24e2fd
gh-pages: add v3.0.3.html (#2151)
MikeRalphson f0a6bef
gh-pages: don't mix https and http content (toc) (#2154)
MikeRalphson 62d0c05
gh-pages: add v3.1.0.html (#2464)
MikeRalphson dd98272
Make 3.1 schemas retrievable from their $ids
jdesrosiers 2f56ee7
Merge pull request #2509 from jdesrosiers/gh-pages
MikeRalphson b92609b
fix: regenerate respec versions, refs #2488 (#2573)
MikeRalphson bf82a1d
iAdd v3.1 2021-05-20 schemas to website
jdesrosiers 8193ef8
Merge pull request #2587 from jdesrosiers/deploy-2021-05-20-schema
MikeRalphson 5948c36
Add v3.1 2021-04-15 schemas to website (#2545)
jdesrosiers c0e7db7
gh-pages: change text of Abstract heading (#2606)
MikeRalphson 086a633
Update ReSpec versions (#2615)
github-actions[bot] bf1b16b
Release 2021-09-28 schemas for v3.0 and v3.1 (#2732)
jdesrosiers 88b7cb0
Fix typo in URL for 3.0 schema release (#2741)
jdesrosiers 18717ad
Add "latest" URLs for downloading meta schemas (#2747)
jdesrosiers 54da8c5
Fix "latest" symlink for 3.0 schema (#2810)
jdesrosiers 68ed2e4
Added formats to the registry as defined by OpenAPI v3 (#2857)
darrelmiller 2ac4417
Add version 2022-02-27 of v3.1 schemas (#2889)
jdesrosiers b4cc425
Update ReSpec versions (#2836)
github-actions[bot] 452b94d
Publish 3.1 schemas for version 2022-10-07 (#3043)
jdesrosiers 2c2162e
Add new extension namespace registry (#3107)
darrelmiller b5715b1
Reserve x-sap- namespace for SAP extensions (#3151)
pavelkornev 460a67d
Make links relative
handrews 9fbab3e
Remove extra "/" from URL
handrews e482531
Need to go up a level for the rss URL
handrews 6c3caaa
Merge pull request #3179 from handrews/relative
whitlockjc 7592eb8
adds missing formats in the registry (#3167)
baywet 83844b8
- adds int16 format (#3186)
baywet 660331f
- adds a char format description (#3185)
baywet 94c8821
- adds a base64url format description (#3184)
baywet 003ee43
Update ReSpec versions (#3203)
github-actions[bot] 1232ed6
gh-pages: add Dockerfile for local dev/testing (#3201)
MikeRalphson 1b88087
- adds decimal format (#3190)
baywet f915f09
Update decimal.md (#3208)
ralfhandl 2a862a7
Comma-separated base_type list (#3210)
ralfhandl ee33a0f
[gh-pages] reskin registry site and prep for release (#3212)
MikeRalphson dace7d0
Register format decimal128 (#3209)
ralfhandl cacc239
Add media-range format to registry (#3238)
jdesrosiers f8f3d25
Update int64.md (#3232)
ralfhandl 4c5c4be
Add format for imf-fixdate used in HTTP headers (#3285)
mikekistler 6f1aebf
Replace imf-fixdate with the more general and useful http-date (#3290)
mikekistler 44cf3d7
adds formats registry considerations (#3204)
baywet 8cb215c
Add structured fields primitive types to format registry
mikekistler 515bbc3
De-emphasize the ABNF
mikekistler 6b74070
Add source info and address PR comments
mikekistler e2aeb00
Update ReSpec versions (#3410)
github-actions[bot] 1d8ce42
Add double-int to format registry (#3381)
mikekistler 3c5991b
fix types to use an array rather than a string when multiple types ar…
karenetheridge 5c32781
Merge pull request #3491 from karenetheridge/ether/fix-format-types
lornajane 530015e
Generalize description of password data type
mgrafl 5022402
Update ReSpec versions (#3520)
github-actions[bot] c6fa479
Initial prep for multiple specifications under OAI (#3571)
frankkilcommins ce69f1c
fix: broken docker build (#3573)
miqui ae1528c
Merge pull request #3531 from mgrafl/patch-2
earth2marsh a5fe410
Address PR reivew comments
mikekistler 11d0ae5
Merge pull request #3390 from mikekistler/structured-fields
lornajane 166855e
Update ReSpec versions
earth2marsh abd17f2
Merge pull request #3622 from OAI/update-respec-version
handrews 94a087a
Set base_type to array
Bellangelo a1c4b7a
join base_type
Bellangelo 30d42b7
Format base_type as a JSON array
Bellangelo b42916f
Last property should not have a comma
Bellangelo 436c083
Keep common things into a single template
Bellangelo e14e81d
Merge pull request #3789 from Bellangelo/fix-base-type-array-joining
handrews 8cb7ddb
Style fix
Bellangelo 795069c
Update ReSpec versions
lornajane 43c324a
Merge pull request #3688 from OAI/update-respec-version
handrews d169e64
Merge pull request #3799 from Bellangelo/encapsulate-page-layout
handrews 59062b1
Jekyll does not load variables in front-matter
Bellangelo 73ad0ea
Merge pull request #3825 from Bellangelo/jekyll-does-not-load-variabl…
handrews 09439bd
Capture allows the usage of curly braces
Bellangelo 7ec03d3
Merge pull request #3826 from Bellangelo/fix-shcema-layout
handrews 082e1d1
Encapsulate page layout for extensions
Bellangelo 5821f2a
Fix closing tag
Bellangelo 19a55e6
Publish extension registry
Bellangelo ccbf6a8
Re-enable page build
Bellangelo 599f265
Encapsulate Microsoft page layout
Bellangelo bec1c58
Encapsulate Draft page layout
Bellangelo a1c7fcc
Encapsulate SAP page layout
Bellangelo c03b1bf
Merge branch 'encapsulate-namespaces-page-layout' into gh-pages
Bellangelo 26fa6be
Fix link
Bellangelo b816b0c
Merge branch 'encapsulate-namespaces-page-layout' into gh-pages
Bellangelo f214858
Encapsulate base64 url
Bellangelo 0d4958f
Encapsulate binary
Bellangelo 76fed8f
Encapsulate byte
Bellangelo 4beb774
Encapsulate char
Bellangelo caed1e6
Encapsulate commonmark
Bellangelo 02e0a7f
Encapsulate date
Bellangelo 91d71ce
Encapsulate date-time
Bellangelo 8f02b4f
Encapsulate decimal
Bellangelo 2f23b2a
Encapsulate decimal128
Bellangelo 541f872
Encapsulate double
Bellangelo dc64008
Encapsulate double-int
Bellangelo b64a673
Merge branch 'encapsulate-format-page-layout-part1' into gh-pages
Bellangelo 7391f99
Fix variable
Bellangelo 59ee866
Merge branch 'encapsulate-format-page-layout-part1' into gh-pages
Bellangelo 183ddc0
Merge pull request #3829 from Bellangelo/encapsulate-namespaces-page-…
handrews 81015d9
Merge pull request #3830 from Bellangelo/encapsulate-format-page-layo…
handrews 5e642a7
Encapsulate duration
Bellangelo 28448dd
Encapsulate email
Bellangelo d564ea9
Encapsulate float
Bellangelo b80c924
Encapsulate hostname
Bellangelo e94c218
Encapsulate html
Bellangelo aea25b5
Encapsulate http-date
Bellangelo 57e592a
Encapsulate idn-email
Bellangelo fe55e06
Encapsulate idn-hostname
Bellangelo 50d1c82
Encapsulate int8
Bellangelo b5eeda5
Encapsulate int16
Bellangelo 21f6d4d
Encapsulate int32
Bellangelo f621814
Encapsulate int64
Bellangelo 6710432
Merge branch 'encapsulate-format-page-layout-part2' into gh-pages
Bellangelo fa3aa79
Fix joining arrays
Bellangelo 8582ccf
Fix joining arrays
Bellangelo 8ea8acf
Merge branch 'encapsulate-format-page-layout-part2' into gh-pages
Bellangelo 947d226
Encapsulate ipv4
Bellangelo 1bc08d1
Encapsulate ipv6
Bellangelo f23438a
Encapsulate iri
Bellangelo 6f137bc
Encapsulate iri-reference
Bellangelo 5093653
Encapsulate json-pointer
Bellangelo d014e85
Encapsulate media-range
Bellangelo 45f311e
Encapsulate password
Bellangelo 0728946
Encapsulate regex
Bellangelo 843e501
Encapsulate relative-json-pointer
Bellangelo 1fce917
Encapsulate binary
Bellangelo 7a2ed2b
Merge branch 'encapsulate-format-page-layout-part3' into gh-pages
Bellangelo 9f9dc8a
Encapsulate boolean
Bellangelo a4222bf
Encapsulate decimal
Bellangelo 5b840b0
Encapsulate integer
Bellangelo 2bcc825
Encapsulate string
Bellangelo 209d991
Encapsulate sf-token
Bellangelo 83fae1b
Encapsulate time
Bellangelo 25ca2c0
Encapsulate uint8
Bellangelo 7b191ce
Encapsulate uri
Bellangelo 4859786
Encapsulate uri-reference
Bellangelo 480d0d6
Encapsulate uri-template
Bellangelo 2cb5fae
Encapsulate uuid
Bellangelo 1e30eee
Merge branch 'encapsulate-format-page-layout-part4' into gh-pages
Bellangelo 6782837
Merge pull request #3831 from Bellangelo/encapsulate-format-page-layo…
handrews c9af53a
Merge pull request #3832 from Bellangelo/encapsulate-format-page-layo…
handrews 33e0aba
Merge pull request #3833 from Bellangelo/encapsulate-format-page-layo…
handrews 0b9a8d5
Update ReSpec versions
frankkilcommins ec14054
Merge pull request #4 from frankkilcommins/update-respec-version
frankkilcommins 041e29e
Merge branch 'OAI:gh-pages' into gh-pages
frankkilcommins 5d35d01
Update ReSpec versions
frankkilcommins d845ba3
Merge pull request #5 from frankkilcommins/update-respec-version
frankkilcommins aecf331
Update ReSpec versions (#6)
frankkilcommins 3f1f7d2
feat: rendering of the Arazzo Specification
frankkilcommins 3840aa3
chore: use new repo url
frankkilcommins 9091784
chore: dedicate respec script
frankkilcommins 37cd094
Update ReSpec versions
lornajane d975a55
Merge pull request #3828 from Bellangelo/encapsulate-page-layout-for-…
handrews c01d8cf
Merge pull request #3842 from frankkilcommins/gh-pages
lornajane eed6b7e
Merge pull request #3844 from OAI/update-respec-version
handrews 4aa1a67
Update ReSpec versions
frankkilcommins ea03525
Merge pull request #3851 from OAI/update-respec-version
handrews 4c1810a
Merge branch 'OAI:gh-pages' into gh-pages
Bellangelo 137f0bc
Move files under the new folder structure
Bellangelo a541fa1
Github accept root folder and /docs only
Bellangelo 994c8e8
Merge branch 'gh-pages'
Bellangelo 02448a8
Update pull request update
Bellangelo 2448ba0
Update respec action
Bellangelo 82ed239
Update registry description
Bellangelo 671fb76
Update site config
Bellangelo dc6f446
Fix path
Bellangelo 137a669
Create path first
Bellangelo f582f1f
Skip markdown validation on docs update
Bellangelo e839d4e
Skip actions on docs update
Bellangelo d4a13fe
Do not update respec when docs are updated
Bellangelo 3afd47d
test
Bellangelo 505b795
Remove outdated comment and test commit
Bellangelo 0eba3e5
LICENSE exists in the root directory
Bellangelo 83770b9
Remove unnecessary ignores
Bellangelo 38e249c
Set the TSC group as PR reviewers
Bellangelo e7a5999
Build site without the deploy folder
Bellangelo fbee8d4
No need to specify a path
Bellangelo 9d361f6
Remove files from old implementation
Bellangelo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ on: | |
push: | ||
branches: | ||
- main | ||
paths-ignore: | ||
- 'docs/**' | ||
|
||
jobs: | ||
yaml2json: | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,5 @@ | |
target | ||
atlassian-ide-plugin.xml | ||
node_modules/ | ||
deploy/ | ||
history | ||
Gemfile.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_site/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
spec.openapis.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Contributing | ||
|
||
## Building the site | ||
|
||
The registy site uses [jekyll](https://jekyllrb.com/), a Ruby based static site generator, with the Dinky theme. | ||
|
||
### Docker dev | ||
|
||
You can use the following Docker command to build and serve the site: | ||
|
||
```shell | ||
docker build . -t oas-spec/latest | ||
docker run -v $(pwd):/site -p 4000:4000 oas-spec/latest | ||
``` | ||
|
||
### Local Ruby dev | ||
|
||
You will need to set up Ruby locally to run the server and see your changes. | ||
|
||
``` bash | ||
gem install bundler | ||
bundle install | ||
``` | ||
|
||
With all the gems (dependencies) installed, you can launch the jekyll server. | ||
|
||
``` bash | ||
bundle exec jekyll serve | ||
``` | ||
|
||
It will show output like this, and you can grab the Server address and open it in your browser. | ||
|
||
``` | ||
Configuration file: /site/_config.yml | ||
Source: /site | ||
Destination: /site/_site | ||
Incremental build: disabled. Enable with --incremental | ||
Generating... | ||
done in 3.609 seconds. | ||
Auto-regeneration: enabled for '/site' | ||
Server address: http://0.0.0.0:4000 | ||
``` | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM bretfisher/jekyll-serve | ||
|
||
WORKDIR /site | ||
|
||
# install dependencies | ||
COPY Gemfile Gemfile.lock ./ | ||
RUN bundle install | ||
|
||
# install the site | ||
COPY . . | ||
|
||
EXPOSE 4000 | ||
CMD [ "bundle", "exec", "jekyll", "serve", "--host", "0.0.0.0" ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "jekyll", "~> 4.2" | ||
gem "webrick", "~> 1.7" | ||
gem "jekyll-remote-theme" | ||
gem "jekyll-include-cache", "~>0.2.1" | ||
gem "just-the-docs", "~> 0.4.2" | ||
|
||
group :jekyll_plugins do | ||
gem "jekyll-sitemap", "~> 1.4" | ||
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.8.1) | ||
public_suffix (>= 2.0.2, < 6.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.2.2) | ||
em-websocket (0.5.3) | ||
eventmachine (>= 0.12.9) | ||
http_parser.rb (~> 0) | ||
eventmachine (1.2.7) | ||
ffi (1.15.5) | ||
forwardable-extended (2.6.0) | ||
google-protobuf (3.22.2) | ||
google-protobuf (3.22.2-x64-mingw-ucrt) | ||
http_parser.rb (0.8.0) | ||
i18n (1.12.0) | ||
concurrent-ruby (~> 1.0) | ||
jekyll (4.3.2) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
em-websocket (~> 0.5) | ||
i18n (~> 1.0) | ||
jekyll-sass-converter (>= 2.0, < 4.0) | ||
jekyll-watch (~> 2.0) | ||
kramdown (~> 2.3, >= 2.3.1) | ||
kramdown-parser-gfm (~> 1.0) | ||
liquid (~> 4.0) | ||
mercenary (>= 0.3.6, < 0.5) | ||
pathutil (~> 0.9) | ||
rouge (>= 3.0, < 5.0) | ||
safe_yaml (~> 1.0) | ||
terminal-table (>= 1.8, < 4.0) | ||
webrick (~> 1.7) | ||
jekyll-include-cache (0.2.1) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-remote-theme (0.4.3) | ||
addressable (~> 2.0) | ||
jekyll (>= 3.5, < 5.0) | ||
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0) | ||
rubyzip (>= 1.3.0, < 3.0) | ||
jekyll-sass-converter (3.0.0) | ||
sass-embedded (~> 1.54) | ||
jekyll-seo-tag (2.8.0) | ||
jekyll (>= 3.8, < 5.0) | ||
jekyll-sitemap (1.4.0) | ||
jekyll (>= 3.7, < 5.0) | ||
jekyll-watch (2.2.1) | ||
listen (~> 3.0) | ||
just-the-docs (0.4.2) | ||
jekyll (>= 3.8.5) | ||
jekyll-seo-tag (>= 2.0) | ||
rake (>= 12.3.1) | ||
kramdown (2.4.0) | ||
rexml | ||
kramdown-parser-gfm (1.1.0) | ||
kramdown (~> 2.0) | ||
liquid (4.0.4) | ||
listen (3.8.0) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.4.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (5.0.1) | ||
rake (13.0.6) | ||
rb-fsevent (0.11.2) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rexml (3.2.5) | ||
rouge (3.30.0) | ||
rubyzip (2.3.2) | ||
safe_yaml (1.0.5) | ||
sass-embedded (1.58.3) | ||
google-protobuf (~> 3.21) | ||
rake (>= 10.0.0) | ||
sass-embedded (1.58.3-x64-mingw-ucrt) | ||
google-protobuf (~> 3.21) | ||
terminal-table (3.0.2) | ||
unicode-display_width (>= 1.1.1, < 3) | ||
unicode-display_width (2.4.2) | ||
webrick (1.8.1) | ||
|
||
PLATFORMS | ||
ruby | ||
x64-mingw-ucrt | ||
|
||
DEPENDENCIES | ||
jekyll (~> 4.2) | ||
jekyll-include-cache (~> 0.2.1) | ||
jekyll-remote-theme | ||
jekyll-sitemap (~> 1.4) | ||
just-the-docs (~> 0.4.2) | ||
webrick (~> 1.7) | ||
|
||
BUNDLED WITH | ||
2.5.10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# OpenAPI Initiative Registry | ||
|
||
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. | ||
|
||
## Registry | ||
|
||
* Proceed to [Registry](./registry/index.html) | ||
|
||
## OpenAPI Initiative Specifications | ||
|
||
| Specification | Markdown Repository | HTML Version | | ||
| :--------------| :------------------ | :------- | | ||
| `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)| | ||
| `Arazzo Specification` | [View](https://github.com/OAI/Arazzo-Specification) | [1.0.0](https://spec.openapis.org/arazzo/v1.0.0.html)| | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# theme: just-the-docs | ||
remote_theme: just-the-docs/just-the-docs | ||
color_scheme: oai | ||
title: OpenAPI Initiative Registry | ||
description: Extensible data value repository | ||
show_downloads: true | ||
collections_dir: /registries | ||
collections: | ||
posts: | ||
hidden: true | ||
object: | ||
slug: object | ||
name: Object Registry | ||
hidden: true | ||
format: | ||
slug: format | ||
name: Format Registry | ||
output: true | ||
permalink: /registry/:collection/:title | ||
extension: | ||
slug: extension | ||
name: Specification Extension Registry | ||
output: true | ||
permalink: /registry/:collection/:title | ||
draft-feature: | ||
slug: draft-feature | ||
name: Draft Features Registry | ||
output: true | ||
permalink: /registry/:collection/:title | ||
alternative-schema: | ||
slug: alternative-schema | ||
name: Alternative Schema Type Registry | ||
output: true | ||
permalink: /registry/:collection/:title | ||
namespace: | ||
slug: namespace | ||
name: Extension Namespace Registry | ||
output: true | ||
permalink: /registry/:collection/:title | ||
exclude: | ||
- Gemfile | ||
- Gemfile.lock | ||
- tmp | ||
- vendor/bundle | ||
#just_the_docs: | ||
# collections: | ||
# draft-feature: | ||
# name: Draft features | ||
# alternative-schema: | ||
# name: Alternative schemas | ||
# namespace: | ||
# name: Extension namespaces | ||
# draft-feature: | ||
# name: Draft features | ||
# format: | ||
# name: Formats | ||
plugins: | ||
- jekyll-remote-theme | ||
- jekyll-sitemap | ||
aux_links: | ||
"Latest OpenAPI Specification": | ||
- "https://spec.openapis.org/oas/latest.html" | ||
"Latest Arazzo Specification": | ||
- "https://spec.openapis.org/arazzo/latest.html" | ||
footer_content: "\xA9 2024 OpenAPI Initiative. | ||
<br />This work is licensed under the <a rel=\"license\" href=\"https://www.apache.org/licenses/LICENSE-2.0\"\ | ||
>Apache 2.0 License</a>. This site is\ | ||
\ maintained at <a href=\"https://github.com/OAI/OpenAPI-Specification/tree/main/docs/\">https://github.com/OAI/OpenAPI-Specification/</a>." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
{{ include.summary }} | ||
|
||
{% if page.issue %} | ||
### GitHub Issue | ||
|
||
* [#{{ page.issue }}](https://github.com/OAI/OpenAPI-Specification/issues/{{ page.issue }}) | ||
{% endif %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# <a href="..">{{ page.collection }}</a> | ||
|
||
## {{ page.slug }} - {{ page.description }} | ||
|
||
{{ include.summary }} | ||
|
||
### Schema | ||
|
||
```yaml | ||
{{page.schema}} | ||
``` | ||
|
||
### Example | ||
|
||
{{ include.example }} | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.