From f8775087a392deb43e006648afacb674fc6be575 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 20 Mar 2025 13:58:43 -0400 Subject: [PATCH] docs: Nix "service-oriented" (#36417) In acknowledgement of the architectural direction of the openedx codebase over the past 4 years. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 54b91363a8..8bc817b86a 100644 --- a/README.rst +++ b/README.rst @@ -12,11 +12,11 @@ Open edX Platform Purpose ******* -The `Open edX Platform `_ is a service-oriented platform for authoring and -delivering online learning at any scale. The platform is written in +The `Open edX Platform `_ enables the authoring and +delivery of online learning at any scale. The platform is written in Python and JavaScript and makes extensive use of the Django framework. At the highest level, the platform is composed of a -monolith, some independently deployable applications (IDAs), and +modular monolith, some independently deployable applications (IDAs), and micro-frontends (MFEs) based on the ReactJS. This repository hosts the monolith at the center of the Open edX