docs: Update documentation for OpenCode Client
Some checks failed
flutter analysis / check (push) Has been cancelled

- Update site title and description
- Add OpenCode integration documentation
- Update installation guides with custom build instructions
- Update quick start guides
- Update building documentation
- Add build status reporting scripts
- Update Chinese translations
This commit is contained in:
2026-04-03 20:06:30 +08:00
parent dd31e01086
commit 9bd3734238
17 changed files with 396 additions and 50 deletions

View File

@@ -6,8 +6,8 @@ import starlight from '@astrojs/starlight';
export default defineConfig({
integrations: [
starlight({
title: 'Server Box',
description: 'A comprehensive cross-platform server management application built with Flutter',
title: 'OpenCode Client',
description: 'A comprehensive cross-platform server management application with OpenCode integration, built with Flutter',
defaultLocale: 'root',
locales: {
root: {
@@ -39,7 +39,7 @@ export default defineConfig({
src: './src/assets/logo.svg',
},
social: [
{ icon: 'github', label: 'GitHub', href: 'https://github.com/lollipopkit/flutter_server_box' },
{ icon: 'github', label: 'GitHub', href: 'https://git.wqyblog.cn/wuqiyang312/flutter_opencode_client' },
],
sidebar: [
{