Skip to content

Commit

Permalink
docs: update changelog (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 authored Jul 26, 2024
1 parent e7f57a9 commit a2d8b3d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion frontend/app/src/pages/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

Latest updates and announcements.

## July 22nd, 2024 - Refactor core from JavaScript to Python
## Jyly 25th, 2024 - Enable deployment with Docker Compose

- **Deployment:**
- Added support for deploying the application using Docker Compose.
- Updated the deployment instructions in the README.
- **Enable update chat engine config via UI.**

## July 22nd, 2024 - Refactor RAG core engine from JavaScript to Python

- **Core Enhancements:**
- Refactor the core from JavaScript to Python.
Expand Down
10 changes: 5 additions & 5 deletions frontend/app/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ let themeConfig: DocsThemeConfig = {
project: {
link: 'https://github.com/pingcap/tidb.ai',
},
chat: {
link: 'https://tidb.ai/discord',
},
// chat: {
// link: 'https://tidb.ai/discord',
// },
navbar: {
extraContent: (
<>
Expand Down Expand Up @@ -42,8 +42,8 @@ let themeConfig: DocsThemeConfig = {
<a
style={{ padding: '0.5rem' }}
target="_blank"
href="https://tidb.cloud"
aria-label="TiDB Cloud"
href="https://pingcap.com/ai?utm_source=tidb.ai&utm_medium=navbar"
aria-label="TiDB Vector"
rel="nofollow noreferrer"
>
<svg
Expand Down

0 comments on commit a2d8b3d

Please sign in to comment.