docs: add upage usage instructions document

This commit is contained in:
LIlGG
2025-09-28 15:26:44 +08:00
parent f4d6e383ce
commit e6747664c2
17 changed files with 720 additions and 412 deletions

View File

@@ -68,7 +68,7 @@ const config = {
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: '文档',
label: '使用文档',
},
{
href: 'https://github.com/halo-dev/upage',
@@ -116,7 +116,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Halo 社区`,
copyright: `Copyright © ${new Date().getFullYear()} 凌霞软件. Built with Docusaurus.`,
},
prism: {
theme: require('prism-react-renderer').themes.github,