Topic-indexed NeoForge porting primers from 1.21.1 to 26.1 published as an mdBook site
Go to file
Leclowndu93150 7bf7ee6fe6 Restructure site for usability
- 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
2026-03-15 20:24:07 +01:00
.github/workflows Initial mdBook porting primers site 2026-03-15 18:19:13 +01:00
src Restructure site for usability 2026-03-15 20:24:07 +01:00
theme Restructure site for usability 2026-03-15 20:24:07 +01:00
.gitignore Initial mdBook porting primers site 2026-03-15 18:19:13 +01:00
book.toml Restructure site for usability 2026-03-15 20:24:07 +01:00
README.md Initial mdBook porting primers site 2026-03-15 18:19:13 +01:00

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.