Page MenuHomePhabricator

Fix permalink in top-level doc index
ClosedPublic

Authored by jasonbcox on Aug 10 2020, 16:18.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCWEB7e4711cc515c: Fix permalink in top-level doc index
Summary

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.

Test Plan
make container
make run

Navigate to http://localhost:8080/doc/ and verify the page loads as expected

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Lint
Lint Not Applicable
Unit
Tests Not Applicable