mirror of
https://github.com/github/spec-kit.git
synced 2026-07-03 20:36:23 +08:00
* docs: document evolving specs in existing projects * docs: reframe evolving specs guide around persistence models * docs: address evolving specs guide feedback * docs: address evolving specs review feedback * docs: require explicit integration in evolving specs update command --------- Co-authored-by: root <kinsonnee@gmail.com>
82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
|
"build": {
|
|
"content": [
|
|
{
|
|
"files": [
|
|
"*.md",
|
|
"toc.yml",
|
|
"community/*.md",
|
|
"concepts/*.md",
|
|
"guides/*.md",
|
|
"reference/*.md",
|
|
"install/*.md"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"../README.md",
|
|
"../CONTRIBUTING.md",
|
|
"../CODE_OF_CONDUCT.md",
|
|
"../SECURITY.md",
|
|
"../SUPPORT.md"
|
|
],
|
|
"dest": "."
|
|
}
|
|
],
|
|
"resource": [
|
|
{
|
|
"files": [
|
|
"images/**"
|
|
]
|
|
},
|
|
{
|
|
"files": [
|
|
"../media/**"
|
|
],
|
|
"dest": "media"
|
|
}
|
|
],
|
|
"overwrite": [
|
|
{
|
|
"files": [
|
|
"apidoc/**.md"
|
|
],
|
|
"exclude": [
|
|
"obj/**",
|
|
"_site/**"
|
|
]
|
|
}
|
|
],
|
|
"dest": "_site",
|
|
"globalMetadataFiles": [],
|
|
"fileMetadataFiles": [],
|
|
"template": [
|
|
"default",
|
|
"modern",
|
|
"template"
|
|
],
|
|
"postProcessors": [],
|
|
"markdownEngineName": "markdig",
|
|
"noLangKeyword": false,
|
|
"keepFileLink": false,
|
|
"cleanupCacheHistory": false,
|
|
"disableGitFeatures": false,
|
|
"globalMetadata": {
|
|
"_appTitle": "Spec Kit Documentation",
|
|
"_appName": "Spec Kit",
|
|
"_appFooter": "Spec Kit - A specification-driven development toolkit",
|
|
"_enableSearch": true,
|
|
"_disableContribution": false,
|
|
"_gitContribute": {
|
|
"repo": "https://github.com/github/spec-kit",
|
|
"branch": "main"
|
|
}
|
|
},
|
|
"fileMetadata": {
|
|
"_layout": {
|
|
"index.md": "landing"
|
|
}
|
|
}
|
|
}
|
|
}
|