diff --git a/.env.development b/.env.development index 56541aa1..51b6f4d7 100644 --- a/.env.development +++ b/.env.development @@ -8,7 +8,7 @@ APP_ID='learning' BASE_URL='http://localhost:2000' CONTACT_URL='http://localhost:18000/contact' CREDENTIALS_BASE_URL='http://localhost:18150' -CREDIT_HELP_LINK_URL='https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of-credit-requirements' +CREDIT_HELP_LINK_URL='https://help.edx.org/edxlearner/s/article/Can-I-receive-college-credit-or-credit-hours-for-my-course' CSRF_TOKEN_API_PATH='/csrf/api/v1/token' DISCOVERY_API_BASE_URL='http://localhost:18381' DISCUSSIONS_MFE_BASE_URL='http://localhost:2002' diff --git a/.env.test b/.env.test index faa4b4ff..f442f0aa 100644 --- a/.env.test +++ b/.env.test @@ -8,7 +8,7 @@ APP_ID='learning' BASE_URL='http://localhost:2000' CONTACT_URL='http://localhost:18000/contact' CREDENTIALS_BASE_URL='http://localhost:18150' -CREDIT_HELP_LINK_URL='https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of-credit-requirements' +CREDIT_HELP_LINK_URL='https://help.edx.org/edxlearner/s/article/Can-I-receive-college-credit-or-credit-hours-for-my-course' CSRF_TOKEN_API_PATH='/csrf/api/v1/token' DISCOVERY_API_BASE_URL='http://localhost:18381' DISCUSSIONS_MFE_BASE_URL='http://localhost:2002' diff --git a/README.rst b/README.rst index 4b1e0d64..6544a1d1 100644 --- a/README.rst +++ b/README.rst @@ -41,9 +41,8 @@ Cloning and Setup git clone https://github.com/openedx/frontend-app-learning.git -2. Use node v20.x. +2. Use the version of Node specified in ``.nvmrc``. - The current version of the micro-frontend build scripts supports node 18. Using other major versions of node *may* work, but this is unsupported. For convenience, this repository includes an ``.nvmrc`` file to help in setting the correct node version via `nvm `_. @@ -131,7 +130,7 @@ Deployment The Learning MFE is similar to all the other Open edX MFEs. Read the Open edX Developer Guide's section on -`MFE applications `_. +`MFE applications `_. Plugins ======= @@ -145,7 +144,7 @@ Environment Variables This MFE is configured via environment variables supplied at build time. All micro-frontends have a shared set of required environment variables, as documented in the Open edX Developer Guide under -`Required Environment Variables `_. +`Required Environment Variables `_. The learning micro-frontend also supports the following additional variables: