Skip to content

Commit 52a4011

Browse files
authored
Merge pull request #47 from ocsigen/doc-hosted-full
doc: list the full Ocsigen family in the hosted table
2 parents 5e1128e + b0daf1d commit 52a4011

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/wodoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,17 @@
1616
(section "ReactiveData"
1717
(link "Overview" reactiveData/index.html reactiveData)
1818
(link "ReactiveData" reactiveData/ReactiveData/index.html reactiveData)))
19+
20+
;; Sibling Ocsigen projects, so wodoc rewrites their ocaml.org cross-references
21+
;; to relative links into their deployed docs on ocsigen.org. The full family is
22+
;; listed (not only the ones this doc currently links to) so that adding a link
23+
;; later never silently breaks. (pkg deploy-dir layout wrapper-module)
24+
(hosted
25+
(eliom eliom true Eliom)
26+
(ocsigen-toolkit ocsigen-toolkit true Ot)
27+
(ocsigen-start ocsigen-start true Os)
28+
(ocsigenserver ocsigenserver false Ocsigen)
29+
(js_of_ocaml js_of_ocaml subdir)
30+
(tyxml tyxml subdir)
31+
(lwt lwt subdir)
32+
(reactiveData reactiveData root))

0 commit comments

Comments
 (0)