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">
|
<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>
|
</div>
|
||||||
|
|
||||||
|
@ -30,6 +30,10 @@ module.exports = {
|
|||||||
title: "Auction Bot",
|
title: "Auction Bot",
|
||||||
path: "/tools/auction.html",
|
path: "/tools/auction.html",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Sentinel",
|
||||||
|
path: "/tools/sentinel.html",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "Community Tools",
|
title: "Community Tools",
|
||||||
path: "/tools/community.html",
|
path: "/tools/community.html",
|
||||||
@ -85,7 +89,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
service: "discord",
|
service: "discord",
|
||||||
url: "https://discord.com/invite/kQzh3Uv"
|
url: "https://discord.gg/JJYnuCx"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
service: "github",
|
service: "github",
|
||||||
|
@ -36,6 +36,14 @@ for T in ${toolDocs[@]}; do
|
|||||||
curl "${baseGitUrl}/${toolsGitRepo}/master/${T}/README.md" -o "./${toolsDir}/${T}.md"
|
curl "${baseGitUrl}/${toolsGitRepo}/master/${T}/README.md" -o "./${toolsDir}/${T}.md"
|
||||||
done
|
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
|
# Copy the community tools
|
||||||
cp communitytools.md "./${toolsDir}/community.md"
|
cp communitytools.md "./${toolsDir}/community.md"
|
||||||
echo "---
|
echo "---
|
||||||
|
Loading…
Reference in New Issue
Block a user