-
Notifications
You must be signed in to change notification settings - Fork 25
/
siteConfig.yaml
91 lines (82 loc) · 3.24 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
meta:
title: Unstoppable Domains Developer Portal
description: The developer documentation portal and API reference for Unstoppable Domains.
siteUrl: https://docs.unstoppabledomains.com
keywords: unstoppable domains developer portal, api reference docs
lang: en-US
logo:
image: ./static/images/logo.png
altText: UD Developer Docs Logo
toc:
enable: true
linkChecker:
severity: warning
options:
CheckExternal: false
oasDefinitions:
partner-v2: https://api.redocly.com/registry/bundle/unstoppable-domains/Partner%20API/v2/openapi.yaml?branch=master
partner-v3: https://api.redocly.com/registry/bundle/unstoppable-domains/Partner%20API/v3/openapi.yaml?branch=main
profile-v1: https://api.redocly.com/registry/bundle/unstoppable-domains/Profile%20API/v1/openapi.yaml?branch=main
login-unstoppable: https://api.redocly.com/registry/bundle/unstoppable-domains/Login%20API/v1/openapi.yaml
resolution: https://api.redocly.com/registry/bundle/unstoppable-domains/Resolution%20API/v1/openapi.yaml?branch=main
messaging-v1: https://api.redocly.com/registry/bundle/unstoppable-domains/Messaging%20API/v1/openapi.yaml?branch=main
registry: https://api.redocly.com/registry/bundle/unstoppable-domains/Registry%20API/v1/openapi.yaml?branch=main
metadata: https://api.redocly.com/registry/bundle/unstoppable-domains/Metadata%20API/v1/openapi.yaml?branch=main
# add links to definitions in our API registry by using a fully qualified URL.
stylesheets:
- ./static/css/main.css
- 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:
head: false
trackingId: UA-120492152-2
heap:
appId: 467845969
enableonDevMode: true
scripts:
- ./static/scripts/etlb.js
- ./static/scripts/fd-widget.js
- https://widget.freshworks.com/widgets/48000002701.js
- https://embed.typeform.com/next/embed.js
editPage:
baseUrl: https://github.com/unstoppabledomains/dev-docs/blob/main/
text: Edit this page
icon: static/images/github-mark-32px.png
nav:
- label: Get Started
page: getting-started/index.md
- label: Guides
page: /guides.mdx
- label: Use Cases
page: /use-cases/index.mdx
- label: API Reference
page: openapi/resolution.page.yaml
- label: Contribute
page: contribute/unstoppable-quests.md
- search: true
footer:
copyrightText: Copyright © 2022 Unstoppable Domains Inc. All rights reserved.
columns:
- group: Legal
items:
- label: Terms of Use
href: 'https://unstoppabledomains.com/terms'
- label: Privacy Notice
href: 'https://unstoppabledomains.com/privacy-policy'
- group: Community
items:
- label: Twitter
href: 'https://twitter.com/unstoppableweb'
- label: Facebook
href: 'https://www.facebook.com/unstoppableweb/'
- group: Resources
items:
- label: Medium
href: 'https://medium.com/unstoppabledomains'
- label: Podcast
href: 'https://the-unstoppable-podcast.simplecast.com/'
- label: Youtube
href: 'https://www.youtube.com/c/unstoppabledomains'
- label: Github
href: 'https://github.com/unstoppabledomains'