Frontmatter
| id | 8726 |
| title | refactor: Remove Blog section from tree.json |
| state | Closed |
| labels | documentationairefactoring |
| assignees | tobiu |
| createdAt | Jan 16, 2026, 9:04 PM |
| updatedAt | Jan 16, 2026, 9:05 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8726 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 16, 2026, 9:05 PM |
refactor: Remove Blog section from tree.json
tobiu assigned to @tobiu on Jan 16, 2026, 9:05 PM

tobiu
Jan 16, 2026, 9:05 PM
Input from Gemini 3 Pro:
✦ I have removed the "Blog" section from
learn/tree.json.Work Completed:
- Edited
learn/tree.jsonto delete the "Blog" node and its children.- Verified that the blog data is now correctly served from
apps/portal/resources/data/blog.json, rendering thetree.jsonentry redundant.- Committed and pushed changes to
dev.The documentation tree is now cleaner and aligned with the new data source.
tobiu closed this issue on Jan 16, 2026, 9:05 PM
Remove the "Blog" section from
learn/tree.jsonas blog posts are now managed viaapps/portal/resources/data/blog.json.Context: The portal app now has a dedicated data source for blog posts, making the manual entry in
tree.jsonredundant.Action: Delete the entire "Blog" node and its children from
learn/tree.json.