This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 101
/
siteConfig.yaml
55 lines (51 loc) · 1.55 KB
/
siteConfig.yaml
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
meta:
title: Redocly Training
description: The best API documentation generator ever.
siteUrl: https://developer-portal-starter.redoc.ly
keywords: redocly developer portal, api portal starter, api reference docs
lang: en-US
linkChecker:
severity: warning
options:
CheckExternal: false
logo:
image: ./images/logo.png
altText: Redocly Training
toc:
enable: true
oasDefinitions:
petstore: ./openapi/petstore.yaml
# add links to definitions in our API registry by using a fully qualified URL.
stylesheets:
- https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap
- https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
#analytics:
# ga:
# note that GA doesn't work in the development environment
# trackingId: UA-45997213-1
#scripts:
# - ./static/intercom.js
nav:
- label: Training exercises
page: developer-portal/index.md
- label: External docs
icon: ./images/redocly-icon-white.png
href: https://redoc.ly/docs/developer-portal/introduction/
- search: true
footer:
copyrightText: Copyright © Redocly 2019-2021. All right reserved.
columns:
- group: Legal
items:
- label: Terms of Use
href: 'https://redoc.ly/subscription-agreement/'
- label: Privacy Notice
href: 'https://redoc.ly/privacy-notice/'
- label: Cookie Notice
href: 'https://redoc.ly/cookie-notice/'
- group: Support
items:
- label: FAQ
page: faq.md
- label: Contact us
page: contact.mdx