refactor(docs): consolidate stage-0 into stage-1 and update routing

- Update homepage links in zh-cn and zh-tw to point to stage-1
- Update internal navigation links within stage-1 index files
- Remove obsolete github-pages-deployment document
- Update sitemap generation script to reflect stage-0 removal
This commit is contained in:
sanbuphy
2026-04-02 13:48:55 +08:00
parent c74849757e
commit 80609bf277
983 changed files with 1902 additions and 2246 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ function main() {
}
function getPriority(filePath) {
if (filePath.includes('stage-0') || filePath.includes('stage-1')) return 0.9
if (filePath.includes('stage-1')) return 0.9
if (filePath.includes('stage-2')) return 0.8
if (filePath.includes('stage-3')) return 0.8
if (filePath.includes('appendix')) return 0.7