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

Add a page that refers to the text files #488

Merged
merged 2 commits into from
Dec 12, 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
4 changes: 3 additions & 1 deletion docs/overview/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Tezos overview
last_update:
date: 3 December 2024
date: 11 December 2024
---

Tezos is an open-source, decentralized blockchain [created in 2014](https://tezos.com/whitepaper.pdf) by Arthur and Kathleen Breitman. It raised awareness and support in 2017 with its crowdfunding and launched the following year. Since its inception, Tezos has gone through multiple iterations of upgrades and development, staying true to its ethos -- "a blockchain designed to evolve".
Expand All @@ -26,6 +26,8 @@ For interactive learning material (including exercises) about Tezos concepts, th

For other sources of information, see [Other resources and technical support](/overview/resources).

For a single text file that you can use with large language models (LLMs) see [Text files](/reference/textfiles).

## What can I do with Tezos?

Developers can imagine Tezos as a computing platform that is spread across many computers worldwide and is therefore transparent, independent, fair, automated, and controlled by its users.
Expand Down
4 changes: 3 additions & 1 deletion docs/overview/resources.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Other resources and technical support
last_update:
date: 26 January 2024
date: 11 December 2024
---

If you don't find the information that you need on this site, there are many other places that you can look.
Expand All @@ -20,6 +20,8 @@ More detailed developer and user documentation on Tezos in general or on specifi
- 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)

For a single text file that you can use with large language models (LLMs) see [Text files](/reference/textfiles).

## 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/.
11 changes: 11 additions & 0 deletions docs/reference/textfiles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Text files
authors: Tim McMackin
last_update:
date: 11 December 2024
---

To access the documentation on this site for use with an LLM, download these text files:

- All documentation text: [allPageSourceFiles.txt](/allPageSourceFiles.txt)
- All tutorial text: [allTutorials.txt](/allTutorials.txt)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ const sidebars = {
label: 'Reference',
items: [
'reference/style-guide',
'reference/textfiles',
{
type: 'link',
label: 'Whitepaper',
Expand Down
Loading