Topic-indexed NeoForge porting primers from 1.21.1 to 26.1 published as an mdBook site
- Add anchor links to every section reference across README, repeatedly-changing-systems, and detailed-primers index - Add Quick-Scan Class/Method Index table for compile-error lookup - Add Entities/mobs/mob AI topic section to the topic map - Surface all Minor Migrations subsections individually - Nest primer pages under Detailed Primers in sidebar - Enable search - Replace CSS with cleaner dark theme (system fonts, GitHub palette) - Remove direct-port-guide.md (21k line inlined primer merge) - Remove duplicate Google Fonts import from head.hbs |
||
|---|---|---|
| .github/workflows | ||
| src | ||
| theme | ||
| .gitignore | ||
| book.toml | ||
| README.md | ||
Porting Primers
This repository publishes an mdBook site for NeoForge porting primers covering the path from 1.21.1 to 26.1.
The content includes:
- a topic-indexed landing page for jumping to the relevant primer sections
- the split upstream primer pages
- a compiled direct-port overview
The site is deployed automatically to GitHub Pages from the main branch through the workflow in .github/workflows/deploy-pages.yml.