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: .CONTRIBUTING/.CONTRIBUTING.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,28 +100,6 @@ When a contributor chooses Option B (or becomes unresponsive) and does not have
100
100
3.**Complete Formatting Review**: Perform style and formatting reviews on the intermediary branch
101
101
4.**Final Merge**: Merge the completed intermediary branch into master
102
102
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
-
125
103
## Viewing Site Locally
126
104
127
105
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