pub fn render_docs(
prepared: Vec<PreparedDoc>,
partials: &Partials,
config: &SiteConfig,
registry: &Registry,
) -> SiteBuildExpand description
Pass 2: build the slug set, run the wikilink pass + syntect highlight per doc, assemble the link graph + search index. Input order preserved.