mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
[CLEANUP] rename e2g -> gateway guide
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
$(".flatdoc-content").empty();
|
$(".flatdoc-content").empty();
|
||||||
$(".content-root .menubar .menu").empty();
|
$(".content-root .menubar .menu").empty();
|
||||||
Flatdoc.run({
|
Flatdoc.run({
|
||||||
fetcher: Flatdoc.file('content/exchange_to_gateway.md')
|
fetcher: Flatdoc.file('content/gateway_guide.md')
|
||||||
});
|
});
|
||||||
$(document).on('flatdoc:ready', function() {
|
$(document).on('flatdoc:ready', function() {
|
||||||
$().multicode_tabs();
|
$().multicode_tabs();
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Gateway Guide",
|
"name": "Gateway Guide",
|
||||||
"md":"exchange_to_gateway.md",
|
"md":"gateway_guide.md",
|
||||||
"html":"gateway_guide.html"
|
"html":"gateway_guide.html"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
0
tool/parse_pages.py
Normal file → Executable file
0
tool/parse_pages.py
Normal file → Executable file
Reference in New Issue
Block a user