forked from dita-ot/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathquickstartguide.ditamap
24 lines (24 loc) · 1.82 KB
/
quickstartguide.ditamap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "../../dtd/technicalContent/dtd/map.dtd">
<map>
<title>Ant Quick Start Guide for DITA Open Toolkit</title>
<topicref href="quickstartguide/chapters/chapter1.dita">
<topicref href="quickstartguide/concepts/about_introduction.dita" navtitle="Introduction to Ant and DITA-OT"/>
<topicref href="quickstartguide/concepts/about_toolkitroles.dita" navtitle="User Roles for the Toolkit"/>
<topicref href="quickstartguide/concepts/about_ant.dita" navtitle="What is Ant?"/>
<topicref href="quickstartguide/concepts/about_dita-ot.dita" navtitle="What is DITA-OT?"/>
<topicref href="quickstartguide/concepts/about_whentouseDITAOT.dita" navtitle="When Should I Use DITA-OT"/>
</topicref>
<topicref href="quickstartguide/chapters/chapter2.dita">
<topicref href="quickstartguide/tasks/generating_documents.dita" navtitle="Generating Documents with Ant"/>
<topicref href="quickstartguide/concepts/about_antbuildfiles.dita" navtitle="Writing Your Own DITA-OT Build File"/>
<!--topicref href="quickstartguide/concepts/about_javacmdinterface.dita" navtitle="Generating Documents with Java"/-->
<topicref href="quickstartguide/tasks/generating_documentswithjava.dita" navtitle="About the Java Command Line Interface"/>
<!-- Using DITAOTBuildLogger with plain Ant is not recommended, it should only be used by Ant process which is launched by the Java interface. -->
<!--topicref href="quickstartguide/tasks/using_DITAOTBuildLogger.dita"/-->
</topicref>
<topicref href="quickstartguide/chapters/chapter3.dita">
<topicref href="quickstartguide/concepts/about_documentgeneration.dita" navtitle="Introducing Document Generation"/>
</topicref>
<topicref navtitle="Best Practices" href="quickstartguide/topics/best-practices.dita"/>
</map>