From 8cc46a2c53bc51ce9c6ba8f30e99b677e6d34b93 Mon Sep 17 00:00:00 2001 From: Andrey Polischuk Date: Tue, 24 Oct 2023 15:20:50 +0300 Subject: [PATCH] docs: fix readme --- typedoc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/typedoc.json b/typedoc.json index c888bf1..0a5bba6 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,6 +2,7 @@ "extends": "@rambler-tech/typedoc-config", "customTitle": "React Toolkit", "customDescription": "Toolkit for server-side rendered route based apps built with React and React Router", + "readme": "README.md", "entryPoints": ["src/client/index.ts", "src/server/index.ts"], "out": "public", "includeVersion": false,