Skip to content

Commit c259442

Browse files
Update .CONTRIBUTING/.CONTRIBUTING.md
Co-authored-by: Bruno Galvao <[email protected]>
1 parent 1171149 commit c259442

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.CONTRIBUTING/.CONTRIBUTING.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -100,28 +100,6 @@ When a contributor chooses Option B (or becomes unresponsive) and does not have
100100
3. **Complete Formatting Review**: Perform style and formatting reviews on the intermediary branch
101101
4. **Final Merge**: Merge the completed intermediary branch into master
102102

103-
104-
### Generating AI-Ready Documentation
105-
106-
When you modify content in the documentation, you should regenerate the AI-ready files to keep them current:
107-
108-
#### Prerequisites
109-
- Python 3.x installed
110-
- Required Python packages (run `pip install -r requirements.txt` in the project root)
111-
112-
#### Generate llms.txt Files
113-
```bash
114-
cd /path/to/polkadot-docs
115-
python3 scripts/generate_llms_standard.py
116-
```
117-
118-
This script will:
119-
- Generate `llms.txt` - A structured index of all documentation pages
120-
- Generate `llms-full.txt` - Full content of all documentation pages
121-
- Create category-specific files in the `llms-files/` directory
122-
123-
The generated files are automatically included in pull requests and help power AI tools that work with Polkadot documentation.
124-
125103
## Viewing Site Locally
126104

127105
You may want to spin up a local version of the documentation site to preview your changes. This guide will cover the steps needed to serve a local version.

0 commit comments

Comments
 (0)