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