-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate the toml checker to Redocly (https://xrpl.org/xrp-ledger-toml-checker.html) #2274
Conversation
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
Link check report. 553607 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/migrate-toml/ |
1 similar comment
Link check report. 553607 links checked. Preview: https://XRPLF.github.io/xrpl-dev-portal/pr-preview/migrate-toml/ |
9998c28
to
7f51ab4
Compare
2c1f75f
to
86232cd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- To match the location of the other tools, please put it under
resources/dev-tools/
. - Modify the
content/sidebars.yaml
file to add thepage: path/to/file.page.tsx
line. You can skip thehref
line which doesn't actually do anything in my experience. - I think there's some kind of error handling problem going on. Testing it on
mduo13.com
on leads to a blank result (with errors in the console). The tool should display the results especially if parsing the TOML or looking up the accounts didn't go well, since the point of this tool is to detect and point out problems.
1st two are done, 3rd one I could not reproduce unfortunately. |
Approved and merged with the same sidebar-related changes as #2270. |
This migrates this page: https://xrpl.org/xrp-ledger-toml-checker.html
It primarily involves migrating:
xrpl-toml-checker.page.tsx
xrp-ledger-toml-checker.js
iarna-toml-parse.js
xrp-ledger-toml-checker-test.js
)