Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support page #279

Merged
merged 21 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
25 changes: 25 additions & 0 deletions docs/overview/support.md
Original file line number Diff line number Diff line change
@@ -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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's avoid duplicating the list of resources. The point of this page is just to direct people to the relevant pages, in case they need support.

Suggested change
There are many places that you can use to reach out for developer support, including:
If you don't find enough explanations in the documentation, or need a clarification, there are many places that you can use to reach out for developer support, see <https://tezos.com/community/>.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that this section still duplicates the whole list of interactive channels. Did you forget to push this change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the list of social media resources and just linked to the Community page.

timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved

- 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/.

timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
Other Tezos developer documentation is available at these sites:
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved

- https://opentezos.com/ for all developer-related concepts
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
- https://tezos.gitlab.io/ for the Octez suite
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
- https://taqueria.io/ for Taqueria
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
- https://tezostaquito.io/ for Taquito
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
- https://ligolang.org/ for LIGO
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
- https://smartpy.io/ for SmartPy
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
- https://docs.etherlink.com/ for Etherlink
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
timothymcmackin marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const sidebars = {
},
items: [
'overview/tezos-different',
'overview/support',
// 'overview/quickstart', // TODO
'overview/common-applications',
'overview/glossary',
Expand Down
Loading