Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/okisdev/ChatChat
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 4, 2024
2 parents a774512 + 1267428 commit 6dec6ee
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

COPY package.json pnpm-lock.yaml ./

RUN npm i -g pnpm@8.15.7
RUN npm i -g pnpm@latest
RUN pnpm install

COPY . .
Expand All @@ -21,7 +21,7 @@ COPY --from=base /app/public ./public
COPY --from=base /app/node_modules ./node_modules
COPY --from=base /app/next.config.mjs ./next.config.mjs

RUN npm i -g pnpm@8.15.7
RUN npm i -g pnpm@latest

EXPOSE 3000

Expand Down
6 changes: 3 additions & 3 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</p>

<p align='center'>
<a href='https://docs.okis.dev/chat/intro' target='_blank'>
<a href='https://docs.okis.dev/docs/chat' target='_blank'>
ドキュメント
</a>
</p>
Expand All @@ -29,15 +29,15 @@ https://github.com/okisdev/ChatChat/assets/66008528/f8d943d5-77c9-479b-9d5f-1e77

## 使用方法

[ドキュメント](https://docs.okis.dev/chat/intro)
[ドキュメント](https://docs.okis.dev/docs/chat)

## デプロイメント

[![Vercelでデプロイ](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/okisdev/ChatChat)

[![Railwayでデプロイ](https://railway.app/button.svg)](https://railway.app/template/-WWW5r)

詳細なデプロイ方法は[ドキュメント](https://docs.okis.dev/chat/intro)にて
詳細なデプロイ方法は[ドキュメント](https://docs.okis.dev/docs/chat)にて

## ライセンス

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</p>

<p align='center'>
<a href='https://docs.okis.dev/chat/intro' target='_blank'>
<a href='https://docs.okis.dev/docs/chat' target='_blank'>
Documentation
</a>
</p>
Expand All @@ -29,15 +29,15 @@ https://github.com/okisdev/ChatChat/assets/66008528/f8d943d5-77c9-479b-9d5f-1e77

## Usage

[docs](https://docs.okis.dev/chat/intro)
[docs](https://docs.okis.dev/docs/chat)

## Deployment

[![Deployed in Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/okisdev/ChatChat)

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/-WWW5r)

more deployment methods in [docs](https://docs.okis.dev/chat/intro)
more deployment methods in [docs](https://docs.okis.dev/docs/chat)

## LICENSE

Expand Down
6 changes: 3 additions & 3 deletions README.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</p>

<p align='center'>
<a href='https://docs.okis.dev/chat/intro' target='_blank'>
<a href='https://docs.okis.dev/docs/chat' target='_blank'>
文档
</a>
</p>
Expand All @@ -29,15 +29,15 @@ https://github.com/okisdev/ChatChat/assets/66008528/f8d943d5-77c9-479b-9d5f-1e77

## 使用方式

[文档](https://docs.okis.dev/chat/intro)
[文档](https://docs.okis.dev/docs/chat)

## 部署

[![在Vercel中部署](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/okisdev/ChatChat)

[![在Railway上部署](https://railway.app/button.svg)](https://railway.app/template/-WWW5r)

更多部署方法见[文档](https://docs.okis.dev/chat/intro)
更多部署方法见[文档](https://docs.okis.dev/docs/chat)

## 许可证

Expand Down
6 changes: 3 additions & 3 deletions README.zh_HK.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</p>

<p align='center'>
<a href='https://docs.okis.dev/chat/intro' target='_blank'>
<a href='https://docs.okis.dev/docs/chat' target='_blank'>
文件
</a>
</p>
Expand All @@ -29,15 +29,15 @@ https://github.com/okisdev/ChatChat/assets/66008528/f8d943d5-77c9-479b-9d5f-1e77

## 使用方式

[文件](https://docs.okis.dev/chat/intro)
[文件](https://docs.okis.dev/docs/chat)

## 部署

[![在 Vercel 中部署](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/okisdev/ChatChat)

[![在 Railway 上部署](https://railway.app/button.svg)](https://railway.app/template/-WWW5r)

更多部署方法在[文件](https://docs.okis.dev/chat/intro)
更多部署方法在[文件](https://docs.okis.dev/docs/chat)

## 許可證

Expand Down
2 changes: 1 addition & 1 deletion components/layout/version-badge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const VersionBadge = () => {
<div className='flex w-full flex-col space-y-1 text-xs'>
<div className='flex justify-between'>
<Link
href='https://docs.okis.dev/chat/intro'
href='https://docs.okis.dev/docs/chat'
target='_blank'
className='inline-flex items-center space-x-1 rounded px-1 py-0.5 transition duration-200 ease-in-out hover:bg-gray-200 dark:hover:bg-neutral-600'
>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-chat",
"version": "0.1.6",
"version": "0.1.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down Expand Up @@ -79,4 +79,4 @@
"typescript": "^5.4.5",
"webpack": "^5.91.0"
}
}
}

0 comments on commit 6dec6ee

Please sign in to comment.