Forum Discussion

Chris_Muenzer's avatar
Chris_Muenzer
Ideator I
2 years ago

Tech Docs: Cross Reference Link

I'm evaluating using Tech Docs instead of Word for some of our development documentation. One feature we currently use a lot is cross referencing to difference sections.  For example, "see Section 2.4".  In Word these are links that update if the section numbers change. 

In Tech Docs, there is the Add Link feature which allows you to select a section and create a hyperlink.  Is there anyway to style the link with information from the target?

Or is there another way to do it?

3 Replies

  • Former Member's avatar
    Former Member

    I have this as a Post Method on the workflow server side C#. The variables seem correct, but the property is not updating on https://testmyspeed.onl/.

    • AngelaIp's avatar
      AngelaIp
      Ideator I

      Hi! It should be possible. You can use the Stylesheet in the Document Type for the basic link design. You may already be able to add some "content:" to the CSS class. If your additional information depends on other elements, you may need a Content Generator Method. 

      I don´t have a sample specific for links, but maybe somebody else has one?