Skip to content

Commit 447ba8c

Browse files
committed
formatting/styling clean up
1 parent d4810d1 commit 447ba8c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

get-support/ai-ready-docs.md

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

1919
## Download LLM Files
2020

21-
| Category | Description | File | Actions |
22-
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
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" } |
21+
| Category | Description | File | Actions |
22+
|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
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> | <div class="actions"> [:octicons-copy-16:](){ .llms-copy data-path="/llms.txt" } [:octicons-download-16:](){ .llms-dl data-path="/llms.txt" data-filename="llms.txt" } </div> |
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> | <div class="actions"> [: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" } </div> |
25+
| Full site contents (JSONL) | Full content of documentation site enhanced with metadata. | <code style="white-space: nowrap;">llms-full.jsonl</code> | <div class="actions"> [: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" } </div> |
26+
| Basics | Polkadot general knowledge base to provide context around overview and beginner-level content. | <code style="white-space: nowrap;">basics.md</code> | <div class="actions"> [: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" } </div> |
27+
| Reference | Reference material including key functions and glossary. | <code style="white-space: nowrap;">reference.md</code> | <div class="actions"> [: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" } </div> |
28+
| Smart Contracts | How to develop and deploy Solidity smart contracts on Polkadot Hub. | <code style="white-space: nowrap;">smart-contracts.md</code> | <div class="actions"> [: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" } </div> |
29+
| Parachains | How-to guides related to building, customizing, deploying, and maintaining a parachain. | <code style="white-space: nowrap;">parachains.md</code> | <div class="actions"> [: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" } </div> |
30+
| DApps | Information and tutorials for application developers. | <code style="white-space: nowrap;">dapps.md</code> | <div class="actions"> [: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" } </div> |
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> | <div class="actions"> [: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" } </div> |
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> | <div class="actions"> [: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" } </div> |
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> | <div class="actions"> [: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" } </div> |
34+
| Tooling | An overview of various development tools available for Polkadot development. | <code style="white-space: nowrap;">tooling.md</code> | <div class="actions"> [: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" } </div> |
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)