File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ APP_ID='learning'
8
8
BASE_URL = ' http://localhost:2000'
9
9
CONTACT_URL = ' http://localhost:18000/contact'
10
10
CREDENTIALS_BASE_URL = ' http://localhost:18150'
11
- CREDIT_HELP_LINK_URL = ' https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of -credit-requirements '
11
+ CREDIT_HELP_LINK_URL = ' https://help. edx.org/edxlearner/s/article/Can-I-receive-college-credit-or -credit-hours-for-my-course '
12
12
CSRF_TOKEN_API_PATH = ' /csrf/api/v1/token'
13
13
DISCOVERY_API_BASE_URL = ' http://localhost:18381'
14
14
DISCUSSIONS_MFE_BASE_URL = ' http://localhost:2002'
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ APP_ID='learning'
8
8
BASE_URL = ' http://localhost:2000'
9
9
CONTACT_URL = ' http://localhost:18000/contact'
10
10
CREDENTIALS_BASE_URL = ' http://localhost:18150'
11
- CREDIT_HELP_LINK_URL = ' https://edx.readthedocs.io/projects/edx-guide-for-students/en/latest/SFD_credit_courses.html#keep-track-of -credit-requirements '
11
+ CREDIT_HELP_LINK_URL = ' https://help. edx.org/edxlearner/s/article/Can-I-receive-college-credit-or -credit-hours-for-my-course '
12
12
CSRF_TOKEN_API_PATH = ' /csrf/api/v1/token'
13
13
DISCOVERY_API_BASE_URL = ' http://localhost:18381'
14
14
DISCUSSIONS_MFE_BASE_URL = ' http://localhost:2002'
Original file line number Diff line number Diff line change @@ -41,9 +41,8 @@ Cloning and Setup
41
41
42
42
git clone https://github.com/openedx/frontend-app-learning.git
43
43
44
- 2. Use node v20.x .
44
+ 2. Use the version of Node specified in `` .nvmrc `` .
45
45
46
- The current version of the micro-frontend build scripts supports node 18.
47
46
Using other major versions of node *may * work, but this is unsupported. For
48
47
convenience, this repository includes an ``.nvmrc `` file to help in setting the
49
48
correct node version via `nvm <https://github.com/nvm-sh/nvm >`_.
@@ -131,7 +130,7 @@ Deployment
131
130
132
131
The Learning MFE is similar to all the other Open edX MFEs. Read the Open
133
132
edX Developer Guide's section on
134
- `MFE applications <https://edx.readthedocs .io/projects/edx-developer-docs/en/latest/developers_guide/micro_frontends_in_open_edx.html >`_.
133
+ `MFE applications <https://openedx.github .io/frontend-platform/ >`_.
135
134
136
135
Plugins
137
136
=======
@@ -145,7 +144,7 @@ Environment Variables
145
144
This MFE is configured via environment variables supplied at build time.
146
145
All micro-frontends have a shared set of required environment variables,
147
146
as documented in the Open edX Developer Guide under
148
- `Required Environment Variables <https://edx.readthedocs .io/projects/edx-developer-docs/en/latest/developers_guide/micro_frontends_in_open_edx.html#required-environment-variables >`_.
147
+ `Required Environment Variables <https://openedx.github .io/frontend-platform/ >`_.
149
148
150
149
The learning micro-frontend also supports the following additional variables:
151
150
You can’t perform that action at this time.
0 commit comments