-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathredocly.yaml
74 lines (74 loc) · 1.74 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
63
64
65
66
67
68
69
70
71
72
73
74
reunite:
ignoreMarkdocErrors: true
ignoreLinkChecker: true
apis: {}
ignore:
- _*
links:
- rel: stylesheet
href: ./@theme/fonts.css
navbar:
items:
- label: Users
page: pages/users/index.md
linkedSidebars:
- pages/users/sidebars.yaml
- label: Developers
page: pages/developers/index.md
linkedSidebars:
- pages/developers/sidebars.yaml
- label: Operators
page: pages/operators/index.md
linkedSidebars:
- pages/operators/sidebars.yaml
- label: Bridge
page: pages/bridge/index.md
linkedSidebars:
- pages/bridge/sidebars.yaml
# - label: Core
# page: pages/core/index.md
# linkedSidebars:
# - pages/core/sidebars.yaml
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 - 2023 Ripple, All Rights Reserved.
search:
hide: false
analytics:
ga:
trackingId: G-S1KBMRJYKS
codeSnippet:
copy:
hide: false
markdown:
partialsFolders:
- snippets
lastUpdatedBlock:
hide: true
editPage:
baseUrl: https://github.com/ripple/docs.xrplevm.org/tree/main/
logo:
link: /
srcSet: "./images/xrpl-evm-black.svg light, ./images/xrpl-evm-white.svg dark"
altText: XRPL EVM Documentation
navigation:
nextButton:
hide: true
previousButton:
hide: true