DITA Webhelp doesn't follow map hierarchy
Posted: Tue Mar 06, 2018 1:44 am
I have a very simple map set up:
Master Map
-- Submap 1
----Topic 1
----Topic 2
--Submap 2
----Topic 3
----Topic 4
When I generate the webhelp, the resulting index file ignores the fact that there are 2 submaps. Instead, it looks like this:
index.html
Topic 1 (link)
Topic 2 (link)
Topic 3 (link)
Topic 4 (link)
How can I make the output so that it looks like this:
index.html
Submap1
Topic 1 (link)
Topic 2 (link)
Submap2
Topic 3 (link)
Topic 4 (link)
Thanks.
Master Map
-- Submap 1
----Topic 1
----Topic 2
--Submap 2
----Topic 3
----Topic 4
When I generate the webhelp, the resulting index file ignores the fact that there are 2 submaps. Instead, it looks like this:
index.html
Topic 1 (link)
Topic 2 (link)
Topic 3 (link)
Topic 4 (link)
How can I make the output so that it looks like this:
index.html
Submap1
Topic 1 (link)
Topic 2 (link)
Submap2
Topic 3 (link)
Topic 4 (link)
Thanks.