Page MenuHomePhabricator

[WEBSITE] Skip the RPC index during navigation
ClosedPublic

Authored by Fabien on Aug 25 2020, 21:51.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB3241d4e37b29: [WEBSITE] Skip the RPC index during navigation
Summary

The actual navigation flow for accessing the RPC documentation is as follow:
1 - RPC documentation2 - Version selection3 - Chose the RPC command from a list (index page)4 - Navigate through the RPC commands (doc page)

The index page at step 3 is not necessary since the documentation page from step 4 already contains a menu with all the commands accessible. It is just easier to jump to the documentation page and let the user select the command from there. That makes one less page with a dedicated layout to maintain for the same number of user clicks. New scheme:
1 - RPC documentation2 - Version selection3 - Navigate through the RPC commands (doc page)

Test Plan

Build and test navigation through RPCs doc

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Aug 25 2020, 21:51
deadalnix requested changes to this revision.Aug 26 2020, 15:27
deadalnix added a subscriber: deadalnix.

I have no idea what problem this is solving. The description needs to be updated.

This revision now requires changes to proceed.Aug 26 2020, 15:27
Fabien planned changes to this revision.Aug 26 2020, 16:01
Fabien edited the summary of this revision. (Show Details)

Improved the summary to better describe the intent.

Fabien requested review of this revision.Aug 26 2020, 16:03
This revision is now accepted and ready to land.Aug 26 2020, 16:44