diff --git a/config.yml b/config.yml index 9d473764..5a46ebd7 100644 --- a/config.yml +++ b/config.yml @@ -105,6 +105,10 @@ languages: url: https://github.com/harmonydata/harmony pre: github weight: 60 + - name: Discord + url: https://discord.com/invite/harmonydata + pre: discord + weight: 70 footer: - name: About us @@ -227,6 +231,10 @@ languages: url: https://github.com/harmonydata/harmony pre: github weight: 60 + - name: Discord + url: https://discord.com/invite/harmonydata + pre: discord + weight: 70 footer: - name: About us diff --git a/content/en/_index.md b/content/en/_index.md index 2c112c4c..41cfa8e2 100644 --- a/content/en/_index.md +++ b/content/en/_index.md @@ -120,7 +120,7 @@ blocks: code: | ```vshell docker pull harmonydata/harmonyapi - docker run -p 8000:8000 -p 3000:3000 harmonydata/harmonywithtika + docker run -p 8000:8000 -p 3000:3000 harmonydata/harmonyapi ``` - block: logos diff --git a/layouts/partials/icons/discord.svg b/layouts/partials/icons/discord.svg new file mode 100644 index 00000000..7f9a31f0 --- /dev/null +++ b/layouts/partials/icons/discord.svg @@ -0,0 +1 @@ + \ No newline at end of file