Merge branch '21666-provision-test-improvement'
[arvados.git] / doc / architecture / index.html.textile.liquid
index 09d593db2b71874d82b667425acf81df9719c74d..230a9be8f5244045640a1e433a8348fbe40e4bc9 100644 (file)
@@ -14,12 +14,11 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 h3. Services
 
-Located in @arvados/services@ except for Workbench which is located in @arvados/apps/workbench@.
+Located in @arvados/services@.
 
 table(table table-bordered table-condensed).
 |_. Component|_. Description|
 |api|The API server is the core of Arvados.  It is backed by a Postgres database and manages information such as metadata for storage, a record of submitted compute jobs, users, groups, and associated permissions.|
-|arvados-git-httpd|Provides a git+http interface to Arvados-managed git repositories, with permissions and authentication based on an Arvados API token.|
 |arvados-dispatch-cloud|Provide elastic computing by creating and destroying cloud based virtual machines on compute demand.|
 |crunch-dispatch-local|Get compute requests submitted to the API server and execute them locally.|
 |crunch-dispatch-slurm|Get compute requests submitted to the API server and submit them to slurm.|