Add "[pdf]" links to the doc links in the learning page.
This commit is contained in:
parent
b757e502af
commit
00a9247fa9
|
@ -16,7 +16,8 @@
|
||||||
|
|
||||||
(define-syntax-rule (define-doc-link id desc)
|
(define-syntax-rule (define-doc-link id desc)
|
||||||
(define* id @make-link[`(,doc-url id "/")]{
|
(define* id @make-link[`(,doc-url id "/")]{
|
||||||
@strong{@(string-titlecase (symbol->string 'id))}: @desc}))
|
@strong{@(string-titlecase (symbol->string 'id))}: @desc @;
|
||||||
|
@nbsp @small{@a[href: `(,doc-url "pdf/" id ".pdf")]{[pdf]}}}))
|
||||||
|
|
||||||
@define-doc-link[quick]{An Introduction to Racket with Pictures}
|
@define-doc-link[quick]{An Introduction to Racket with Pictures}
|
||||||
@define-doc-link[more ]{Systems Programming with Racket}
|
@define-doc-link[more ]{Systems Programming with Racket}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user