fix(apidoc): Fixing contrast in api docs

This commit is contained in:
Chris Troutner
2025-11-16 19:40:15 -08:00
parent 12e5143d9a
commit b20a034bc9
3 changed files with 530 additions and 386 deletions
+2 -2
View File
@@ -23,7 +23,7 @@
"test:integration:decatur:abc": "export RESTURL=http://192.168.2.142:3000/v5/ && mocha --timeout 30000 test/integration && mocha --timeout 30000 test/integration/chains/abc/",
"test:integration:temp:bchn": "export RESTURL=http://157.90.174.219:3000/v5/ && mocha --timeout 30000 test/integration/",
"coverage": "nyc --reporter=html mocha --timeout 25000 test/unit/",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs",
"docs": "./node_modules/.bin/apidoc -i src/ -o docs && ./fix-docs-contrast.sh",
"lint": "standard --env mocha --fix"
},
"license": "MIT",
@@ -59,7 +59,7 @@
"wif": "2.0.6"
},
"devDependencies": {
"apidoc": "0.50.5",
"apidoc": "1.2.0",
"assert": "2.1.0",
"c8": "10.1.3",
"chai": "4.1.2",