You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,14 @@ In the case you want to setup an automated GitHub workflow to create these API d
114
114
3. Follow existing directory structure for consistency
115
115
4. Update navigation if adding new product categories
116
116
117
+
### Updating `llms.txt`
118
+
119
+
The `public/llms.txt` file is generated from the navigation tree and MDX frontmatter. Run the generator whenever you add, remove, rename, or reorder navigation items, or when you update page descriptions that should appear in `llms.txt`.
120
+
121
+
```bash
122
+
pnpm run generate:llms-txt
123
+
```
124
+
117
125
### Versioning
118
126
119
127
- Version-specific content in numbered subdirectories (e.g., `contracts/4.x/`)
Copy file name to clipboardExpand all lines: public/llms.txt
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
> Security-first libraries, tools, and infrastructure for building on Ethereum and other blockchains. Covers smart contract libraries for Solidity, Cairo, Stylus, Sui, Midnight, Stellar, Zama FHEVM, and Polkadot; operational tools (Defender, Monitor, Relayer, UI Builder); and the Upgrades Plugins and Contract Wizard.
4
4
5
-
Each ecosystem section lists the smart-contract libraries and language-specific guides for that chain. Cross-ecosystem tools — Defender, Monitor, Relayer, UI Builder, Role Manager — are grouped at the end under "Open Source Tools" to avoid duplication. Unversioned URLs (for example `/contracts/`) redirect to the latest supported version.
5
+
Each ecosystem section lists the smart-contract libraries and language-specific guides for that chain. Cross-ecosystem developer libraries and tools are grouped at the end to avoid duplication. Unversioned URLs (for example `/contracts/`) redirect to the latest supported version.
6
6
7
7
## Ethereum & EVM
8
8
@@ -444,6 +444,21 @@ Each ecosystem section lists the smart-contract libraries and language-specific
444
444
- [Innovation & Research — Privacy](https://docs.openzeppelin.com/impact/privacy)
445
445
- [Innovation & Research — Tokenization & Real World Assets](https://docs.openzeppelin.com/impact/tokenization-and-real-world-assets)
> Security-first libraries, tools, and infrastructure for building on Ethereum and other blockchains. Covers smart contract libraries for Solidity, Cairo, Stylus, Sui, Midnight, Stellar, Zama FHEVM, and Polkadot; operational tools (Defender, Monitor, Relayer, UI Builder); and the Upgrades Plugins and Contract Wizard.
40
40
41
-
Each ecosystem section lists the smart-contract libraries and language-specific guides for that chain. Cross-ecosystem tools — Defender, Monitor, Relayer, UI Builder, Role Manager — are grouped at the end under "Open Source Tools" to avoid duplication. Unversioned URLs (for example \`/contracts/\`) redirect to the latest supported version.
41
+
Each ecosystem section lists the smart-contract libraries and language-specific guides for that chain. Cross-ecosystem developer libraries and tools are grouped at the end to avoid duplication. Unversioned URLs (for example \`/contracts/\`) redirect to the latest supported version.
0 commit comments