mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
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
|
||||
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 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
|
||||
|
||||
# ..from anywhere
|
||||
|
@ -90,4 +90,5 @@ img {
|
||||
}
|
||||
.screenshot {
|
||||
border: 10px solid #F8F8F8; /* Soft grey border */
|
||||
}
|
||||
}
|
||||
#toc { float:right; }
|
Loading…
Reference in New Issue
Block a user