D7131 was only tested with make serve which runs a Jekyll
development server. This server has additional routing rules which
makes the top-level index work as expected. However, in production we
render the entire site to static files and the routing breaks. This is
due to an incorrect permalink, which is fixed by this patch.
Details
Details
- Reviewers
majcosta - Group Reviewers
Restricted Project - Commits
- rABCWEB7e4711cc515c: Fix permalink in top-level doc index
make container make run
Navigate to http://localhost:8080/doc/ and verify the page loads as expected
Diff Detail
Diff Detail
- Repository
- rABCWEB Bitcoin ABC Website
- Lint
Lint Not Applicable - Unit
Tests Not Applicable