Skip to content

Custom Templates with links to download the product

Todor Arabadzhiev edited this page Jun 19, 2024 · 1 revision

The templates like the ones for downloading the Trial come from the 'docs-seed' branch. They are located at https://github.com/telerik/docs-seed/tree/master/_includes and are merged automatically with our docs branch during the build. We may override them by:

      - name: Copy report-server-docs custom templates
        run: |
           cp -f $(pwd)/report-server-docs/_rs_includes/cta-panel-introduction.html $(pwd)/docs-seed/_includes/  
           cp -f $(pwd)/report-server-docs/_rs_includes/cta-panel-small.html $(pwd)/docs-seed/_includes/

The second 'cp' line adds the template from the screenshot.

Clone this wiki locally