Browse Source

Update docs/en/release-info/migration-guides/abp-9-3.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23090/head
Engincan VESKE 1 year ago
committed by GitHub
parent
commit
dcec9b367b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/release-info/migration-guides/abp-9-3.md

2
docs/en/release-info/migration-guides/abp-9-3.md

@ -16,7 +16,7 @@ With this update, you should update your method calls to use the new async/await
### Docs Module: Export as PDF
In this version, we have introduced a new feature to the [Docs Module](../../modules/docs.md) that allows you to export the documentation as a PDF file. (Adminstrators generate PDF files from the back-office side, and then "Download PDF" button appears on the document system, allowing users to download the compiled documentation as a PDF file.)
In this version, we have introduced a new feature to the [Docs Module](../../modules/docs.md) that allows you to export the documentation as a PDF file. (Administrators generate PDF files from the back-office side, and then "Download PDF" button appears on the document system, allowing users to download the compiled documentation as a PDF file.)
While implementing this feature, we have made changes in some services of the Docs Module. Typically, you don't need to make any changes in your code unless you have overridden or used internal services of the Docs Module.

Loading…
Cancel
Save