Top nav: fix JP, add public rippled methods

This commit is contained in:
mDuo13
2021-07-01 16:52:28 -07:00
parent 27983468fb
commit 999627fade
11 changed files with 42 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4,6 +4,7 @@ parent: introduction.html
blurb: XRP Ledgerのコンセンサスメカニズムについて基本的な理解を深めましょう。
labels:
- ブロックチェーン
top_nav_grouping: 人気ページ
---
# コンセンサスについて

View File

@@ -5,6 +5,7 @@ blurb: XRP Ledgerアカウントでは、レジャーデータ内のスパムを
labels:
- 手数料
- アカウント
top_nav_grouping: 人気ページ
---
# 準備金

View File

@@ -4,6 +4,8 @@ parent: rippled-api.html
blurb: パブリックAPIメソッドを使用して、rippledサーバーと直接通信します。
labels:
- コアサーバー
top_nav_grouping: 人気ページ
top_nav_name: APIのメソッド
---
# rippledのパブリックメソッド

View File

@@ -2,6 +2,8 @@
html: public-rippled-methods.html
parent: rippled-api.html
blurb: Get data from the XRP Ledger and submit transactions using these public API methods.
top_nav_name: API Methods
top_nav_grouping: Popular Pages
labels:
- Core Server
---

View File

@@ -5,6 +5,9 @@ blurb: XRP Ledgerの操作に使用できるAPIとライブラリを使い始め
cta_text: 開始しよう
labels:
- 開発
top_nav_name: HTTP / WebSocket
top_nav_grouping: Get Started
showcase_icon: assets/img/logos/globe.svg
---
# HTTP / WebSocket APIの使用開始

View File

@@ -2,6 +2,8 @@
html: get-started-using-node-js.html
parent: get-started.html
blurb: XRP Ledgerに照会するエントリーレベルのJavaScriptアプリケーションを構築します。
top_nav_name: JavaScript
top_nav_grouping: Get Started
labels:
- 開発
showcase_icon: assets/img/logos/javascript.svg

View File

@@ -9,6 +9,7 @@ filters:
labels:
- 支払い
- XRP
top_nav_grouping: 人気ページ
---
# XRPの送金

View File

@@ -5,6 +5,8 @@ blurb: サーバーがコンセンサスレジャーで投票できるように
labels:
- コアサーバー
- ブロックチェーン
top_nav_grouping: 人気ページ
top_nav_name: UNLに参加しよう
---
# バリデータとしてのrippledの実行

View File

@@ -323,6 +323,7 @@ pages:
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- intro-to-consensus.html
- public-rippled-methods.html
top_nav_hero_image: assets/img/icons/docs.svg
popular_pages: #TODO: find a way so this isn't a partial duplicate of top_nav_shortcuts?
- send-xrp.html
@@ -330,6 +331,7 @@ pages:
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- intro-to-consensus.html
- public-rippled-methods.html
blurb: Dive into XRP Ledger technology and start integrating.
filters:
- labels
@@ -344,10 +346,18 @@ pages:
top_nav_level: 1
top_nav_name: ドキュメント
top_nav_shortcuts:
# Programming Languages
- get-started-using-python.html
- get-started-using-node-js.html
- get-started-using-java.html
- get-started-using-http-websocket-apis.html
# Popular pages
- send-xrp.html
- reserves.html
- xrp-testnet-faucet.html
- run-rippled-as-a-validator.html
- intro-to-consensus.html
- public-rippled-methods.html
top_nav_hero_image: assets/img/icons/docs.svg
popular_pages: #TODO: find a way so this isn't a partial duplicate of top_nav_shortcuts?
- send-xrp.html
@@ -3687,6 +3697,13 @@ pages:
top_nav_grouping: Popular Pages
targets:
- en
- name: XRP Faucets
html: xrp-testnet-faucet.html
parent: dev-tools.html
template: page-xrp-faucets.html.jinja
top_nav_grouping: 人気ページ
targets:
- ja
# Redirect from old URL
@@ -3733,12 +3750,13 @@ pages:
- en
# TODO: translate blurb & contents
- name: コミュニティー
- name: 貢献する
html: contribute.html
parent: index.html
template: page-community.html.jinja
sidebar: disabled
blurb: The XRP Ledger (XRPL) is a community-driven public blockchain ledger. Heres how you can get involved.
blurb: Join the conversation
top_nav_name: コミュニティー
top_nav_hero_image: assets/img/icons/contribute.svg
targets:
- ja

View File

@@ -112,6 +112,7 @@
}
.col-for-popular-pages,
.col-for-人気ページ,
.col-for-questions {
background-color: $gray-800;
}
@@ -206,7 +207,8 @@
grid-row: 1;
grid-column: 1 / 4;
}
#dropdown-hero-for-documentation {
#dropdown-hero-for-documentation,
#dropdown-hero-for-ドキュメント {
grid-column: 1 / 3;
}
@@ -239,7 +241,8 @@
grid-column: 2;
grid-row: 2 / 4;
}
.col-for-popular-pages {
.col-for-popular-pages,
.col-for-人気ページ {
grid-column: 3;
grid-row: 1 / 3;
margin: -40px -40px -40px 0;
@@ -395,7 +398,8 @@
grid-row: 2 / 4;
padding-bottom: 32px;
}
.col-for-popular-pages {
.col-for-popular-pages,
.col-for-人気ページ {
grid-column: 1 / 3;
grid-row: 4;
margin: -1px;