-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathredocly.yaml
55 lines (54 loc) · 1.24 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
apis: {}
ignore:
- _*
seo:
siteUrl: https://opensource.ripple.com/
redirects:
$ref: redirects.yaml
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/about
external: true
- group: Resources
items:
- label: XRP Ledger Docs
href: https://xrpl.org/docs/
external: true
- label: Contribute to the XRP Ledger
href: https://xrpl.org/resources/contribute-code
external: true
- label: © 2013 - 2025 Ripple, All Rights Reserved.
analytics:
ga:
trackingId: G-S1KBMRJYKS
codeSnippet:
copy:
hide: false
markdown:
partialsFolders:
- docs/_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