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 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
25 changes: 25 additions & 0 deletions docs/overview/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: Other resources and technical support
last_update:
date: 26 January 2024
---

If you don't find the information that you need on this site, there are many other places that you can look.

## Documentation
NicNomadic marked this conversation as resolved.
Show resolved Hide resolved

This site is not exhaustive. It covers the main topics that concern Tezos developers and the main Tezos features in the form of documentation and tutorials.
More detailed developer and user documentation on Tezos in general or on specific tools in the Tezos ecosystem is available at these sites:

- https://opentezos.com/ is a complete course for learning Tezos concepts, mainly for developers but also for bakers and other users, in the form of tutorials with exercises
- https://tezos.gitlab.io/ is the official documentation of the Octez suite, which contains a complete implementation of the Tezos platform (including a node, a baker, a client, and other tools)
- https://taqueria.io/docs/intro/ is the official documentation of [Taqueria](https://taqueria.io/), a flexible framework for building Web3 applications on Tezos
- https://tezostaquito.io/docs/quick_start is the official documentation of [Taquito](https://tezostaquito.io/), a TypeScript library for developing Tezos applications faster and easier
- https://ligolang.org/docs/intro/introduction is the official documentation of the [LIGO](https://ligolang.org/) language for writing Tezos smart contracts
- https://smartpy.io/manual/introduction/overview is the official documentation of the [SmartPy](https://smartpy.io/) language for writing Tezos smart contracts
- https://archetype-lang.org/docs/introduction/ is the official documentation of the Archetype language for writing Tezos smart contracts
- https://docs.etherlink.com/ is the official documentation for [Etherlink](https://www.etherlink.com), an EVM-compatible layer-2 blockchain running on Tezos, implemented as a [smart rollup](../architecture/smart-rollups)

## Social media

For links to social media accounts and forums where you can get in contact with Tezos developers and users, see https://tezos.com/community/.
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/resources',
// 'overview/quickstart', // TODO
'overview/common-applications',
'overview/glossary',
Expand Down
Loading