Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Aug 28, 2024
1 parent 63ad2f2 commit 55244b1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ Of course. All the SDKs are downloaded from the **official websites**, or **gith
## No list shown?

![show.png](../../../assets/vmr_terminal_size.png)

Just resize your terminal window!

## Creating links failed?

FAT32 and exFAT do not support creating links to directories. You should use NTFs.
4 changes: 3 additions & 1 deletion src/content/docs/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="gleam" href="https://gleam.run/" />
<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="jdk(&graalvm)" 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/" />
<LinkCard title="llvm-mingw" href="https://github.com/mstorsjo/llvm-mingw" />
<LinkCard title="lua" href="https://www.lua.org/" />
<LinkCard title="nim" href="https://nim-lang.org/" />
<LinkCard title="node" href="https://nodejs.org/en" />
Expand Down Expand Up @@ -94,6 +95,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<LinkCard title="acast" href="https://github.com/gvcgo/asciinema" />
<LinkCard title="agg" href="https://github.com/asciinema/agg" />
<LinkCard title="bun" href="https://bazel.build/?hl=en" />
<LinkCard title="cmake" href="https://cmake.org/" />
<LinkCard title="ffmpeg" href="https://ffmpeg.org/" />
<LinkCard title="git-for-windows" href="https://git-scm.com/" />
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/zh-cn/guides/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@ VMR只负责安装,不进行配置。你可以到SDK安装目录(默认是$HOM
## 关于华为鸿蒙不能识别通过VMR安装的Python3.8.10的问题

去看这个[issue](https://github.com/gvcgo/version-manager/issues/75),这与大厂程序的傻瓜检测方式有关,只能曲线补救。

## 创建目录的软链接失败?

FAT32 and exFAT格式的磁盘不支持创建软链接。所以,在Windows下,必须将vmr或者SDK的安装目录放在NTFs格式的磁盘中。
4 changes: 3 additions & 1 deletion src/content/docs/zh-cn/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="gleam" href="https://gleam.run/" />
<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="jdk(&graalvm)" 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/" />
<LinkCard title="llvm-mingw" href="https://github.com/mstorsjo/llvm-mingw" />
<LinkCard title="lua" href="https://www.lua.org/" />
<LinkCard title="nim" href="https://nim-lang.org/" />
<LinkCard title="node" href="https://nodejs.org/en" />
Expand Down Expand Up @@ -93,6 +94,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<CardGrid>
<LinkCard title="acast" href="https://github.com/gvcgo/asciinema" />
<LinkCard title="agg" href="https://github.com/asciinema/agg" />
<LinkCard title="bun" href="https://bazel.build/?hl=en" />
<LinkCard title="cmake" href="https://cmake.org/" />
<LinkCard title="ffmpeg" href="https://ffmpeg.org/" />
<LinkCard title="git-for-windows" href="https://git-scm.com/" />
Expand Down

0 comments on commit 55244b1

Please sign in to comment.