Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/mainnet/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
import sphinx_rtd_theme
import sys, os

sys.path.append(os.path.abspath('../exts'))
Expand All @@ -42,7 +41,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"sphinx_rtd_theme",
#"sphinx_rtd_theme",
"sphinx.ext.todo",
"sphinx.ext.graphviz",
"sphinx.ext.intersphinx",
Expand Down
1 change: 1 addition & 0 deletions source/mainnet/net/web3-id/concordia.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ To verify that you are using the real Concordium bots configured in our channels
Telegram - Mainnet - @ConcordiaWeb3IDBot

Discord- Mainnet - Concordia#0667
You can use `this link for Discord <https://discord.com/api/oauth2/authorize?client_id=1149262289619402842&permissions=3072&scope=bot+applications.commands>`__ to invite this bot to your server.

There is an example of independent issuers with the user interface that can be used to issue verifiable credentials for the account that is owned on the social media network. After verifiable credentials are issued, they can be used to prove ownership of social media accounts and transfer trust between them by using Concordia social media verifier on `Testnet <https://concordia.testnet.concordium.com/>`__ or `Mainnet <https://concordia.mainnet.concordium.software/>`__.

Expand Down