From 871fc6f36149b9e4a01b0e0fc617517fc014c986 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Wed, 11 Dec 2024 08:56:43 -0500 Subject: [PATCH 1/2] Add a page that refers to the text files --- docs/reference/textfiles.md | 11 +++++++++++ sidebars.js | 1 + 2 files changed, 12 insertions(+) create mode 100644 docs/reference/textfiles.md diff --git a/docs/reference/textfiles.md b/docs/reference/textfiles.md new file mode 100644 index 000000000..86b96a9ca --- /dev/null +++ b/docs/reference/textfiles.md @@ -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) \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 11498005c..cdfba51ec 100644 --- a/sidebars.js +++ b/sidebars.js @@ -229,6 +229,7 @@ const sidebars = { label: 'Reference', items: [ 'reference/style-guide', + 'reference/textfiles', { type: 'link', label: 'Whitepaper', From c1059cd3c8ae1604e3d06a667d2602adb953e0e5 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 12 Dec 2024 10:03:15 -0500 Subject: [PATCH 2/2] Add links --- docs/overview/index.md | 4 +++- docs/overview/resources.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/overview/index.md b/docs/overview/index.md index c24513148..04f7e8bdf 100644 --- a/docs/overview/index.md +++ b/docs/overview/index.md @@ -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". @@ -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. diff --git a/docs/overview/resources.md b/docs/overview/resources.md index 9ddcfb660..29114144f 100644 --- a/docs/overview/resources.md +++ b/docs/overview/resources.md @@ -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. @@ -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/.