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.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project
build-configurations.py build-docs
Verify the output
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- doc-index-layout
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 12304 Build 24810: Build Diff build-without-wallet · build-clang-tidy · build-clang-10 · build-diff Build 24809: arc lint + arc unit
Event Timeline
Comment Actions
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.
Comment Actions
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.