6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-09 16:36:29 +00:00

chore: add docs link in the troubleshooting section (#1092)

This commit is contained in:
Hina Khadim 2024-07-15 16:43:44 +05:00 committed by GitHub
parent ff0f626e13
commit 01d078c284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -205,3 +205,14 @@ This issue can occur due to problems with the network connection while cloning e
First, try to run the same command once again to see if it works, as the network connection can sometimes drop during the build process.
If that does not work, follow the tutorial above for :ref:`High resource consumption <high_resource_consumption>` to limit the number of concurrent build steps so that the network connection is not being shared between multiple layers at once.
Can't override styles using Indigo Theme for MFEs
-------------------------------------------------
The solution can be found in `tutor-indigo <https://github.com/overhangio/tutor-indigo?tab=readme-ov-file#cant-override-styles-using-indigo-theme-for-mfes>`__ documentation.
NPM Dependency Conflict When overriding ``@edx/frontend-component-header`` or ``@edx/frontend-component-footer``
----------------------------------------------------------------------------------------------------------------
The detailed steps are mentioned in `tutor-mfe <https://github.com/overhangio/tutor-mfe?tab=readme-ov-file#npm-dependency-conflict-when-overriding-edxfrontend-component-header-or-edxfrontend-component-footer>`__ documentation.