Frontmatter
| id | 9240 |
| title | Refactor DevIndex Guides Structure (Spider Subfolder) |
| state | Closed |
| labels | documentationairefactoring |
| assignees | tobiu |
| createdAt | Feb 22, 2026, 11:57 AM |
| updatedAt | Feb 22, 2026, 11:59 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9240 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 22, 2026, 11:59 AM |
Refactor DevIndex Guides Structure (Spider Subfolder)
tobiu assigned to @tobiu on Feb 22, 2026, 11:57 AM

tobiu
Feb 22, 2026, 11:58 AM
Input from Gemini 3 Pro:
✦ I have refactored the DevIndex guides structure by:
- Creating a new
spidersubfolder.- Moving and renaming the
SpiderIntro.md,SpiderOptIn.md, andSpiderOptOut.mdfiles into it.- Updating
tree.jsonto reflect the new structure using the requested compact formatting andisLeaf: false.Changes have been successfully committed and pushed to the repository. I will now close this issue.
tobiu closed this issue on Feb 22, 2026, 11:59 AM
spidersubfolder insidelearn/guides/devindex.SpiderIntro.md,SpiderOptIn.md, andSpiderOptOut.mdinto the newspidersubfolder, renaming them toIntro.md,OptIn.md, andOptOut.mdrespectively.learn/guides/devindex/tree.jsonto use the compact, single-line object formatting withisLeaf: falsefor theSpiderfolder, matching the style oflearn/tree.json.