diff --git a/docs/overview/support.md b/docs/overview/support.md new file mode 100644 index 000000000..8b0b17060 --- /dev/null +++ b/docs/overview/support.md @@ -0,0 +1,25 @@ +--- +title: Support +last_update: + date: 24 January 2024 +--- + +There are many places that you can use to reach out for developer support, including: + +- Tezos Discord: https://discord.gg/yXaPy6s5Nr +- Tezos sub-reddit: https://www.reddit.com/r/tezos/ +- Tezos Stack Exchange: https://tezos.stackexchange.com +- Tezos Element community: https://riot.tzchat.org/ +- #tezos channel on Freenode + +For more social media links, see https://tezos.com/community/. + +Other Tezos developer documentation is available at these sites: + +- https://opentezos.com/ for all developer-related concepts +- https://tezos.gitlab.io/ for the Octez suite +- https://taqueria.io/ for Taqueria +- https://tezostaquito.io/ for Taquito +- https://ligolang.org/ for LIGO +- https://smartpy.io/ for SmartPy +- https://docs.etherlink.com/ for Etherlink diff --git a/sidebars.js b/sidebars.js index 715afac1e..4b0e50371 100644 --- a/sidebars.js +++ b/sidebars.js @@ -11,6 +11,7 @@ const sidebars = { }, items: [ 'overview/tezos-different', + 'overview/support', // 'overview/quickstart', // TODO 'overview/common-applications', 'overview/glossary',