Add app publishing guide (#510)

This commit is contained in:
Ryan Wang
2025-09-05 18:16:50 +08:00
committed by GitHub
parent 0accb42606
commit 1234d6c717
8 changed files with 293 additions and 177 deletions

View File

@@ -123,7 +123,6 @@
"developer-guide/plugin/introduction",
"developer-guide/plugin/prepare",
"developer-guide/plugin/hello-world",
"developer-guide/plugin/publish",
{
"type": "category",
"label": "基础",
@@ -392,6 +391,14 @@
]
},
"developer-guide/form-schema",
"developer-guide/annotations-form"
"developer-guide/annotations-form",
{
"type": "category",
"label": "附录",
"link": {
"type": "generated-index"
},
"items": ["developer-guide/appendix/publish-app"]
}
]
}