-
Notifications
You must be signed in to change notification settings - Fork 26
Custom Templates with links to download the product
Todor Arabadzhiev edited this page Aug 7, 2024
·
2 revisions
Reporting:
Uncomment the following lines from file .github/workflows/build-reporting-docs-with-snippets.yml
## - name: Copy reporting-docs custom templates
## run: |
## cp -f $(pwd)/reporting-docs/_r_includes/cta-panel-introduction.html $(pwd)/docs-seed/_includes/
## cp -f $(pwd)/reporting-docs/_r_includes/cta-panel-small.html $(pwd)/docs-seed/_includes/
Report Server:
Uncomment the following lines from file .github/workflows/build-report-server-docs.yml
## - 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/
see the changes in https://github.com/telerik/reporting/pull/2886/files