diff --git a/conda-store-server/conda_store_server/_internal/server/templates/user.html b/conda-store-server/conda_store_server/_internal/server/templates/user.html index b958a6486..60cba6d7b 100644 --- a/conda-store-server/conda_store_server/_internal/server/templates/user.html +++ b/conda-store-server/conda_store_server/_internal/server/templates/user.html @@ -84,7 +84,7 @@
Permissions
Usage
-

Bellow is your current usage for namespaces you have access to.

+

Below is your current usage for namespaces you have access to.

@@ -111,7 +111,7 @@
Usage
System
-

Bellow is system metrics.

+

Below is system metrics.

  • Storage Total{{ system_metrics.disk_total | filesizeformat(true) }}
  • Storage Free{{ system_metrics.disk_free | filesizeformat(true) }}
  • diff --git a/docusaurus-docs/conda-store/references/configuration-options.md b/docusaurus-docs/conda-store/references/configuration-options.md index 599216801..2d61ee3b8 100644 --- a/docusaurus-docs/conda-store/references/configuration-options.md +++ b/docusaurus-docs/conda-store/references/configuration-options.md @@ -505,7 +505,7 @@ number of concurrent celery tasks to the integer. `ContainerRegistry.container_registries` dictionary of registries_url to upload built container images with callable function to configure registry instance with credentials. Example configuration shown -bellow. Some registries are more complex to setup such as ECR, GCR, +below. Some registries are more complex to setup such as ECR, GCR, etc. `password` is often the token generated from the AWS, GCP, Azure, and Digital Ocean clients. diff --git a/docusaurus-docs/conda-store/references/database.md b/docusaurus-docs/conda-store/references/database.md index a9f4d0a90..d183b16fe 100644 --- a/docusaurus-docs/conda-store/references/database.md +++ b/docusaurus-docs/conda-store/references/database.md @@ -11,7 +11,7 @@ This page is in active development, some content may be inaccurate. ## Model At a high level the database model can be described in the image -bellow. +below. ![high level diagram](../images/conda-store-database-architecture.png) @@ -25,7 +25,7 @@ Important things to note about the relationship: - A `condapackage` is a representation of a given Conda package which belongs to a given `condachannel` - A `specification` is the environment.yaml using in `conda env create -f ` -The following will generate the database model shown bellow. It was +The following will generate the database model shown below. It was generated from the `examples/docker` example. You'll see in the command that we are excluding several tables. These tables are managed by [celery](https://docs.celeryproject.org/en/stable/).