Page 1 of 1
Create a new topic taks like postreq and prereq
Posted: Mon Jul 17, 2023 7:07 pm
by Sitrakar
For our online help, we are creating tutorial content. For the tutorial content, I would like to create a topic task like prereq or postreq or related information at the bottom of our page, named : Next step. We already use prereq, postreq and related information for our online help, so that's why we would like to create a new topic task name Next step for the bottom page. Is that possible to do ?
Best regards,
Sitraka
Re: Create a new topic taks like postreq and prereq
Posted: Tue Jul 18, 2023 4:33 pm
by alin
Hello,
From what I understand, you want to add a link to the next topic in the tutorial at the end of a task.
You can do this using the
<related-links> section that can be inserted after the body of the task (
<taskbody>).
Here is an example:
Code: Select all
<related-links>
<linklist>
<title>Next Step:</title>
<link href="step2.dita"></link>
</linklist>
</related-links>
Regards,
Alin
Re: Create a new topic taks like postreq and prereq
Posted: Tue Jul 18, 2023 5:53 pm
by Sitrakar
Thanks Alin,
It work perfectly.
Best regards,
Sitraka