From d0187e9cc963a8d40eb92d59768a9e04cfd28025 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Mon, 14 Oct 2024 20:08:21 +0330 Subject: [PATCH] chore: fixed typos (#1137) --- docs/configuration.rst | 2 +- docs/dev.rst | 2 +- docs/k8s.rst | 2 +- docs/troubleshooting.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index ad507c3f1a..96133e7902 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -387,7 +387,7 @@ If you don't create your fork from this tag, you *will* have important compatibi Getting and customizing Translations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Tutor builds images with the latest translations using the ``atlas pull`` `command `__. +Tutor builds images with the latest translations using the ``atlas pull`` `command `_. By default the translations are pulled from the `openedx-translations repository `_ from the ``ATLAS_REVISION`` branch. You can use custom translations on your fork of the openedx-translations repository by setting the following configuration parameters: diff --git a/docs/dev.rst b/docs/dev.rst index c7c95616e7..4d6c2249e2 100644 --- a/docs/dev.rst +++ b/docs/dev.rst @@ -99,7 +99,7 @@ To open a python shell in the LMS or CMS, run:: You can then import edx-platform and django modules and execute python code. -To rebuild assets, you can run the ``build-dev`` NPM script that comes with edx-plaform:: +To rebuild assets, you can run the ``build-dev`` NPM script that comes with edx-platform:: tutor dev run lms npm run build-dev diff --git a/docs/k8s.rst b/docs/k8s.rst index 3d934d2c5f..c621d09a9f 100644 --- a/docs/k8s.rst +++ b/docs/k8s.rst @@ -152,7 +152,7 @@ Plugins can customize any Kubernetes resource in Tutor by overriding the definit :: # myplugin/tutormyplugin/patches/k8s-override - + apiVersion: v1 kind: PersistentVolumeClaim metadata: diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index a29935541a..ef3ac7d99b 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -176,7 +176,7 @@ To learn more, check out `this GitHub issue `__. Create a ``buildkit.toml`` configuration file with the following contents:: +Some Docker images include many independent layers which are built in parallel by BuildKit. As a consequence, building these images will use up a lot of resources, sometimes even crashing the Docker daemon. To bypass this issue, we should explicitly limit the `maximum parallelism of BuildKit `__. Create a ``buildkit.toml`` configuration file with the following contents:: [worker.oci] max-parallelism = 2