diff options
author | Keiron Liddle <keiron@apache.org> | 2002-11-07 08:15:01 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-11-07 08:15:01 +0000 |
commit | 3380cea47cae28af43b45b8b037a6c5d897692af (patch) | |
tree | c1eb3b2677b4ddeeae736fef1a61c7ec4ae31fc8 /src/documentation/content/xdocs/dev/book.xml | |
parent | 74348a5448f431b08dafe203405a20bf894d7976 (diff) | |
download | xmlgraphics-fop-3380cea47cae28af43b45b8b037a6c5d897692af.tar.gz xmlgraphics-fop-3380cea47cae28af43b45b8b037a6c5d897692af.zip |
converted design docs to forrest
needs updating
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev/book.xml')
-rw-r--r-- | src/documentation/content/xdocs/dev/book.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/dev/book.xml b/src/documentation/content/xdocs/dev/book.xml index fc10d5bfa..ef98ef0ba 100644 --- a/src/documentation/content/xdocs/dev/book.xml +++ b/src/documentation/content/xdocs/dev/book.xml @@ -6,12 +6,20 @@ copyright="@year@ The Apache Software Foundation" xmlns:xlink="http://www.w3.org/1999/xlink"> + <menu label="Index"> + <menu-item label="FOP Index" href="../index.html"/> + </menu> <menu label="About"> <menu-item label="Index" href="index.html"/> <menu-item label="FAQs" href="faq.html"/> <menu-item label="Examples" href="examples.html"/> <menu-item label="SVG" href="svg.html"/> + </menu> + <menu label="Using"> <menu-item label="Extensions" href="extensions.html"/> <menu-item label="Configuration" href="configuration.html"/> </menu> + <menu label="Developers"> + <menu-item label="Design" href="../design/index.html"/> + </menu> </book> |