diff --git a/gpt4all-chat/qml/HomeView.qml b/gpt4all-chat/qml/HomeView.qml index a9c6b402..84f4d1da 100644 --- a/gpt4all-chat/qml/HomeView.qml +++ b/gpt4all-chat/qml/HomeView.qml @@ -221,6 +221,12 @@ Rectangle { onClicked: { Qt.openUrlExternally("https://github.com/nomic-ai/gpt4all/releases") } } + MyFancyLink { + text: qsTr("Documentation") + imageSource: "qrc:/gpt4all/icons/info.svg" + onClicked: { Qt.openUrlExternally("https://docs.gpt4all.io/gpt4all_chat.html") } + } + MyFancyLink { text: qsTr("Discord") imageSource: "qrc:/gpt4all/icons/discord.svg"