Skip to content

Commit d6d5f74

Browse files
committed
adds view icons to table
1 parent 686f0ae commit d6d5f74

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

get-support/ai-ready-docs.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ These AI-ready files do not include any persona or system prompts. They are pure
2020

2121
| Category | Description | File | Actions |
2222
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
23-
| Index | Markdown URL index for documentation pages, links to essential repos, and additional resources in the llms.txt standard format. | <code style="white-space: nowrap;">llms.txt</code> | [:octicons-copy-16:](){ .llms-copy data-path="/llms.txt" } [:octicons-download-16:](){ .llms-dl data-path="/llms.txt" data-filename="llms.txt" } |
24-
| Site index (JSON) | Lightweight site index of JSON objects (one per page) with metadata and content previews. | <code style="white-space: nowrap;">site-index.json</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/site-index.json" } [:octicons-download-16:](){ .llms-dl data-path="/ai/site-index.json" data-filename="site-index.json" } |
25-
| Full site contents (JSONL) | Full content of documentation site enhanced with metadata. | <code style="white-space: nowrap;">llms-full.jsonl</code> | [:octicons-copy-16:](){ .llms-copy data-path="/llms-full.jsonl" } [:octicons-download-16:](){ .llms-dl data-path="/llms-full.jsonl" data-filename="llms-full.jsonl" } |
26-
| Basics | Polkadot general knowledge base to provide context around overview and beginner-level content. | <code style="white-space: nowrap;">basics.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/basics.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/basics.md" data-filename="basics.md" } |
27-
| Reference | Reference material including key functions and glossary. | <code style="white-space: nowrap;">reference.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/reference.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/reference.md" data-filename="reference.md" } |
28-
| Smart Contracts | How to develop and deploy Solidity smart contracts on Polkadot Hub. | <code style="white-space: nowrap;">smart-contracts.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/smart-contracts.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/smart-contracts.md" data-filename="smart-contracts.md" } |
29-
| Parachains | How-to guides related to building, customizing, deploying, and maintaining a parachain. | <code style="white-space: nowrap;">parachains.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/parachains.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/parachains.md" data-filename="parachains.md" } |
30-
| DApps | Information and tutorials for application developers. | <code style="white-space: nowrap;">dapps.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/dapps.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/dapps.md" data-filename="dapps.md" } |
31-
| Networks | Information about the various Polkadot networks (Polkadot, Kusama, Westend, Paseo), their purposes, and how they fit into the development workflow. | <code style="white-space: nowrap;">networks.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/networks.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/networks.md" data-filename="networks.md" } |
32-
| Polkadot Protocol | Polkadot's core architecture, including the relay chain, parachains, system chains, interoperability, and main actors. | <code style="white-space: nowrap;">polkadot-protocol.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/polkadot-protocol.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/polkadot-protocol.md" data-filename="polkadot-protocol.md" } |
33-
| Infrastructure | Operational aspects of supporting the Polkadot network, including how to run a node or validator and staking mechanics. | <code style="white-space: nowrap;">infrastructure.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/infrastructure.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/infrastructure.md" data-filename="infrastructure.md" } |
34-
| Tooling | An overview of various development tools available for Polkadot development. | <code style="white-space: nowrap;">tooling.md</code> | [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/tooling.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/tooling.md" data-filename="tooling.md" } |
23+
| Index | Markdown URL index for documentation pages, links to essential repos, and additional resources in the llms.txt standard format. | <code style="white-space: nowrap;">llms.txt</code> |[:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/llms.txt" } [:octicons-download-16:](){ .llms-dl data-path="/llms.txt" data-filename="llms.txt" } |
24+
| Site index (JSON) | Lightweight site index of JSON objects (one per page) with metadata and content previews. | <code style="white-space: nowrap;">site-index.json</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/site-index.json" } [:octicons-download-16:](){ .llms-dl data-path="/ai/site-index.json" data-filename="site-index.json" } |
25+
| Full site contents (JSONL) | Full content of documentation site enhanced with metadata. | <code style="white-space: nowrap;">llms-full.jsonl</code> |[:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/llms-full.jsonl" } [:octicons-download-16:](){ .llms-dl data-path="/llms-full.jsonl" data-filename="llms-full.jsonl" } |
26+
| Basics | Polkadot general knowledge base to provide context around overview and beginner-level content. | <code style="white-space: nowrap;">basics.md</code> |[:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/basics.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/basics.md" data-filename="basics.md" } |
27+
| Reference | Reference material including key functions and glossary. | <code style="white-space: nowrap;">reference.md</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/reference.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/reference.md" data-filename="reference.md" } |
28+
| Smart Contracts | How to develop and deploy Solidity smart contracts on Polkadot Hub. | <code style="white-space: nowrap;">smart-contracts.md</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/smart-contracts.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/smart-contracts.md" data-filename="smart-contracts.md" } |
29+
| Parachains | How-to guides related to building, customizing, deploying, and maintaining a parachain. | <code style="white-space: nowrap;">parachains.md</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/parachains.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/parachains.md" data-filename="parachains.md" } |
30+
| DApps | Information and tutorials for application developers. | <code style="white-space: nowrap;">dapps.md</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/dapps.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/dapps.md" data-filename="dapps.md" } |
31+
| Networks | Information about the various Polkadot networks (Polkadot, Kusama, Westend, Paseo), their purposes, and how they fit into the development workflow. | <code style="white-space: nowrap;">networks.md</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/networks.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/networks.md" data-filename="networks.md" } |
32+
| Polkadot Protocol | Polkadot's core architecture, including the relay chain, parachains, system chains, interoperability, and main actors. | <code style="white-space: nowrap;">polkadot-protocol.md</code> |[:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/polkadot-protocol.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/polkadot-protocol.md" data-filename="polkadot-protocol.md" } |
33+
| Infrastructure | Operational aspects of supporting the Polkadot network, including how to run a node or validator and staking mechanics. | <code style="white-space: nowrap;">infrastructure.md</code> | [:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/infrastructure.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/infrastructure.md" data-filename="infrastructure.md" } |
34+
| Tooling | An overview of various development tools available for Polkadot development. | <code style="white-space: nowrap;">tooling.md</code> |[:octicons-eye-16:](){ .llms-view } [:octicons-copy-16:](){ .llms-copy data-path="/ai/categories/tooling.md" } [:octicons-download-16:](){ .llms-dl data-path="/ai/categories/tooling.md" data-filename="tooling.md" } |
3535

3636
!!! note
3737
The `llms-full.jsonl` file may exceed the input limits of some language models due to its size. If you encounter limitations, consider using the smaller `site-index.json` or category bundle files instead.

0 commit comments

Comments
 (0)