- Update docs links for all methods.
- Add some missing methods.
- Add an icon for Clio-specific methods.
- Move the long list of ledger_entry examples below other types so those
ones are not as buried.
- Remove unused old JS files.
- Make method list sidebar self-scrolling like docs TOC sidebar, so that
links to methods lower in the list don't scroll the main UI up off the
visible part of the page.
- Fix#2470.
- Fix a broken 'try it' link on the amm_info page that was causing an
error page to display when clicked.
- Change transaction-results/transaction-results/ to not repeat itself,
adding a redirect from the old URL.
- Fix Japanese localization of 'tasks' not being updated to 'how-tos'.
(Translated pages in this subfolder were not being shown as translated
due to the mismatch.)
- Fix unparsed `[base58][]` link in addresses snippet.
For better URLs, the content folder has been renamed 'docs' and all
other files have been moved up a level. Also, non-docs images have been
moved to the static folder at the top level where they belong.
Many relative paths had to be fixed to make this work.