Skip to content

Commit f81aa60

Browse files
update llms
1 parent fb05560 commit f81aa60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.CONTRIBUTING/.CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Follow these steps when contributing documentation fixes, improvements, or new c
6464
3. **Generate Updated AI Documentation**
6565
After making content changes, regenerate the AI-ready documentation files:
6666
```bash
67-
python scripts/generate_llms_standard.py
67+
python3 scripts/generate_llms_standard.py
6868
```
6969
This updates the `llms.txt` and `llms-full.txt` files that power our AI-ready documentation.
7070

@@ -100,7 +100,7 @@ When you modify content in the documentation, you should regenerate the AI-ready
100100
### Generate llms.txt Files
101101
```bash
102102
cd /path/to/polkadot-docs
103-
python scripts/generate_llms_standard.py
103+
python3 scripts/generate_llms_standard.py
104104
```
105105

106106
This script will:

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before submitting this PR, please verify:
3131

3232
- [ ] I have tested my changes locally (if applicable)
3333
- [ ] I have followed the [style guidelines](https://github.com/papermoonio/documentation-style-guide/blob/main/style-guide.md)
34-
- [ ] I have regenerated AI documentation files using `python scripts/generate_llms_standard.py` (if content changed)
34+
- [ ] I have regenerated AI documentation files using `python3 scripts/generate_llms_standard.py` (if content changed)
3535
- [ ] My changes are focused and atomic (single logical change per PR)
3636
- [ ] I have updated the table of contents or navigation files (if adding new pages)
3737

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
- [Storage](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/integrations/storage.md): Explore decentralized storage solutions for your Polkadot dApp. Discover key integrations, such as Crust and IPFS, for robust, censorship-resistant data storage.
8989
- [Transaction Construction](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/integrations/transaction-construction.md): Understand how to construct, sign, and broadcast transactions in the Polkadot ecosystem using various tools and libraries.
9090
- [Wallets](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/integrations/wallets.md): Explore blockchain wallets. Securely manage digital assets with hot wallets for online access or cold wallets for offline, enhanced security.
91-
- [Interoperability](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/interoperability/index.md): Explore Polkadot's XCM tooling ecosystem, featuring the Asset Transfer API and other utilities for implementing cross-chain messaging and transfers.
91+
- [Interoperability](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/interoperability/index.md): Explore Polkadot's XCM tooling ecosystem, featuring utilities for implementing cross-chain messaging and transfers.
9292
- [ParaSpell XCM SDK](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/interoperability/paraspell-xcm-sdk/index.md): A powerful open-source library that simplifies XCM integration, enabling developers to easily build interoperable dApps on Polkadot.
9393
- [XCM Tools](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/interoperability/xcm-tools.md): Explore essential XCM tools across Polkadot, crafted to enhance cross-chain functionality and integration within the ecosystem.
9494
- [E2E Testing on Polkadot SDK Chains](https://raw.githubusercontent.com/polkadot-developers/polkadot-docs/refs/heads/master/develop/toolkit/parachains/e2e-testing/index.md): Discover a suite of tools for E2E testing on Polkadot SDK-based blockchains, including configuration management, automation, and debugging utilities.

0 commit comments

Comments
 (0)