Topic-indexed NeoForge porting primers from 1.21.1 to 26.1 published as an mdBook site
Go to file
2026-03-15 18:19:13 +01:00
.github/workflows Initial mdBook porting primers site 2026-03-15 18:19:13 +01:00
src Initial mdBook porting primers site 2026-03-15 18:19:13 +01:00
.gitignore Initial mdBook porting primers site 2026-03-15 18:19:13 +01:00
book.toml Initial mdBook porting primers site 2026-03-15 18:19:13 +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.