#1112: Subject: Draft Parrot Book chapters no longer available on
docs.parrot.org
------------------------+---------------------------------------------------
Reporter: brianwisti | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: docs | Version: 1.6.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
------------------------+---------------------------------------------------
Comment(by coke):
Here's a braindead patch to get this back on the website once it's
decided:
{{{
diff --git a/docs/index/index.json b/docs/index/index.json
index 700ac82..0edc734 100644
--- a/docs/index/index.json
+++ b/docs/index/index.json
@@ -56,6 +56,12 @@
"docs/book/pct/*"
],
"title" : "PCT Book"
+ },
+ {
+ "source" : [
+ ":book"
+ ],
+ "title" : "The Book's Title (draft)"
}
],
"title" : "Home"
}}}
and add this file in the same directory.
{{{
$ cat book.json
{
"page" : "book",
"content" : [
{
"source" : [
"docs/book/draft/*.pod"
],
"title" : "The Book's Title (draft)"
}
],
"title" : "The Book's Title (draft)"
}
}}}
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1112#comment:4>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets