- 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
19 lines
599 B
TOML
19 lines
599 B
TOML
[book]
|
|
authors = ["Leclowndu93150", "OpenAI Codex"]
|
|
language = "en"
|
|
src = "src"
|
|
title = "1.21.1 to 26.1 Porting Primers"
|
|
description = "A topic-indexed NeoForge porting guide and upstream primer archive for migrating from 1.21.1 to 26.1."
|
|
|
|
[output.html]
|
|
default-theme = "navy"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/Leclowndu93150/Porting-Primers"
|
|
site-url = "/Porting-Primers/"
|
|
edit-url-template = "https://github.com/Leclowndu93150/Porting-Primers/edit/main/{path}"
|
|
no-section-label = true
|
|
additional-css = ["theme/gitbook.css"]
|
|
|
|
[output.html.search]
|
|
enable = true
|