mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-21 12:15:50 +00:00
Add JS README.md
This commit is contained in:
@@ -12,12 +12,12 @@ showcase_icon: assets/img/logos/javascript.svg
|
||||
filesets=[
|
||||
{
|
||||
"files": ["/_code-samples/get-started/js/get-acct-info.js"],
|
||||
"downloadAssociatedFiles": ["/_code-samples/get-started/js/package.json", "/_code-samples/get-started/js/get-acct-info.js"],
|
||||
"downloadAssociatedFiles": ["/_code-samples/get-started/js/package.json", "/_code-samples/get-started/js/get-acct-info.js", "/_code-samples/get-started/js/README.md"],
|
||||
"when": { "environment": "Node" }
|
||||
},
|
||||
{
|
||||
"files": ["/_code-samples/get-started/js/index.html"],
|
||||
"downloadAssociatedFiles": ["/_code-samples/get-started/js/index.html"],
|
||||
"downloadAssociatedFiles": ["/_code-samples/get-started/js/index.html", "/_code-samples/get-started/js/README.md"],
|
||||
"when": { "environment": "Web" }
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user