Skip to content

Commit

Permalink
doc: useful sources
Browse files Browse the repository at this point in the history
Closes #390
  • Loading branch information
peter-jerry-ye committed Jan 7, 2025
1 parent 7896bc9 commit 37fe0c1
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
9 changes: 9 additions & 0 deletions next/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ The IDE environment is available at [https://try.moonbitlang.com](https://try.mo

- [Toolchains](./toolchain/index.md): Introduction to all the toolchains making developing MoonBit a unique experience.

**Useful Sources**

- [MoonCakes](https://mooncakes.io): Package registry along with API documents, including:
- [Standard library API](https://mooncakes.io/docs/#/moonbitlang/core/)
- [Experimental library API](https://mooncakes.io/docs/#/moonbitlang/x/)

- [Blogs](https://www.moonbitlang.com/blog/): Big news and updates from the team
- [Updates](https://www.moonbitlang.com/weekly-updates/): Changelogs to language features

```{toctree}
:hidden:
tutorial/index
Expand Down
35 changes: 34 additions & 1 deletion next/locales/zh_CN/LC_MESSAGES/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: MoonBit Document \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-18 11:20+0800\n"
"POT-Creation-Date: 2025-01-07 10:05+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_CN\n"
Expand Down Expand Up @@ -58,3 +58,36 @@ msgid ""
"making developing MoonBit a unique experience."
msgstr "[工具链](./toolchain/index.md): 介绍所有工具链。这些工具使得 MoonBit 的开发成为独特体验。"

#: ../../index.md:15
msgid "**Useful Sources**"
msgstr "**有用的资源**"

#: ../../index.md:17
msgid ""
"[MoonCakes](https://mooncakes.io): Package registry along with API "
"documents, including:"
msgstr ""
"[MoonCakes](https://mooncakes.io): 包管理中心和 API 文档,包括:"

#: ../../index.md:18
msgid "[Standard library API](https://mooncakes.io/docs/#/moonbitlang/core/)"
msgstr "[标准库 API](https://mooncakes.io/docs/#/moonbitlang/core/)"

#: ../../index.md:19
msgid "[Experimental library API](https://mooncakes.io/docs/#/moonbitlang/x/)"
msgstr "[实验性库 API](https://mooncakes.io/docs/#/moonbitlang/x/)"

#: ../../index.md:21
msgid ""
"[Blogs](https://www.moonbitlang.com/blog/): Big news and updates from the"
" team"
msgstr ""
"[博客](https://www.moonbitlang.cn/blog/): 团队的重大新闻和更新"

#: ../../index.md:22
msgid ""
"[Updates](https://www.moonbitlang.com/weekly-updates/): Changelogs to "
"language features"
msgstr ""
"[更新](https://www.moonbitlang.cn/weekly-updates/): 语言特性的变更日志"

0 comments on commit 37fe0c1

Please sign in to comment.