-
Notifications
You must be signed in to change notification settings - Fork 67
/
_config.yml
19 lines (19 loc) · 963 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#theme: just-the-docs
remote_theme: just-the-docs/just-the-docs
title: OpenAPI Documentation
description: For API designers and writers wishing formalize their API in an OpenAPI Description document.
baseurl: /
logo: "/assets/images/OpenAPI_Logo_Pantone-1.png"
footer_content: "\xA9 2023 OpenAPI Initiative. <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\
><img alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/80x15.png\"\
\ /></a><br />This work is licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"\
>Creative Commons Attribution 4.0 International License</a>. The documentation is\
\ maintained in <a href=\"https://github.com/OAI/learn.openapis.org/\">https://github.com/OAI/learn.openapis.org/</a>."
color_scheme: oai
highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-remote-theme
exclude:
- README.md
- CONTRIBUTING.md