diff --git a/content/edX-k8s.asciidoc b/content/edX-k8s.asciidoc index e0b39aa..b123b53 100644 --- a/content/edX-k8s.asciidoc +++ b/content/edX-k8s.asciidoc @@ -1,5 +1,5 @@ // image base directory::media/ -//ifndef::imagesdir[:imagesdir: ../media] +ifndef::imagesdir[:imagesdir: ../media] === Kubernetes Cluster Setup for edX @@ -16,4 +16,4 @@ In particular, this project aims to provide the following benefits to Open edX o * Scalable hosting for instances of any size. This means for example that the default configuration includes autoscaling of LMS pods to handle increased traffic. * Flexibility: this project aims to be "batteries included" and to support setting up all the resources that you need, with useful default configurations, but it is carefully designed so that operators can configure, replace, or disable any components as needed. -//image:edX-k8s.drawio.svg[edX-K8s Deployment,align=center] \ No newline at end of file +image:edX-k8s.drawio.svg[edX-K8s Deployment,align=center] \ No newline at end of file diff --git a/content/edX.asciidoc b/content/edX.asciidoc index 0ebf63d..6443a6e 100644 --- a/content/edX.asciidoc +++ b/content/edX.asciidoc @@ -1,4 +1,4 @@ -//ifndef::imagesdir[:imagesdir: ../media] +ifndef::imagesdir[:imagesdir: ../media] === Allgemeine Informationen zur Open-Source-Lernplattform edX === **GrĂ¼ndung und Geschichte:** @@ -29,7 +29,7 @@ edX wurde im Jahr 2012 von der Harvard University und dem Massachusetts Institut - **APIs:** Umfangreiche RESTful APIs zur Integration und Erweiterung der Plattform. - **Scalability:** Nutzung von Cloud-Diensten zur Skalierung und Verwaltung von Benutzerlasten. -//image::edx-architecture.png[edX-Architektur] +image::edx-architecture.png[edX-Architektur] Hauptkomponenten: diff --git a/main.asciidoc b/main.asciidoc index 7bb3bf7..e77d3aa 100644 --- a/main.asciidoc +++ b/main.asciidoc @@ -110,8 +110,8 @@ include::{includedir}/existing_solutions.asciidoc[] == edX Platform == -include::{includedir}/edx.asciidoc[] +include::{includedir}/edX.asciidoc[] === edX Kubernetes Deployment === -include::{includedir}/edx-k8s.asciidoc[] \ No newline at end of file +include::{includedir}/edX-k8s.asciidoc[] \ No newline at end of file