-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update dependent project list to include a new MFE and order al…
…phabetically (#944)
- Loading branch information
1 parent
fb2122b
commit 1799cbf
Showing
2 changed files
with
34 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,22 +2,25 @@ | |
mkdir .projects | ||
( | ||
cd .projects && | ||
git clone [email protected]:edx/credential-themes.git --depth 1 | ||
git clone [email protected]:edx/credentials.git --depth 1 | ||
git clone [email protected]:edx/edx-enterprise.git --depth 1 | ||
git clone [email protected]:edx/edx-platform.git --depth 1 | ||
git clone [email protected]:edx/edx-ora2.git --depth 1 | ||
git clone [email protected]:edx/edx-platform.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-account.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-admin-portal.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-authn.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-communications.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-course-authoring.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-discussions.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-ecommerce.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-enterprise-public-catalog.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-gradebook.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-learner-record.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-learner-portal-enterprise.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-learner-portal-programs.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-learner-record.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-learning.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-library-authoring.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-ora-grading.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-payment.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-profile.git --depth 1 | ||
|
@@ -29,7 +32,7 @@ mkdir .projects | |
git clone [email protected]:edx/frontend-component-header.git --depth 1 | ||
git clone [email protected]:edx/frontend-enterprise.git --depth 1 | ||
git clone [email protected]:edx/frontend-learner-portal-base.git --depth 1 | ||
git clone [email protected]:edx/frontend-app-library-authoring.git --depth 1 | ||
git clone [email protected]:edx/frontend-lib-content-components.git --depth 1 | ||
git clone [email protected]:edx/frontend-lib-special-exams.git --depth 1 | ||
git clone [email protected]:edx/frontend-platform.git --depth 1 | ||
git clone [email protected]:edx/frontend-template-application.git --depth 1 | ||
|