docs: support nested directories in extensions#887
Conversation
update docusaurus
🚀 Benchmark ResultsDetails
|
Test Results 23 files - 27 23 suites - 27 8m 53s ⏱️ +22s Results for commit 9bcb145. ± Comparison against base commit 9c18e66. This pull request removes 3115 and adds 3082 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
b9e6263 to
9bcb145
Compare
|
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation build pipeline to support nested directory structures when fetching extension documentation from GitHub. Previously, the pipeline only handled flat file structures; now it recursively processes directories.
Changes:
- Extracted file download logic into a recursive helper method
- Added support for detecting and processing directory structures from GitHub API responses
- Maintained existing README content substitution functionality
…ensions (#887) by Valentin Breuß
…ensions (#887) by Valentin Breuß
|
This is addressed in release v2.31.0. |



This PR updates the documentation build pipeline to support nested directory structures when fetching extension documentation from GitHub. Previously, the pipeline only handled flat file structures; now it recursively processes directories.
Key Changes: