Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
moqsien committed Sep 18, 2024
1 parent 05fd587 commit bc1ce03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/content/docs/starts/sdklist.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<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="goplus(go+)" href="https://goplus.org/" />
<LinkCard title="groovy" href="http://www.groovy-lang.org/" />
<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="moonbit(moon)" href="https://www.moonbitlang.com/" />
<LinkCard title="nim" href="https://nim-lang.org/" />
<LinkCard title="node" href="https://nodejs.org/en" />
<LinkCard title="odin" href="http://odin-lang.org/" />
Expand Down
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 @@ -22,13 +22,15 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<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="goplus(go+)" href="https://goplus.org/" />
<LinkCard title="groovy" href="http://www.groovy-lang.org/" />
<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="moonbit(moon)" href="https://www.moonbitlang.com/" />
<LinkCard title="nim" href="https://nim-lang.org/" />
<LinkCard title="node" href="https://nodejs.org/en" />
<LinkCard title="odin" href="http://odin-lang.org/" />
Expand All @@ -40,7 +42,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard title="ruby" href="https://www.ruby-lang.org/en/" />
<LinkCard title="rust" href="https://www.rust-lang.org/" />
<LinkCard title="scala" href="https://www.scala-lang.org/" />
<LinkCard title="typst" href="https://typst.app/" />
<LinkCard title="typst" href="https://typst.app/" />
<LinkCard title="v" href="https://vlang.io/" />
<LinkCard title="zig" href="https://ziglang.org/" />
</CardGrid>
Expand Down

0 comments on commit bc1ce03

Please sign in to comment.