https://github.com/moonbitlang/moonbit-docs
The docs of MoonBit programming language
https://github.com/moonbitlang/moonbit-docs
programming-language
Last synced: 2 months ago
JSON representation
The docs of MoonBit programming language
- Host: GitHub
- URL: https://github.com/moonbitlang/moonbit-docs
- Owner: moonbitlang
- License: other
- Created: 2023-04-14T08:24:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T09:23:48.000Z (3 months ago)
- Last Synced: 2025-02-05T10:23:40.854Z (3 months ago)
- Topics: programming-language
- Language: MoonBit
- Homepage: https://docs.moonbitlang.com
- Size: 10.6 MB
- Stars: 1,367
- Watchers: 23
- Forks: 59
- Open Issues: 36
-
Metadata Files:
- Readme: README-zh.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MoonBit 文档网站
此存储库托管了 MoonBit 的文档网站 [docs.moonbitlang.com](https://docs.moonbitlang.com)。
打开 `document.code-workspace` 以获得更好的开发体验。可以从终端面板中的 `+` 号选择命令运行,或在命令面板中运行 `Tasks: Run Build Task`。
## 布局
- `legacy/examples` : 一些 MoonBit 的小示例。
- `next` : 基于 Sphinx 的当前文档,托管在 readthedocs 上。查看 [README](./next/README)。
- `moonbit-tour` : 一个互动教程。查看 [README](./moonbit-tour/README.md)。