mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 06:35:51 +00:00
Fix Redocly build
This commit is contained in:
@@ -7,7 +7,7 @@ top_nav_grouping: 概要
|
||||
sidebar: disabled
|
||||
labels:
|
||||
- ブロックチェーン
|
||||
template: page-faq2.html.jinja
|
||||
#template: page-faq2.html.jinja
|
||||
filters:
|
||||
- faq
|
||||
name: よくある質問
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
html: xrp-api.html
|
||||
parent: references.html
|
||||
blurb: XRP LedgerにRESTライクのインターフェイスを提供するAPIサーバ
|
||||
template: pagetype-redirect.html.jinja
|
||||
#template: pagetype-redirect.html.jinja
|
||||
redirect_url: https://xpring-eng.github.io/xrp-api/
|
||||
nav_omit: true
|
||||
filters:
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function CodeSamples() {
|
||||
<div className="position-relative d-none-sm">
|
||||
<img
|
||||
alt="default-alt-text"
|
||||
src={require('./static/img/backgrounds/xrpl-overview-orange.svg')}
|
||||
src={require('./img/backgrounds/xrpl-overview-orange.svg')}
|
||||
id="xrpl-overview-orange"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@ top_nav_grouping: About
|
||||
sidebar: disabled
|
||||
labels:
|
||||
- Blockchain
|
||||
template: page-faq2.html.jinja
|
||||
#template: page-faq2.html.jinja
|
||||
filters:
|
||||
- faq
|
||||
name: FAQ
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
html: privacy-policy.html
|
||||
parent: xrp-ledger-overview.html
|
||||
blurb:
|
||||
blurb:
|
||||
subtitle: Privacy Policy
|
||||
top_nav_grouping: About
|
||||
template: page-privacy-policy.html.jinja
|
||||
#template: page-privacy-policy.html.jinja
|
||||
name: Privacy Policy
|
||||
---
|
||||
# XRPL.org Privacy Policy
|
||||
|
||||
@@ -20,7 +20,7 @@ theme:
|
||||
rel: stylesheet
|
||||
- href: https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400,600,700&display=swap
|
||||
rel: stylesheet
|
||||
- href: ./static/css/devportal2022-v25.css
|
||||
- href: ./static/css/devportal2024-v1.css
|
||||
rel: stylesheet
|
||||
- href: ./static/css/font-awesome.min.css
|
||||
rel: stylesheet
|
||||
@@ -97,4 +97,4 @@ theme:
|
||||
# openapi:
|
||||
# all openapi docs options
|
||||
# graphql:
|
||||
# all graphql docs options
|
||||
# all graphql docs options
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
html: xrp-api.html
|
||||
parent: references.html
|
||||
blurb: An API server that provides a REST-like interface to the XRP Ledger.
|
||||
template: pagetype-redirect.html.jinja
|
||||
#template: pagetype-redirect.html.jinja
|
||||
redirect_url: https://xpring-eng.github.io/xrp-api/
|
||||
nav_omit: true
|
||||
filters:
|
||||
|
||||
@@ -109,7 +109,7 @@ export default function XrpOverview() {
|
||||
<div className="position-relative">
|
||||
<img
|
||||
alt="default-alt-text"
|
||||
src={require("./static/img/backgrounds/xrp-overview-blue.svg")}
|
||||
src={require("./img/backgrounds/xrp-overview-blue.svg")}
|
||||
className="landing-bg"
|
||||
id="xrp-overview-blue"
|
||||
/>
|
||||
@@ -253,7 +253,7 @@ export default function XrpOverview() {
|
||||
<div className="mt-10 p-10 br-8 cta-card position-relative">
|
||||
<img
|
||||
alt="default-alt-text"
|
||||
src={require("./static/img/backgrounds/cta-xrp-overview-magenta.svg")}
|
||||
src={require("./img/backgrounds/cta-xrp-overview-magenta.svg")}
|
||||
className="cta cta-bottom-right"
|
||||
/>
|
||||
<div className="z-index-1 position-relative">
|
||||
@@ -326,7 +326,7 @@ export default function XrpOverview() {
|
||||
<div className="mt-10 p-10 br-8 cta-card position-relative">
|
||||
<img
|
||||
alt="default-alt-text"
|
||||
src={require("./static/img/backgrounds/cta-xrp-overview-green-2.svg")}
|
||||
src={require("./img/backgrounds/cta-xrp-overview-green-2.svg")}
|
||||
className="landing-bg cta cta-bottom-right"
|
||||
/>
|
||||
<div className="z-index-1 position-relative">
|
||||
@@ -340,7 +340,7 @@ export default function XrpOverview() {
|
||||
<img
|
||||
id="xrp-mark-overview"
|
||||
className="mw-100 invertible-img mr-2"
|
||||
src={require("../img/logos/xrp-mark.svg")}
|
||||
src={require("./img/logos/xrp-mark.svg")}
|
||||
alt="XRP Logo Mark"
|
||||
/>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user