We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90c5fe0 commit b593549Copy full SHA for b593549
1 file changed
generate/staticpages.php
@@ -39,6 +39,10 @@
39
$page->content(file_get_contents($source."books.html"));
40
writeFile('books/index.html', $page->out());
41
42
+$page = new Page("Handbook", "Handbook");
43
+$page->content(file_get_contents($source."handbook.html"));
44
+writeFile('handbook/index.html', $page->out());
45
+
46
// Copy over the errata file for Processing: A Programming Handbook...
47
copy($source.'processing-errata.txt', $path.'books/processing-errata.txt');
48
// Copy over the media.zip file for Getting Started with Processing...
0 commit comments