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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user