Add symlink and html link to the libs content
This commit is contained in:
parent
14351c0b61
commit
2787cc85c8
|
@ -7,6 +7,7 @@
|
|||
|
||||
(define docs (symlink (in-ftp "docs")))
|
||||
(define installers (symlink (in-ftp "installers")))
|
||||
(define libs (symlink (in-ftp "libs")))
|
||||
(define stubs (symlink "/www/stubs"))
|
||||
|
||||
(provide index)
|
||||
|
@ -19,4 +20,5 @@
|
|||
@li{Current documentation in
|
||||
@a[href: `(,docs "/recent/html")]{HTML} and in
|
||||
@a[href: `(,docs "/recent/pdf")]{PDF}
|
||||
(or @a[href: docs]{all versions}).}}})
|
||||
(or @a[href: docs]{all versions}).}
|
||||
@li{Binary @a[href: libs]{libraries} mainly for GRacket.}}})
|
||||
|
|
Loading…
Reference in New Issue
Block a user