docs: Update documentation for OpenCode Client
Some checks failed
flutter analysis / check (push) Has been cancelled
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:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user