generated from Redocly/developer-portal-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
siteConfig.yaml
48 lines (44 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
meta:
title: Redocly Training
description: The best API documentation generator ever.
siteUrl: https://portal-demo.redoc.ly
keywords: redocly developer portal, api portal starter, api reference docs
logo: ./images/logo.png
enableToc: true
oasDefinitions:
multiVersion: https://api.redoc.ly/registry/ellucian/persons_courses/V1/bundle/master/openapi.yaml
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=Roboto:300,400,600,700
- https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap
#ga:
# you can use any options here from https://www.gatsbyjs.org/packages/gatsby-plugin-google-analytics/
# note that GA doesn't work in DEV
# 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://docs.redoc.ly/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-policy/'
- label: Cookie Notice
href: 'https://redoc.ly/privacy-policy/'
- group: Support
items:
- label: FAQ
page: faq.md
- label: Contact us
page: contact.mdx