Add basic Redocly config

This commit is contained in:
Roman Hotsiy
2023-10-02 23:13:27 +08:00
committed by mDuo13
parent 6852d58bc3
commit f6be0f0956
5 changed files with 231 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "xrpl-dev-portal",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "The XRP Ledger Dev Portal is the authoritative source for XRP Ledger documentation, including the `rippled` server, client libraries, and other open-source XRP Ledger software.",
"scripts": {
"start": "portal develop -d content"
},
"keywords": [],
"license": "MIT",
"dependencies": {
"@redocly/portal": "^0.43.1"
},
"devDependencies": {
"htmltojsx": "^0.3.0"
}
}