mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 20:25:51 +00:00
Add md files for auto index pages
Part of IA and Redocly migration work. Create simple .md files to represent the automatic index pages that previously only existed in the dactyl-config.yml file. (The code used to do this is also part of the commit but is, hopefully, no longer needed.)
This commit is contained in:
8
content/@i18n/ja/tutorials/javascript/index.md
Normal file
8
content/@i18n/ja/tutorials/javascript/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: javascript.html
|
||||
parent: tutorials.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScript
|
||||
JavaScriptでのXRPLチュートリアルです。
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: modular-tutorials-in-javascript.html
|
||||
parent: javascript.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScriptのモジュール形式チュートリアル
|
||||
JavaScriptによるモジュール式XRPLチュートリアルです。
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
html: nfts-using-javascript.html
|
||||
parent: modular-tutorials-in-javascript.html
|
||||
top_nav_grouping: カテゴリ
|
||||
template: pagetype-category.html.jinja
|
||||
---
|
||||
# JavaScriptを使ったNFT
|
||||
XRP Ledger上でNFTのミントと販売を行います。
|
||||
Reference in New Issue
Block a user