-
Notifications
You must be signed in to change notification settings - Fork 9.2k
gh-pages: Generalize registry site to publications #4226
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# theme: just-the-docs | ||
remote_theme: just-the-docs/just-the-docs | ||
color_scheme: oai | ||
title: OpenAPI Initiative Registry | ||
description: Extensible data value repository | ||
title: OpenAPI Initiative Publications | ||
description: Specifications, registries, and schemas | ||
show_downloads: true | ||
excerpt_separator: "" | ||
collections_dir: /registries | ||
|
@@ -59,10 +59,12 @@ plugins: | |
- jekyll-remote-theme | ||
- jekyll-sitemap | ||
aux_links: | ||
"Latest OpenAPI Specification": | ||
"Latest OpenAPI Spec": | ||
ralfhandl marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- "https://spec.openapis.org/oas/latest.html" | ||
"Latest Arazzo Specification": | ||
ralfhandl marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"Latest Arazzo Spec": | ||
- "https://spec.openapis.org/arazzo/latest.html" | ||
"Latest Overlay Spec": | ||
- "https://spec.openapis.org/overlay/latest.html" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, Jekyll and Liquid are horrible and have very few layout options. Maybe change "Specification" to "Spec" and change "Search OpenAPI Initiative Registry" to just "Search". because it does search the whole spec site AFAICT. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @notEthan I truncated "specification" to "spec". It turns out Jekyll/Liquid put whatever the site's title is in the Search box and I have no idea how to turn it off or change it, and I'm way past my Jekyll/Liquid frustration level at this point as they are the absolute worst I've been forced to work with and fill me with rage every time I attempt any improvement. So someone else can deal with that. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What I need to do let me know please thank you |
||
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\ | ||
|
Uh oh!
There was an error while loading. Please reload this page.