Varying TOC in sidenav

This forum is for all Flare issues not related to any of the other categories.
Post Reply
Bharadwaj
Jr. Propeller Head
Posts: 2
Joined: Wed Jan 27, 2021 9:15 am

Varying TOC in sidenav

Post by Bharadwaj »

Hello Flare Users!

So, I've been trying to address a documentation requirement. I'm using a sidenav template.
There are three TOCs in my project. The idea is to have 3 buttons in my header and each of these buttons should display respective TOC in the sidenav after publishing the output. As far as I remember, only one TOC can be used for a target. How can we achieve this is Flare?

I've attached an image for reference.
sidenav_query.jpg
You do not have the required permissions to view the files attached to this post.
rogersm
Propeller Head
Posts: 97
Joined: Fri Nov 07, 2014 4:29 am

Re: Varying TOC in sidenav

Post by rogersm »

Hi there,

Not an ideal solution, but you might need multiple targets to support this (see viewtopic.php?f=9&t=33727).

thanks,
mark
FpgaEd
Jr. Propeller Head
Posts: 3
Joined: Tue May 26, 2020 11:27 am

Re: Varying TOC in sidenav

Post by FpgaEd »

Hi Bharadwaj,

We have several TOC in our large project.

We use the following xml to instantiate and parametrized them (on our Master Pages).

Code: Select all

<MadCap:menuProxy mc-linked-toc="/Project/TOCs/KB3_BLT-ERP.fltoc" style="mc-toc-depth: -1;mc-context-sensitive: False;mc-include-parent: True;mc-include-siblings: True;mc-include-children: True;" />
Ed
Post Reply