{"id":27354049,"url":"https://github.com/open-llm-vtuber/open-llm-vtuber.github.io","last_synced_at":"2025-10-28T22:17:31.522Z","repository":{"id":251296225,"uuid":"836974766","full_name":"Open-LLM-VTuber/open-llm-vtuber.github.io","owner":"Open-LLM-VTuber","description":"Documentation for Open-LLM-VTuber.","archived":false,"fork":false,"pushed_at":"2025-04-08T22:23:02.000Z","size":53356,"stargazers_count":5,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T23:25:00.868Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.llmvtuber.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Open-LLM-VTuber.png","metadata":{"files":{"readme":"README.CN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-02T00:32:36.000Z","updated_at":"2025-04-04T07:45:45.000Z","dependencies_parsed_at":"2024-12-06T20:30:00.559Z","dependency_job_id":"9b46514c-7e8c-416c-9e54-4b59106171cd","html_url":"https://github.com/Open-LLM-VTuber/open-llm-vtuber.github.io","commit_stats":null,"previous_names":["t41372/open-llm-vtuber-docs","open-llm-vtuber/open-llm-vtuber-docs","open-llm-vtuber/open-llm-vtuber.github.io"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-LLM-VTuber%2Fopen-llm-vtuber.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-LLM-VTuber%2Fopen-llm-vtuber.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-LLM-VTuber%2Fopen-llm-vtuber.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Open-LLM-VTuber%2Fopen-llm-vtuber.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Open-LLM-VTuber","download_url":"https://codeload.github.com/Open-LLM-VTuber/open-llm-vtuber.github.io/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248636924,"owners_count":21137527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-12T21:34:07.120Z","updated_at":"2025-10-28T22:17:31.516Z","avatar_url":"https://github.com/Open-LLM-VTuber.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open-LLM-VTuber 文档网站\n\n[![English Documentation](https://img.shields.io/badge/Documentation-English-blue.svg)](README.md)\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/Open-LLM-VTuber/open-llm-vtuber.github.io)\n\n本仓库包含 [Open-LLM-VTuber](https://github.com/Open-LLM-VTuber) 项目的文档网站源代码。\n\n**网站地址**：\n- [open-llm-vtuber.github.io](https://open-llm-vtuber.github.io/)\n- [docs.llmvtuber.com](https://docs.llmvtuber.com/)\n\n本文档主要使用简体中文编写，并提供英文翻译。\n\n## 关于本网站\n\n本网站使用 [Docusaurus](https://docusaurus.io/) 构建，这是一个现代化的静态网站生成器，专为快速简便地创建文档网站而设计。\n\n## 参与文档贡献\n\n我们欢迎您对文档进行改进！以下是贡献方法：\n\n### 快速更改\n\n对于小更改，您可以直接在 GitHub 上编辑文件并提交拉取请求，无需设置本地开发环境。\n\n### 进行大型贡献\n\n对于更广泛的更改，请按照以下步骤操作：\n\n#### 1. 设置本地开发环境\n\n```bash\n# 克隆仓库\ngit clone https://github.com/Open-LLM-VTuber/open-llm-vtuber.github.io.git\ncd open-llm-vtuber.github.io\n\n# 安装依赖\nyarn\n# 或使用 npm\nnpm install\n\n# 启动开发服务器\nyarn start\n# 或使用 npm\nnpm run start\n```\n\n这将启动本地开发服务器并打开浏览器窗口。大多数更改无需重启服务器即可实时反映。\n\n#### 2. 进行更改\n\n- 文档页面位于 `docs` 文件夹（中文主要版本）\n- 英文翻译位于 `i18n/en/docusaurus-plugin-content-docs/current`\n- 使用任何页面底部的\"编辑此页面\"按钮找到要编辑的确切文件\n\n#### 3. 预览您的更改\n\n- 本地服务器默认显示中文站点\n- 要预览英文站点：`yarn start --locale en`\n- 注意：语言切换器仅在部署版本中工作\n\n#### 4. 提交拉取请求 (Pull Request, PR)\n\n- 创建描述性的 PR 标题和说明\n- 确保 PR 中的所有更改都是有意为之的\n- 如果可能，请在两种语言（中文和英文）中进行更改\n\n如果您不熟悉创建 PR 但想要做出贡献，可以开一个 issue 附上您想要进行的更改。我们有些许可能会帮你实现那些修改。\n\n## 感谢\n\n我们感谢所有对改进 Open-LLM-VTuber 文档的贡献！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-llm-vtuber%2Fopen-llm-vtuber.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-llm-vtuber%2Fopen-llm-vtuber.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-llm-vtuber%2Fopen-llm-vtuber.github.io/lists"}