-
Notifications
You must be signed in to change notification settings - Fork 9.1k
/
Copy path_config.yml
67 lines (67 loc) · 1.8 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# 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: false
hidden: 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"
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/gh-pages/\">https://github.com/OAI/OpenAPI-Specification/</a>."