Part of IA and Redocly migration work. Create simple .md files to
represent the automatic index pages that previously only existed in
the dactyl-config.yml file. (The code used to do this is also part
of the commit but is, hopefully, no longer needed.)
The new folder will be compatible with both Dactyl and Redocly when it
comes to loading the Japanese translation for a given page.
Snippets are not moved for now because importing them would require
more complex changes to the actual Markdown pages, and wouldn't be
cross-compatible anyway (Redocly uses slightly different 'partial'
rather than 'include' syntax.)
When running against rippled locally, `ServerState.transitions` appears to be a string, and the documentation says it should be a string, so this PR updates the example to use a string instead of a number for that field. (I believe it used to be a number, but at some point changed)
* Add words from new features such as NFTs to the spell checker
* Add more proper nouns and general purpose words
* Add more proper nouns and general purpose words
* Update to use backticks
* Update proper nouns and generic words
* Fix style for words based on style checker report
* Style/spelling fixes
* Fix links broken by style/spelling updates
* More edits for style
* Finish updates to get style checker to pass
Co-authored-by: mDuo13 <mduo13@gmail.com>
- Add reporting mode specific fields
- Mark peers field as omitted from reporting mode
- Fix "external" gRPC link in server modes page
- Update "Configure gRPC" tutorial to better reflect current status of
gRPC in rippled
This commit fixes#1446.
* Update response fields
* Fix typo
* initial draft for nft_info command
* update request and response formats
* Incorporate review feedback
* Updated source URL and desc for is_burned
* Incorporate review feedback
* Incorporate additional review comments
* Incorporate peer edit comments
* Moving nft_info to new section
* Rename section to Clio methods
* Update dactyl-config.yml
Co-authored-by: Rome Reginelli <rome@ripple.com>
* Update content/references/http-websocket-apis/public-api-methods/clio-methods/nft_info.md
Co-authored-by: Rome Reginelli <rome@ripple.com>
* Update warning message location in the response as per code changes (#1462)
* Update warning level change in API response
* Move Clio APIs under one heading in the nav
* Update dactyl config file to group all Clio methods under one heading
* Fix file paths
* remove Clio from the nav title
* Add badge to note the version when this API was added
Co-authored-by: Rome Reginelli <rome@ripple.com>