From 8f2063443c0362cf7d00c8b5a62601f9ff982566 Mon Sep 17 00:00:00 2001 From: Alvis Yardley Date: Fri, 13 Jul 2012 09:11:43 -0500 Subject: [PATCH] Updated file to make it display 'Parrot Developer's Guide' more in-keeping with the other books on the 'index.html' page. Just a minor change for the sake of uniformity of document presentation. --- docs/index/index.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/index/index.json b/docs/index/index.json index 4569e58106..5984a90e65 100644 --- a/docs/index/index.json +++ b/docs/index/index.json @@ -59,7 +59,21 @@ }, { "source" : [ - ":book" + "docs/book/draft/ch01_introduction.pod", + "docs/book/draft/ch02_getting_started.pod", + "docs/book/draft/ch07_dynpmcs.pod", + "docs/book/draft/ch08_dynops.pod", + "docs/book/draft/ch10_opcode_reference.pod", + "docs/book/draft/ch11_directive_reference.pod", + "docs/book/draft/ch12_operator_reference.pod", + "docs/book/draft/chXX_hlls.pod", + "docs/book/draft/chXX_library.pod", + "docs/book/draft/chXX_testing_and_debugging.pod", + "docs/book/draft/appa_glossary.pod", + "docs/book/draft/appb_patch_submission.pod", + "docs/book/draft/appc_command_line_options.pod", + "docs/book/draft/appd_build_options.pod", + "docs/book/draft/appe_source_code.pod" ], "title" : "Parrot Developer's Guide: PIR (draft)" }