From 7c7c1ba02d720363964bf8ed7a1d2416f3ba1af9 Mon Sep 17 00:00:00 2001 From: mauwii Date: Sun, 19 Feb 2023 11:49:14 +0100 Subject: [PATCH] add `docs/help/index.md` --- docs/help/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/help/index.md diff --git a/docs/help/index.md b/docs/help/index.md new file mode 100644 index 0000000000..b4236e8244 --- /dev/null +++ b/docs/help/index.md @@ -0,0 +1,12 @@ +# :material-help:Help + +If you are looking for help with the installation of InvokeAI, please take a +look into the [Installation](../installation/index.md) section of the docs. + +Here you will find help to topics like + +- how to contribute +- configuration recommendation for IDEs + +If you have an Idea about what's missing and aren't scared from contributing, +just take a look at [DOCS](./contribute/030_DOCS.md) to find out how to do so.