From 1e44d3f63159c8198148d6627f6bd2d7f9e6734a Mon Sep 17 00:00:00 2001 From: Simon Stucki Date: Wed, 28 Aug 2024 08:01:16 +0200 Subject: [PATCH] Improve strahl types intro --- website/strahl-types-index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/strahl-types-index.md b/website/strahl-types-index.md index 3fe5a98..e402aaa 100644 --- a/website/strahl-types-index.md +++ b/website/strahl-types-index.md @@ -1,3 +1,5 @@ # Library Types -`strahl` uses TypeScript to aid in type safety. See here for a documentation of the API. +`strahl` uses TypeScript to aid in type safety. The types are automatically generated using [TypeDoc](https://typedoc.org/). + +For full details on how to use it, please refer to the corresponding tutorial and documentation.