HomePhabricator

Fix permalink in top-level doc index

Description

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

Reviewers: #bitcoin_abc, majcosta

Reviewed By: #bitcoin_abc, majcosta

Differential Revision: https://reviews.bitcoinabc.org/D7179

Details

Provenance
jasonbcoxAuthored on Aug 10 2020, 16:16
jasonbcoxPushed on Aug 11 2020, 16:10
Reviewer
Restricted Project
Differential Revision
D7179: Fix permalink in top-level doc index
Parents
rABCWEB5340b6e1a269: Fix top-level index links to RPC docs
Branches
Unknown
Tags
Unknown