-
Notifications
You must be signed in to change notification settings - Fork 28
/
redocly.yaml
62 lines (62 loc) · 1.45 KB
/
redocly.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
reunite:
ignoreMarkdocErrors: true
ignoreLinkChecker: true
apis: {}
ignore:
- _*
seo:
siteUrl: https://opensource.ripple.com/
links:
- rel: stylesheet
href: ./static/style.css
- rel: stylesheet
href: ./static/fonts.css
navbar:
items:
- label: Home
page: index.page.tsx
- label: Open Source Projects
page: docs/index.md
footer:
items:
- group: About
items:
- label: Ripple
href: https://ripple.com
external: true
- label: XRPL Overview
href: https://xrpl.org/xrp-ledger-overview.html
external: true
- group: Resources
items:
- label: XRP Ledger Docs
href: https://xrpl.org/docs.html
external: true
- label: Contribute to the XRP Ledger
href: https://xrpl.org/contribute-code.html
external: true
- label: © 2013 - 2024 Ripple, All Rights Reserved.
analytics:
ga:
trackingId: G-S1KBMRJYKS
codeSnippet:
copy:
hide: false
markdown:
partialsFolders:
- snippets
- docs/_snippets
- docs/xls-38d-cross-chain-bridge/snippets
lastUpdatedBlock:
hide: true
editPage:
baseUrl: https://github.com/ripple/opensource.ripple.com/tree/main/
logo:
link: /
srcSet: ./images/ripple-open-source-logo.svg light, ./images/ripple-open-source-logo-darkmode.svg dark
altText: Open Source at Ripple Documentation
navigation:
nextButton:
hide: true
previousButton:
hide: true