13282: Add architecture section
[arvados.git] / doc / api / execution.html.textile.liquid
index 998874763ec3ee39334e8499100c8e0282e2e322..3c7347dd60bd8c61a75f1a77929227da4750dea4 100644 (file)
@@ -1,6 +1,6 @@
 ---
 layout: default
-navsection: api
+navsection: architecture
 title: Computing with Crunch
 ...
 {% comment %}
@@ -13,8 +13,6 @@ Crunch is the name for the Arvados system for managing computation.  It provides
 
 h2. Container API
 
-Note: although the preferred API for Arvados going forward, the Container API may not yet be available on all installations.
-
 # To submit work, create a "container request":{{site.baseurl}}/api/methods/container_requests.html in the @Committed@ state.
 # The system will fufill the container request by creating or reusing a "Container object":{{site.baseurl}}/api/methods/containers.html and assigning it to the @container_uuid@ field.  If the same request has been submitted in the past, it may reuse an existing container.  The reuse behavior can be suppressed with @use_existing: false@ in the container request.
 # The dispatcher process will notice a new container in @Queued@ state and submit a container executor to the underlying work queuing system (such as SLURM).
@@ -22,7 +20,7 @@ Note: although the preferred API for Arvados going forward, the Container API ma
 # When the container associated with the container request is completed, the container request will go into the @Final@ state.
 # The @output_uuid@ field of the container request contains the uuid of output collection produced by container request.
 
-!{{site.baseurl}}/images/Crunch_dispatch.svg!
+!(full-width){{site.baseurl}}/images/Crunch_dispatch.svg!
 
 h2. Job API (deprecated)