This is a temporary measure so that the RPC docs are easy to navigate until
proper indexing pages are created. This allows us to easily test and deploy RPC
documentation on various routes under /doc/ without needing to update configs.
A simple redeploy will suffice.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCWEBb059f4bf972f: Add autoindexing for /doc route
cp ~/projects/bitcoin-abc/abc-ci-builds/build-docs/doc . make container make run
Visit http://127.0.0.1:8080/doc/ in a browser and navigate.
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I don't quite get it, since D7052 updated the generated extension there is no html anymore in the RPC docs ?
Comment Actions
bitcoinabc.org is a Jekyll website and able to compile markdown to HTML. We build the website with the RPC doc markdown files and end up with HTML pages that use the same styling as the rest of the site.