chore: Changelog update
This commit is contained in:
parent
4b9706886d
commit
6d011f1eae
4 changed files with 14 additions and 5 deletions
|
@ -31,13 +31,15 @@ const subpages = [
|
|||
'needs'
|
||||
]
|
||||
|
||||
const patternDocsPage = pattern => `
|
||||
const patternDocsPage = pattern => `---
|
||||
---
|
||||
|
||||
<PatternDocs pattern='${pattern}' />
|
||||
|
||||
`
|
||||
const fixme = `
|
||||
const fixme = `---
|
||||
---
|
||||
|
||||
<Fixme>
|
||||
|
||||
This documentation page is yet to be written.
|
||||
|
@ -65,7 +67,9 @@ const patternDocsSubPage = (pattern, sub) => {
|
|||
}
|
||||
}
|
||||
|
||||
const optionDocsPage = (pattern, option) => "---\n\n" +
|
||||
const optionDocsPage = (pattern, option) => `---
|
||||
title: ` + i18n.strings.en[`options.${pattern}.${option}.title`] +
|
||||
"\n---\n\n" +
|
||||
i18n.strings.en[`options.${pattern}.${option}.description`] + "\n"
|
||||
|
||||
const present = folder => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue