Skip to content

Commit

Permalink
Fix links (#22)
Browse files Browse the repository at this point in the history
* fix links

* update doc building - allow broken links
  • Loading branch information
fashxp authored Nov 30, 2023
1 parent 16bb133 commit b9449ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cp bin/resources/00_index_empty.md ./docs/00_index.md
# use special docusaurus config (to exclude search plugin) and check for broken links
mv docusaurus.config.js.repos-tests docusaurus.config.js
# mv docusaurus.config.js.repos-tests docusaurus.config.js
- name: Build Docs
working-directory: "./docs-generator"
Expand Down
22 changes: 11 additions & 11 deletions doc/02_Release_Notes/2023.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Also, for all Pimcore core extension versions, the focus is on upgrading depende
## Upgrade Notes

Before updating, have a look at all the upgrade notes relevant to your system:
- Pimcore Core Framework [Upgrade Guide](https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/Updating_Pimcore/Preparing_for_V11)
and [Upgrade Notes](https://pimcore.com/docs/platform/Pimcore/Installation_and_Upgrade/Upgrade_Notes/)
- [Portal Engine](https://pimcore.com/docs/platform/Portal_Engine/Installation/Upgrade#upgrade-to-300)
- [Datahub](https://pimcore.com/docs/platform/Datahub/Installation_and_Upgrade/Upgrade_Notes#160)
- [Datahub File Export](https://pimcore.com/docs/platform/Datahub_File_Export/Installation/Upgrade#upgrade-to-200)
- [Datahub Simple Rest API](https://pimcore.com/docs/platform/Datahub_Simple_Rest/Installation/Upgrade_Notes#v200)
- [Headless Documents](https://pimcore.com/docs/platform/Headless_Documents/Installation/Upgrade#update-to-version-20)
- [OpenId Connect](https://pimcore.com/docs/platform/OpenID_Connect/Upgrade_Notes#110)
- [Statistics Explorer](https://pimcore.com/docs/platform/Statistics_Explorer/Installation_and_Configuration/Upgrade#upgrade-to-200)
- [Customer Management Framework](https://pimcore.com/docs/platform/Customer_Management_Framework/Installation/Update#update-to-version-4)
- [Advanced Object Search](https://pimcore.com/docs/platform/Advanced_Object_Search/Upgrade_Notes)
- Pimcore Core Framework [Upgrade Guide](../../Pimcore/Installation_and_Upgrade/Updating_Pimcore/Preparing_for_V11)
and [Upgrade Notes](../../platform/Pimcore/Installation_and_Upgrade/Upgrade_Notes/)
- [Portal Engine](../../platform/Portal_Engine/Installation/Upgrade#upgrade-to-300)
- [Datahub](../../platform/Datahub/Installation_and_Upgrade/Upgrade_Notes#160)
- [Datahub File Export](../../platform/Datahub_File_Export/Installation/Upgrade#upgrade-to-200)
- [Datahub Simple Rest API](../../platform/Datahub_Simple_Rest/Installation/Upgrade_Notes#v200)
- [Headless Documents](../../platform/Headless_Documents/Installation/Upgrade#update-to-version-20)
- [OpenId Connect](../../platform/OpenID_Connect/Upgrade_Notes#110)
- [Statistics Explorer](../../platform/Statistics_Explorer/Installation_and_Configuration/Upgrade#upgrade-to-200)
- [Customer Management Framework](../../platform/Customer_Management_Framework/Installation/Update#update-to-version-4)
- [Advanced Object Search](../../platform/Advanced_Object_Search/Upgrade_Notes)

0 comments on commit b9449ef

Please sign in to comment.