Skip to content

Commit d118adb

Browse files
committed
Merge branch 'master' into rpenido/fal-3820-allow-full-width-content
2 parents 1f3f8ab + 82a3b7c commit d118adb

File tree

155 files changed

+4278
-1608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+4278
-1608
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ module.exports = createConfig(
1212
'template-curly-spacing': 'off',
1313
'react-hooks/exhaustive-deps': 'off',
1414
'no-restricted-exports': 'off',
15+
// There is no reason to disallow this syntax anymore; we don't use regenerator-runtime in new browsers
16+
'no-restricted-syntax': 'off',
1517
},
1618
settings: {
1719
// Import URLs should be resolved using aliases

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
# Adding new check for github-actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
frontend-app-course-authoring
2-
#############################
1+
frontend-app-authoring
2+
######################
33

44
|license-badge| |status-badge| |codecov-badge|
55

66

77
Purpose
88
*******
99

10-
This is the Course Authoring micro-frontend, currently under development by `2U <https://2u.com>`_.
10+
This implements most of the frontend for **Open edX Studio**, allowing authors to create and edit courses, libraries, and their learning components.
1111

12-
Its purpose is to provide both a framework and UI for new or replacement React-based authoring features outside ``edx-platform``. You can find the current set described below.
12+
A few parts of Studio still default to the `"legacy" pages defined in edx-platform <https://github.com/openedx/edx-platform/tree/master/cms>`_, but those are rapidly being deprecated and replaced with the React- and Paragon-based pages defined here.
1313

1414

1515
Getting Started

0 commit comments

Comments
 (0)