mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-30 00:25:49 +00:00
Re-levelization: move non-docs content, rename content→docs
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
This commit is contained in:
13
@i18n/ja/docs/tutorials/tasks/index.md
Normal file
13
@i18n/ja/docs/tutorials/tasks/index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
html: tasks.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# タスク
|
||||
|
||||
XRP Ledgerの代表的なタスクです。
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
html: manage-account-settings.html
|
||||
parent: tasks.html
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# アカウントの設定の利用
|
||||
|
||||
XRP Ledgerアカウントを設定して、思い通りの支払いをしましょう。
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
html: use-specialized-payment-types.html
|
||||
parent: tasks.html
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# 専門的な支払いタイプの使用
|
||||
|
||||
EscrowやPayment Channelなどの高度な機能を使用して、XRP Ledgerでスマートアプリケーションを構築しましょう。
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
html: use-escrows.html
|
||||
parent: use-specialized-payment-types.html
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# Escrowの使用
|
||||
|
||||
XRP Ledgerは、一定時間の経過後か暗号条件が満たされた場合にのみ実行されるEscrowをサポートします。Escrowが送金できるのはXRPのみで、トークンは送金できません。
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
12
@i18n/ja/docs/tutorials/tasks/use-tokens/index.md
Normal file
12
@i18n/ja/docs/tutorials/tasks/use-tokens/index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
html: use-tokens.html
|
||||
parent: tasks.html
|
||||
metadata:
|
||||
indexPage: true
|
||||
---
|
||||
# トークンの利用
|
||||
|
||||
XRP Ledgerでトークン(代替型やそれ以外)を発行し、取引しましょう
|
||||
|
||||
|
||||
{% child-pages /%}
|
||||
Reference in New Issue
Block a user