Skip to content

Commit

Permalink
📝 docs: Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Dec 15, 2023
1 parent c295aaf commit 9ff9aba
Show file tree
Hide file tree
Showing 21 changed files with 97 additions and 96 deletions.
2 changes: 1 addition & 1 deletion docs/Deployment/Environment-Variable.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LobeChat Environment Variables
# Environment Variables

LobeChat provides additional configuration options during deployment, which can be set using environment variables

Expand Down
2 changes: 1 addition & 1 deletion docs/Deployment/Environment-Variable.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LobeChat 环境变量
# 环境变量

LobeChat 在部署时提供了一些额外的配置项,使用环境变量进行设置

Expand Down
2 changes: 1 addition & 1 deletion docs/Deployment/Upstream-Sync.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintaining Updates with LobeChat Self-Deployment
# Upstream Sync

If you have deployed your own project following the one-click deployment steps in the README, you might encounter constant prompts indicating "updates available". This is because Vercel defaults to creating a new project instead of forking this one, resulting in an inability to accurately detect updates. We suggest you redeploy using the following steps:

Expand Down
2 changes: 1 addition & 1 deletion docs/Deployment/Upstream-Sync.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LobeChat 自部署保持更新
# 自部署保持更新

如果你根据 README 中的一键部署步骤部署了自己的项目,你可能会发现总是被提示 “有可用更新”。这是因为 Vercel 默认为你创建新项目而非 fork 本项目,这将导致无法准确检测更新。我们建议按照以下步骤重新部署:

Expand Down
52 changes: 26 additions & 26 deletions docs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,56 +14,56 @@ LobeChat is a open-source, extensible ([Function Calling][fc-url]), high-perform

<!-- DOCS LIST -->

### 🤯 LobeChat Usage
### 🤯 Usage

- [Custom Agents Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents) | [自定义助手指南](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents)
- [Topic Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics) | [话题指南](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics)
- [Custom Agents Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents) | [自定义助手指南](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents.zh-CN)
- [Topic Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics) | [话题指南](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics.zh-CN)

---
<br/>

### 🛳 Self Hosting
### 🛳 Self-Hosting

- [Data Statistics](https://github.com/lobehub/lobe-chat/wiki/Analytics) | [数据统计](https://github.com/lobehub/lobe-chat/wiki/Analytics)
- [Deploying with Azure OpenAI](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI) | [使用 Azure OpenAI 部署](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI)
- [Docker Deployment Guide](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment) | [Docker 部署指引](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment)
- [LobeChat Environment Variables](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable) | [LobeChat 环境变量](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable)
- [Maintaining Updates with LobeChat Self-Deployment](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync) | [LobeChat 自部署保持更新](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync)
- [Data Statistics](https://github.com/lobehub/lobe-chat/wiki/Analytics) | [数据统计](https://github.com/lobehub/lobe-chat/wiki/Analytics.zh-CN)
- [Deploying with Azure OpenAI](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI) | [使用 Azure OpenAI 部署](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI.zh-CN)
- [Docker Deployment Guide](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment) | [Docker 部署指引](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment.zh-CN)
- [Environment Variables](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable) | [环境变量](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable.zh-CN)
- [Upstream Sync](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync) | [自部署保持更新](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync.zh-CN)

---
<br/>

### ⌨️ Development

- [Technical Development Getting Started Guide](https://github.com/lobehub/lobe-chat/wiki/index) | [技术开发上手指南](https://github.com/lobehub/lobe-chat/wiki/index)
- [Architecture Design](https://github.com/lobehub/lobe-chat/wiki/Architecture) | [架构设计](https://github.com/lobehub/lobe-chat/wiki/Architecture)
- [Conversation API Implementation Logic](https://github.com/lobehub/lobe-chat/wiki/Chat-API) | [会话 API 实现逻辑](https://github.com/lobehub/lobe-chat/wiki/Chat-API)
- [Data Store Selector](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors) | [数据存储取数模块](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors)
- [Directory Structure](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure) | [目录架构](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure)
- [Environment Setup Guide](https://github.com/lobehub/lobe-chat/wiki/Steup-Development) | [环境设置指南](https://github.com/lobehub/lobe-chat/wiki/Steup-Development)
- [How to Develop a New Feature](https://github.com/lobehub/lobe-chat/wiki/Feature-Development) | [如何开发一个新功能](https://github.com/lobehub/lobe-chat/wiki/Feature-Development)
- [Resources and References](https://github.com/lobehub/lobe-chat/wiki/Resources) | [资源与参考](https://github.com/lobehub/lobe-chat/wiki/Resources)
- [Testing Guide](https://github.com/lobehub/lobe-chat/wiki/Test) | [测试指南](https://github.com/lobehub/lobe-chat/wiki/Test)
- [Technical Development Getting Started Guide](https://github.com/lobehub/lobe-chat/wiki/index) | [技术开发上手指南](https://github.com/lobehub/lobe-chat/wiki/index.zh-CN)
- [Architecture Design](https://github.com/lobehub/lobe-chat/wiki/Architecture) | [架构设计](https://github.com/lobehub/lobe-chat/wiki/Architecture.zh-CN)
- [Conversation API Implementation Logic](https://github.com/lobehub/lobe-chat/wiki/Chat-API) | [会话 API 实现逻辑](https://github.com/lobehub/lobe-chat/wiki/Chat-API.zh-CN)
- [Data Store Selector](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors) | [数据存储取数模块](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors.zh-CN)
- [Directory Structure](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure) | [目录架构](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure.zh-CN)
- [Environment Setup Guide](https://github.com/lobehub/lobe-chat/wiki/Steup-Development) | [环境设置指南](https://github.com/lobehub/lobe-chat/wiki/Steup-Development.zh-CN)
- [How to Develop a New Feature](https://github.com/lobehub/lobe-chat/wiki/Feature-Development) | [如何开发一个新功能](https://github.com/lobehub/lobe-chat/wiki/Feature-Development.zh-CN)
- [Resources and References](https://github.com/lobehub/lobe-chat/wiki/Resources) | [资源与参考](https://github.com/lobehub/lobe-chat/wiki/Resources.zh-CN)
- [Testing Guide](https://github.com/lobehub/lobe-chat/wiki/Test) | [测试指南](https://github.com/lobehub/lobe-chat/wiki/Test.zh-CN)

---
<br/>

### 🤖 Agents

- [Agent Index and Submit](https://github.com/lobehub/lobe-chat-agents) | [助手索引与提交](https://github.com/lobehub/lobe-chat-agents/blob/main/README.zh-CN.md)

---
<br/>

### 🧩 Plugins

- [LobeChat Plugin Development](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) | [LobeChat 插件开发](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development)
- [Plugin Development Guide](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) | [插件开发指南](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development.zh-CN)
- [Plugin Index and Submit](https://github.com/lobehub/lobe-chat-plugins) | [插件索引与提交](https://github.com/lobehub/lobe-chat-plugins/blob/main/README.zh-CN.md)
- [Plugin SDK Docs](https://chat-plugin-sdk.lobehub.com) | [插件 SDK 文档](https://chat-plugin-sdk.lobehub.com)

---
<br/>

### 📊 Others

- [Lighthouse Reports](https://github.com/lobehub/lobe-chat/wiki/Lighthouse) | [Lighthouse 测试报告](https://github.com/lobehub/lobe-chat/wiki/Lighthouse)
- [Lighthouse Reports](https://github.com/lobehub/lobe-chat/wiki/Lighthouse) | [Lighthouse 测试报告](https://github.com/lobehub/lobe-chat/wiki/Lighthouse.zh-CN)

---
<br/>

<!-- DOCS LIST -->

Expand Down
2 changes: 1 addition & 1 deletion docs/Plugins/Plugin-Development.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LobeChat Plugin Development
# Plugin Development Guide

#### TOC

Expand Down
2 changes: 1 addition & 1 deletion docs/Plugins/Plugin-Development.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LobeChat 插件开发
# 插件开发指南

#### TOC

Expand Down
40 changes: 20 additions & 20 deletions docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@

<!-- DOCS LIST -->

#### 🤯 LobeChat Usage
#### 🤯 Usage

- [Custom Agents Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents) | [中文](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents)
- [Topic Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics) | [中文](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics)
- [Custom Agents Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents) | [中文](https://github.com/lobehub/lobe-chat/wiki/Usage-Agents.zh-CN)
- [Topic Guide](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics) | [中文](https://github.com/lobehub/lobe-chat/wiki/Usage-Topics.zh-CN)

#### 🛳 Self Hosting
#### 🛳 Self-Hosting

- [Data Statistics](https://github.com/lobehub/lobe-chat/wiki/Analytics) | [中文](https://github.com/lobehub/lobe-chat/wiki/Analytics)
- [Deploying with Azure OpenAI](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI) | [中文](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI)
- [Docker Deployment Guide](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment) | [中文](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment)
- [LobeChat Environment Variables](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable) | [中文](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable)
- [Maintaining Updates with LobeChat Self-Deployment](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync) | [中文](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync)
- [Data Statistics](https://github.com/lobehub/lobe-chat/wiki/Analytics) | [中文](https://github.com/lobehub/lobe-chat/wiki/Analytics.zh-CN)
- [Deploying with Azure OpenAI](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI) | [中文](https://github.com/lobehub/lobe-chat/wiki/Deploy-with-Azure-OpenAI.zh-CN)
- [Docker Deployment Guide](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment) | [中文](https://github.com/lobehub/lobe-chat/wiki/Docker-Deployment.zh-CN)
- [Environment Variables](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable) | [中文](https://github.com/lobehub/lobe-chat/wiki/Environment-Variable.zh-CN)
- [Upstream Sync](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync) | [中文](https://github.com/lobehub/lobe-chat/wiki/Upstream-Sync.zh-CN)

#### ⌨️ Development

- [Technical Development Getting Started Guide](https://github.com/lobehub/lobe-chat/wiki/index) | [中文](https://github.com/lobehub/lobe-chat/wiki/index)
- [Architecture Design](https://github.com/lobehub/lobe-chat/wiki/Architecture) | [中文](https://github.com/lobehub/lobe-chat/wiki/Architecture)
- [Conversation API Implementation Logic](https://github.com/lobehub/lobe-chat/wiki/Chat-API) | [中文](https://github.com/lobehub/lobe-chat/wiki/Chat-API)
- [Data Store Selector](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors) | [中文](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors)
- [Directory Structure](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure) | [中文](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure)
- [Environment Setup Guide](https://github.com/lobehub/lobe-chat/wiki/Steup-Development) | [中文](https://github.com/lobehub/lobe-chat/wiki/Steup-Development)
- [How to Develop a New Feature](https://github.com/lobehub/lobe-chat/wiki/Feature-Development) | [中文](https://github.com/lobehub/lobe-chat/wiki/Feature-Development)
- [Resources and References](https://github.com/lobehub/lobe-chat/wiki/Resources) | [中文](https://github.com/lobehub/lobe-chat/wiki/Resources)
- [Testing Guide](https://github.com/lobehub/lobe-chat/wiki/Test) | [中文](https://github.com/lobehub/lobe-chat/wiki/Test)
- [Technical Development Getting Started Guide](https://github.com/lobehub/lobe-chat/wiki/index) | [中文](https://github.com/lobehub/lobe-chat/wiki/index.zh-CN)
- [Architecture Design](https://github.com/lobehub/lobe-chat/wiki/Architecture) | [中文](https://github.com/lobehub/lobe-chat/wiki/Architecture.zh-CN)
- [Conversation API Implementation Logic](https://github.com/lobehub/lobe-chat/wiki/Chat-API) | [中文](https://github.com/lobehub/lobe-chat/wiki/Chat-API.zh-CN)
- [Data Store Selector](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors) | [中文](https://github.com/lobehub/lobe-chat/wiki/Data-Store-Selectors.zh-CN)
- [Directory Structure](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure) | [中文](https://github.com/lobehub/lobe-chat/wiki/Folder-Structure.zh-CN)
- [Environment Setup Guide](https://github.com/lobehub/lobe-chat/wiki/Steup-Development) | [中文](https://github.com/lobehub/lobe-chat/wiki/Steup-Development.zh-CN)
- [How to Develop a New Feature](https://github.com/lobehub/lobe-chat/wiki/Feature-Development) | [中文](https://github.com/lobehub/lobe-chat/wiki/Feature-Development.zh-CN)
- [Resources and References](https://github.com/lobehub/lobe-chat/wiki/Resources) | [中文](https://github.com/lobehub/lobe-chat/wiki/Resources.zh-CN)
- [Testing Guide](https://github.com/lobehub/lobe-chat/wiki/Test) | [中文](https://github.com/lobehub/lobe-chat/wiki/Test.zh-CN)

#### 🤖 Agents

- [Agent Index and Submit](https://github.com/lobehub/lobe-chat-agents) | [中文](https://github.com/lobehub/lobe-chat-agents/blob/main/README.zh-CN.md)

#### 🧩 Plugins

- [LobeChat Plugin Development](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) | [中文](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development)
- [Plugin Development Guide](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development) | [中文](https://github.com/lobehub/lobe-chat/wiki/Plugin-Development.zh-CN)
- [Plugin Index and Submit](https://github.com/lobehub/lobe-chat-plugins) | [中文](https://github.com/lobehub/lobe-chat-plugins/blob/main/README.zh-CN.md)
- [Plugin SDK Docs](https://chat-plugin-sdk.lobehub.com) | [中文](https://chat-plugin-sdk.lobehub.com)

#### 📊 Others

- [Lighthouse Reports](https://github.com/lobehub/lobe-chat/wiki/Lighthouse) | [中文](https://github.com/lobehub/lobe-chat/wiki/Lighthouse)
- [Lighthouse Reports](https://github.com/lobehub/lobe-chat/wiki/Lighthouse) | [中文](https://github.com/lobehub/lobe-chat/wiki/Lighthouse.zh-CN)

<!-- DOCS LIST -->

Expand Down
24 changes: 12 additions & 12 deletions locales/en_US/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
"appInitializing": "LobeChat is initializing, please wait...",
"archive": "Archive",
"autoGenerate": "Auto Generate",
"autoGenerateTooltip": "Auto-generate assistant description based on prompts",
"autoGenerateTooltip": "Auto-generate agent description based on prompts",
"cancel": "Cancel",
"changelog": "Changelog",
"close": "Close",
"confirmRemoveSessionItemAlert": "You are about to delete this assistant. Once deleted, it cannot be recovered. Please confirm your action.",
"confirmRemoveSessionItemAlert": "You are about to delete this agent. Once deleted, it cannot be recovered. Please confirm your action.",
"copy": "Copy",
"copySuccess": "Copied successfully",
"defaultAgent": "Default Assistant",
"defaultSession": "Default Assistant",
"defaultAgent": "Default Agent",
"defaultSession": "Default Agent",
"delete": "Delete",
"edit": "Edit",
"export": "Export Configuration",
"exportType": {
"agent": "Export Assistant Settings",
"agentWithMessage": "Export Assistant and Messages",
"all": "Export Global Settings and All Assistant Data",
"allAgent": "Export All Assistant Settings",
"allAgentWithMessage": "Export All Assistants and Messages",
"agent": "Export Agent Settings",
"agentWithMessage": "Export Agent and Messages",
"all": "Export Global Settings and All Agent Data",
"allAgent": "Export All Agent Settings",
"allAgentWithMessage": "Export All Agents and Messages",
"globalSetting": "Export Global Settings"
},
"feedback": "Feedback",
Expand All @@ -42,7 +42,7 @@
"added": "Imported successfully",
"errors": "Import errors",
"messages": "Messages",
"sessions": "Assistants",
"sessions": "Agents",
"skips": "Duplicates skipped",
"topics": "Topics",
"type": "Data Type"
Expand Down Expand Up @@ -82,8 +82,8 @@
"temp": "Temporary",
"updateAgent": "Update Agent Information",
"upgradeVersion": {
"action": "Upgrade Now",
"hasNew": "New update available",
"newVersion": "New version available: {{version}}"
"newVersion": "New version available: {{version}}",
"action": "Upgrade"
}
}
26 changes: 13 additions & 13 deletions locales/fr_FR/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"advanceSettings": "Paramètres avancés",
"agentMaxToken": "Longueur maximale de la session",
"agentModel": "Modèle",
"agentProfile": "Profil de l'assistant",
"agentProfile": "Profil de l'agent",
"appInitializing": "LobeChat est en cours de démarrage, veuillez patienter...",
"archive": "Archiver",
"autoGenerate": "Générer automatiquement",
"autoGenerateTooltip": "Générer automatiquement la description de l'assistant basée sur les suggestions",
"autoGenerateTooltip": "Générer automatiquement la description de l'agent basée sur les suggestions",
"cancel": "Annuler",
"changelog": "Journal des modifications",
"close": "Fermer",
"confirmRemoveSessionItemAlert": "Vous êtes sur le point de supprimer cet assistant. Une fois supprimé, il ne pourra pas être récupéré. Veuillez confirmer votre action.",
"confirmRemoveSessionItemAlert": "Vous êtes sur le point de supprimer cet agent. Une fois supprimé, il ne pourra pas être récupéré. Veuillez confirmer votre action.",
"copy": "Copier",
"copySuccess": "Copie réussie",
"defaultAgent": "Assistant par défaut",
"defaultAgent": "Agent par défaut",
"defaultSession": "Session par défaut",
"delete": "Supprimer",
"edit": "Modifier",
"export": "Exporter",
"exportType": {
"agent": "Exporter les paramètres de l'assistant",
"agentWithMessage": "Exporter l'assistant et les messages",
"all": "Exporter les paramètres globaux et toutes les données des assistants",
"allAgent": "Exporter tous les paramètres de l'assistant",
"allAgentWithMessage": "Exporter tous les assistants et les messages",
"agent": "Exporter les paramètres de l'agent",
"agentWithMessage": "Exporter l'agent et les messages",
"all": "Exporter les paramètres globaux et toutes les données des agents",
"allAgent": "Exporter tous les paramètres de l'agent",
"allAgentWithMessage": "Exporter tous les agents et les messages",
"globalSetting": "Exporter les paramètres globaux"
},
"feedback": "Retour d'information et suggestions",
Expand All @@ -42,7 +42,7 @@
"added": "Importation réussie",
"errors": "Erreurs d'importation",
"messages": "Messages",
"sessions": "Assistants",
"sessions": "Agents",
"skips": "Éléments ignorés en double",
"topics": "Sujets",
"type": "Type de données"
Expand Down Expand Up @@ -80,10 +80,10 @@
"setting": "Paramètre"
},
"temp": "Temporaire",
"updateAgent": "Mettre à jour les informations de l'assistant",
"updateAgent": "Mettre à jour les informations de l'agent",
"upgradeVersion": {
"action": "Mettre à jour maintenant",
"hasNew": "Nouvelle mise à jour disponible",
"newVersion": "Nouvelle version disponible : {{version}}"
"newVersion": "Nouvelle version disponible : {{version}}",
"action": "Mettre à jour"
}
}
4 changes: 2 additions & 2 deletions locales/ja_JP/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"temp": "一時的",
"updateAgent": "エージェント情報を更新",
"upgradeVersion": {
"action": "今すぐアップグレード",
"hasNew": "利用可能な更新があります",
"newVersion": "新しいバージョンが利用可能です:{{version}}"
"newVersion": "新しいバージョンが利用可能です:{{version}}",
"action": "アップグレード"
}
}
Loading

0 comments on commit 9ff9aba

Please sign in to comment.