From: Peter Amstutz Date: Mon, 24 Oct 2022 21:03:52 +0000 (-0400) Subject: 19466: Add link to section later in the page X-Git-Tag: 2.5.0~52^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/53d3f0bd7ed8ddb597f8615d87ec4691cce62f51 19466: Add link to section later in the page Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/doc/api/properties.html.textile.liquid b/doc/api/properties.html.textile.liquid index b8932fd312..bf4b05cdc5 100644 --- a/doc/api/properties.html.textile.liquid +++ b/doc/api/properties.html.textile.liquid @@ -19,7 +19,7 @@ The following properties are set by Arvados components. table(table table-bordered table-condensed). |_. Property name|_. Appears on|_. Value type|_.Description| -|type|collection|string|Appears on collections to indicates the contents or usage. See below for details.| +|type|collection|string|Appears on collections to indicates the contents or usage. See "Collection type values":#collectiontype below for details.| |container_request|collection|string|The UUID of the container request that produced an output or log collection.| |docker-image-repo-tag|collection|string|For collections containing a Docker image, the repo/name:tag identifier| |container_uuid|collection|string|The UUID of the container that produced a collection (set on collections with type=log)| @@ -31,9 +31,9 @@ table(table table-bordered table-condensed). |image_timestamp|link|string|When resolving a Docker image name and multiple links are found with @link_class=docker_image_repo+tag@ and same @link_name@, the @image_timestamp@ is used to determine precedence (most recent wins).| |filters|group|array of array of string|Used to define "filter groups":projects.html#filtergroup| -h3. Collection "type" values +h3(#collectiontype). Collection "type" values -Meaningful values of the @type@ property. +Meaningful values of the @type@ property. These are recognized by Workbench when filtering on types of collections from the project content listing. table(table table-bordered table-condensed). |_. Type|_.Description|