From 08e294720b1768f959b3cd8e5a9107c66eb7e366 Mon Sep 17 00:00:00 2001 From: Rebecca Stevens Date: Sun, 19 Feb 2023 21:06:07 +1300 Subject: [PATCH] docs: create a "home page" for docs --- docs/index.md | 1 + typedoc.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..c1db915a --- /dev/null +++ b/docs/index.md @@ -0,0 +1 @@ +TODO: Add details diff --git a/typedoc.json b/typedoc.json index 06f75959..0a91e1e2 100644 --- a/typedoc.json +++ b/typedoc.json @@ -27,5 +27,5 @@ "typedoc-plugin-mdn-links", "typedoc-plugin-versions" ], - "readme": "none" + "readme": "./docs/index.md" }