From 0b41176c3424c633f40028ff599cbe8bf18f31f8 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Mon, 2 Dec 2024 10:56:59 +0900 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 356b44d2..f8cffb89 100644 --- a/README.md +++ b/README.md @@ -201,11 +201,16 @@ Generally, these are by our design. `rbs prototype` offers options: `rbi` to generate prototype from Sorbet RBI and `runtime` to generate from runtime API. -## Guides +## Docs -There are some guides in the `guide` directory. I know we need more comprehensive set of documentations. Just started writing docs. +There are some documents in the `manul` and `guide` directories. * [Guides](guides) +* [Manual](manual) + +The `doc` directory contains a few internal design docs. + +* [Internal docs](doc) ## Examples