Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jul 5, 2024
1 parent 596b646 commit 14b356d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Card, CardGrid, Icon } from '@astrojs/starlight/components';
Supports Windows/MacOS/Linux.
</Card>
<Card title="Supports multi SDKs" icon="list-format">
Supports more than [60 SDKs and Tools](/starts/sdklist/).
Supports more than [70 SDKs and Tools](/starts/sdklist/).
</Card>
<Card title="Easy to use" icon="list-format">
Built with Terminal UI inspired by lazygit, more intuitive.
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="erlang" href="https://www.erlang.org/" />
<LinkCard title="flutter" href="https://flutter.dev/" />
<LinkCard title="gcc" href="https://gcc.gnu.org/" />
<LinkCard title="gxx(g++)" href="https://gcc.gnu.org/" />
<LinkCard title="gleam" href="https://gleam.run/" />
<LinkCard title="go" href="https://go.dev/" />
<LinkCard title="groovy" href="http://www.groovy-lang.org/" />
Expand Down Expand Up @@ -96,6 +97,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="cmake" href="https://cmake.org/" />
<LinkCard title="ffmpeg" href="https://ffmpeg.org/" />
<LinkCard title="git-for-windows" href="https://git-scm.com/" />
<LinkCard title="gitub-cli" href="https://cli.github.com/" />
<LinkCard title="gsudo" href="https://gerardog.github.io/gsudo/" />
<LinkCard title="kubectl" href="https://kubernetes.io/docs/tasks/tools/" />
<LinkCard title="lazydocker" href="https://github.com/jesseduffield/lazydocker" />
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Card, CardGrid, Icon } from '@astrojs/starlight/components';
支持 Windows/MacOS/Linux.
</Card>
<Card title="支持多种SDK" icon="list-format">
支持[60多种SDK](/zh-cn/starts/sdklist/)和编程工具.
支持[70多种SDK](/zh-cn/starts/sdklist/)和编程工具.
</Card>
<Card title="方便好用" icon="list-format">
受到lazygit启发,内置TUI,使用更符合直觉.
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/zh-cn/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="erlang" href="https://www.erlang.org/" />
<LinkCard title="flutter" href="https://flutter.dev/" />
<LinkCard title="gcc" href="https://gcc.gnu.org/" />
<LinkCard title="gxx(g++)" href="https://gcc.gnu.org/" />
<LinkCard title="gleam" href="https://gleam.run/" />
<LinkCard title="go" href="https://go.dev/" />
<LinkCard title="groovy" href="http://www.groovy-lang.org/" />
Expand Down Expand Up @@ -95,6 +96,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="cmake" href="https://cmake.org/" />
<LinkCard title="ffmpeg" href="https://ffmpeg.org/" />
<LinkCard title="git-for-windows" href="https://git-scm.com/" />
<LinkCard title="gitub-cli" href="https://cli.github.com/" />
<LinkCard title="gsudo" href="https://gerardog.github.io/gsudo/" />
<LinkCard title="kubectl" href="https://kubernetes.io/docs/tasks/tools/" />
<LinkCard title="lazydocker" href="https://github.com/jesseduffield/lazydocker" />
Expand Down

0 comments on commit 14b356d

Please sign in to comment.