mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
Add Sentinel bot to docs (#652)
* add sentinel * update discord invite link
This commit is contained in:
parent
c249746bf3
commit
6cdccbad4c
@ -17,7 +17,7 @@
|
||||
|
||||
<div align="center">
|
||||
|
||||
### [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)
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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 "---
|
||||
|
Loading…
Reference in New Issue
Block a user