Multiple outputs with different tiles in start page
Posted: Mon Feb 24, 2025 7:44 pm
Hello,
I want to generate multiple different outputs from my main map, but with different top level topics, depending on the output. Imagine the following:
For building the main map, the output would have these tiles (currently implemented):
Now, I also want to generate product-only outputs where the top level tiles need to be the top level topics of the product maps:
If I build the output for product one, the home page needs to have these tiles:
You'll notice that I have used product_1.dita in two places (nested): I tried using profiling to exclude the product_1.dita topic, respectively (product output vs. main-master output), but the profiling attributes inherit.
Using topicheads resolves in only the one (top level) tile.
Is there another way of configuring this?
Thanks!
Josie
I want to generate multiple different outputs from my main map, but with different top level topics, depending on the output. Imagine the following:
Code: Select all
main-map.ditamap
product_1.dita
product_1.ditamap
product_2.dita
product_2.ditamap
product_3.dita
product_3.ditamap
Code: Select all
- product_1.dita
- product_2.dita
- product_3.dita
Code: Select all
main-map.ditamap
product_1.dita
product_1.ditamap
product_1.dita
topic_a.dita
topic_b.dita
topic_c.dita
product_2.dita
product_2.ditamap
product_3.dita
product_3.ditamap
If I build the output for product one, the home page needs to have these tiles:
Code: Select all
- product_1.dita
- topic_a.dita
- topic_b.dita
- topic_c.dita
Using topicheads resolves in only the one (top level) tile.
Is there another way of configuring this?
Thanks!
Josie