Page MenuHomePhabricator

Add layout to RPC doc template
AbandonedPublic

Authored by jasonbcox on Aug 4 2020, 19:05.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Summary

This allows us to define Jekyll layouts for the doc indices,
which makes generating the list of groups + commands very easy on the
website side.

Test Plan
build-configurations.py build-docs

Verify the output

Diff Detail

Repository
rABC Bitcoin ABC
Branch
doc-index-layout
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12304
Build 24810: Build Diffbuild-without-wallet · build-clang-tidy · build-clang-10 · build-diff
Build 24809: arc lint + arc unit

Event Timeline

deadalnix requested changes to this revision.Aug 4 2020, 22:16
deadalnix added a subscriber: deadalnix.

The description doesn't make it clear why this is needed. In any case, this sounds like a violation of SRP, as this is baking jekyll related stuff in there.

This revision now requires changes to proceed.Aug 4 2020, 22:16

While true, at first glance it appeared this was a necessary evil because I couldn't find a way to generate a set of pages from one template. As it turns out, Jekyll does support generators, so this patch isn't necessary.