mirror of
https://github.com/pezkuwichain/pezkuwi-fellows.git
synced 2026-04-22 02:07:57 +00:00
Reorder RFCs in the mdBook (#65)
Reorder RFCs in the mdBook as suggested [here](https://github.com/polkadot-fellows/RFCs/pull/60#issuecomment-1883013694). cc @wirednkod
This commit is contained in:
@@ -24,15 +24,15 @@ module.exports = async ({github, context}) => {
|
||||
}
|
||||
}
|
||||
|
||||
fs.appendFileSync(summaryPath, "\n---\n\n# Approved\n\n")
|
||||
appendRfcsToSummary("mdbook/src/approved/")
|
||||
|
||||
fs.appendFileSync(summaryPath, "\n---\n\n# Newly Proposed\n\n")
|
||||
appendRfcsToSummary("mdbook/src/new/")
|
||||
|
||||
fs.appendFileSync(summaryPath, "\n---\n\n# Proposed\n\n")
|
||||
appendRfcsToSummary("mdbook/src/proposed/")
|
||||
|
||||
fs.appendFileSync(summaryPath, "\n---\n\n# Approved\n\n")
|
||||
appendRfcsToSummary("mdbook/src/approved/")
|
||||
|
||||
fs.appendFileSync(summaryPath, "\n---\n\n# Stale\n\n")
|
||||
appendRfcsToSummary("mdbook/src/stale/")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user