An RFC extension for odoc
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix build and doc warnings, remove dune subtree

Build fixes:
- Change odoc extension library refs to odoc.extension_api
- Add missing assets field to extension result records

Documentation fixes:
- Fix cross-package references using documentation dependencies
- Fix reference syntax: {!Stdlib.String.escaped}, {!Webfinger.Jrd}, etc.
- Fix heading levels and anchor syntax (#→.)
- Add @canonical annotation for Loc0.t
- Escape braces in doc comments
- Add asset support via (files ...) in documentation stanza

Infrastructure:
- Remove dune subtree (now pinned to jonludlam/dune#odoc-assets-support)
- Add dune-workspace with fatal odoc warnings
- Remove conflicting odoc-config.sexp install stanzas

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+1
+1
src/rfc_extension.ml
··· 114 114 resources = [ 115 115 Css_url "extensions/rfc.css"; 116 116 ]; 117 + assets = []; 117 118 } 118 119 119 120 (* Register extension and support files *)