Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Jun 28, 2024
1 parent 99d7993 commit fda5735
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 8 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,22 @@ hero:
icon: github
---

## Who is VMR for?

- Multi-Language Programmers
- Lazy Worms
- Those always up for something new

import { Card, CardGrid, Icon } from '@astrojs/starlight/components';

## Features

<CardGrid stagger>
<CardGrid>
<Card title="Cross-platform" icon="list-format">
Supports Windows/MacOS/Linux.
</Card>
<Card title="Supports multi SDKs" icon="list-format">
Supports more than 60 SDKs and Tools.
Supports more than [60 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: 0 additions & 2 deletions src/content/docs/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="go" href="https://go.dev/" />
<LinkCard title="groovy" href="http://www.groovy-lang.org/" />
<LinkCard title="jdk" href="https://bell-sw.com/pages/downloads/" />


<LinkCard title="julia" href="https://julialang.org/" />
<LinkCard title="kotlin" href="https://kotlinlang.org/" />
<LinkCard title="lfortran" href="https://lfortran.org/" />
Expand Down
10 changes: 8 additions & 2 deletions src/content/docs/zh-cn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,22 @@ hero:
icon: github
---

## 什么人比较适合用VMR?

- 多语言程序员
- 懒人
- 喜欢折腾新玩意的人

import { Card, CardGrid, Icon } from '@astrojs/starlight/components';

## 功能特点

<CardGrid stagger>
<CardGrid>
<Card title="跨平台" icon="list-format">
支持 Windows/MacOS/Linux.
</Card>
<Card title="支持多种SDK" icon="list-format">
支持60多种SDK和编程工具.
支持[60多种SDK](/zh-cn/starts/sdklist/)和编程工具.
</Card>
<Card title="方便好用" icon="list-format">
受到lazygit启发,内置TUI,使用更符合直觉.
Expand Down

0 comments on commit fda5735

Please sign in to comment.