feat: 引入 Wiki 文档镜像流程 (#1)

This commit is contained in:
QiuSW
2026-08-07 23:57:13 +08:00
parent 1337b5c894
commit b08a919fd7
13 changed files with 859 additions and 92 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"schema_version": 1,
"gitea_url": "http://ilaer.eicp.net:8418",
"owner": "opc",
"repository": "dev_harness",
"mappings": [
{
"page": "Home",
"path": "docs/README.md"
},
{
"page": "Project-Profile",
"path": "docs/00-project-profile.md"
},
{
"page": "Development-Workflow",
"path": "docs/01-workflow.md"
},
{
"page": "Task-Archive-Template",
"path": "docs/templates/task-archive.md"
}
]
}