Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions doc/wodoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,16 @@
(section "TyXML - API"
(link "API reference" tyxml/api.html api)))

;; Sibling Ocsigen projects this doc links to, so wodoc rewrites their
;; ocaml.org cross-references to relative links into their deployed docs.
;; (pkg deploy-dir layout wrapper-module)
;; Sibling Ocsigen projects, so wodoc rewrites their ocaml.org cross-references
;; to relative links into their deployed docs on ocsigen.org. The full family is
;; listed (not only the ones this doc currently links to) so that adding a link
;; later never silently breaks. (pkg deploy-dir layout wrapper-module)
(hosted
(eliom eliom true Eliom))
(eliom eliom true Eliom)
(ocsigen-toolkit ocsigen-toolkit true Ot)
(ocsigen-start ocsigen-start true Os)
(ocsigenserver ocsigenserver false Ocsigen)
(js_of_ocaml js_of_ocaml subdir)
(tyxml tyxml subdir)
(lwt lwt subdir)
(reactiveData reactiveData root))
Loading