From 01d078c28413b7015b81f831934a7720bb668091 Mon Sep 17 00:00:00 2001 From: Hina Khadim Date: Mon, 15 Jul 2024 16:43:44 +0500 Subject: [PATCH] chore: add docs link in the troubleshooting section (#1092) --- docs/troubleshooting.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index a8e9c36927..a29935541a 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -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 ` 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 `__ documentation. + + +NPM Dependency Conflict When overriding ``@edx/frontend-component-header`` or ``@edx/frontend-component-footer`` +---------------------------------------------------------------------------------------------------------------- + +The detailed steps are mentioned in `tutor-mfe `__ documentation.