mirror of
https://github.com/pezkuwichain/pezkuwi-fellows.git
synced 2026-04-22 03:18:01 +00:00
f94ab697e5
- Closes https://github.com/polkadot-fellows/RFCs/issues/53 - Preview available [here](https://paritytech.github.io/RFCs/).  --- ### What it does - The workflow gathers the source markdown files of RFCs - approved ones, and proposed ones (from open PRs). - The proposed RFCs are separated into new (<7 days since PR created) and stale (>30 days since PR updated). - The RFCs are extended with a table of contents, and a link to the source. - The RFCs are build into a web page using [mdBook](https://github.com/rust-lang/mdBook). - The built web page gets pushed to `gh-pages` branch - to be published in Github Pages. - The workflow is triggered on merge to `main`, and periodically once a day.
24 lines
459 B
TOML
24 lines
459 B
TOML
[book]
|
|
title = "Polkadot Fellowship RFCs"
|
|
description = "An online book of RFCs approved or proposed within the Polkadot Fellowship."
|
|
src = "src"
|
|
|
|
[build]
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
additional-css = ["theme/polkadot.css"]
|
|
default-theme = "polkadot"
|
|
preferred-dark-theme = "polkadot"
|
|
copy-fonts = true
|
|
no-section-label = true
|
|
|
|
[output.html.font]
|
|
enable = true
|
|
woff = true
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|
|
max-level = 3
|