From 98bc495fd2c149b7b8c0df6c4090d37bfbf642a9 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 28 Feb 2026 11:35:28 +0900 Subject: [PATCH] getting-started.md: add links to language and C API guides Co-authored-by: Claude --- doc/guides/getting-started.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/getting-started.md b/doc/guides/getting-started.md index 9510fde79..432471bf3 100644 --- a/doc/guides/getting-started.md +++ b/doc/guides/getting-started.md @@ -273,6 +273,8 @@ See [amalgamation.md](amalgamation.md) for details. ## What's Next +- [Language Features](language.md) — Ruby subset supported by mruby +- [C API Reference](capi.md) — values, classes, methods, error handling - [Compile](compile.md) — full build system reference - [mrbgems](mrbgems.md) — creating and using gems - [Linking](link.md) — linking `libmruby` to applications