diff --git a/README.md b/README.md
index d57440dc..37f5d221 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@
-### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Discord](https://discord.com/invite/kQzh3Uv)
+### [Telegram](https://t.me/kavalabs) | [Medium](https://medium.com/kava-labs) | [Discord](https://discord.gg/JJYnuCx)
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index b7f48b76..e596776e 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -30,6 +30,10 @@ module.exports = {
title: "Auction Bot",
path: "/tools/auction.html",
},
+ {
+ title: "Sentinel",
+ path: "/tools/sentinel.html",
+ },
{
title: "Community Tools",
path: "/tools/community.html",
@@ -85,7 +89,7 @@ module.exports = {
},
{
service: "discord",
- url: "https://discord.com/invite/kQzh3Uv"
+ url: "https://discord.gg/JJYnuCx"
},
{
service: "github",
diff --git a/docs/pre.sh b/docs/pre.sh
index 1e04f029..ceed4f5c 100755
--- a/docs/pre.sh
+++ b/docs/pre.sh
@@ -36,6 +36,14 @@ for T in ${toolDocs[@]}; do
curl "${baseGitUrl}/${toolsGitRepo}/master/${T}/README.md" -o "./${toolsDir}/${T}.md"
done
+# Add Go tools
+goToolsGitRepo="go-tools"
+goToolsDocs=("sentinel")
+
+for T in ${goToolsDocs[@]}; do
+ curl "${baseGitUrl}/${goToolsGitRepo}/master/${T}/README.md" -o "./${toolsDir}/${T}.md"
+done
+
# Copy the community tools
cp communitytools.md "./${toolsDir}/community.md"
echo "---