site: table of contents for user guide
This commit is contained in:
parent
39d953a2bb
commit
a19ea34ce0
1
Makefile
1
Makefile
@ -206,6 +206,7 @@ docs: web pdf api-docs
|
|||||||
# build the main hledger.org website
|
# build the main hledger.org website
|
||||||
web:
|
web:
|
||||||
for d in $(DOCFILES); do pandoc -s -H website/header.html -A website/footer.html -r rst $$d >website/$$d.html; done
|
for d in $(DOCFILES); do pandoc -s -H website/header.html -A website/footer.html -r rst $$d >website/$$d.html; done
|
||||||
|
for d in README; do pandoc --toc -s -H website/header.html -A website/footer.html -r rst $$d >website/$$d.html; done
|
||||||
cd website; rm -f index.html; ln -s HOME.html index.html; rm -f profs; ln -s ../profs
|
cd website; rm -f index.html; ln -s HOME.html index.html; rm -f profs; ln -s ../profs
|
||||||
|
|
||||||
# ..from anywhere
|
# ..from anywhere
|
||||||
|
|||||||
@ -90,4 +90,5 @@ img {
|
|||||||
}
|
}
|
||||||
.screenshot {
|
.screenshot {
|
||||||
border: 10px solid #F8F8F8; /* Soft grey border */
|
border: 10px solid #F8F8F8; /* Soft grey border */
|
||||||
}
|
}
|
||||||
|
#toc { float:right; }
|
||||||
Loading…
Reference in New Issue
Block a user