Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
}
]
},
{
"version": "8.6",
"languages": [
{
"$ref": "./navigation/8.6.en.json"
}
]
},
{
"version": "8.5",
"languages": [
Expand Down
278 changes: 0 additions & 278 deletions navigation/8.6.en.json

This file was deleted.

1 change: 0 additions & 1 deletion query/cquery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Of the [set of functions](/query/language#functions "list of query functions")
supported by `query`, `cquery` supports all but
[`allrdeps`](/query/language#allrdeps),
[`buildfiles`](/query/language#buildfiles),
[`loadfiles`](/query/language#loadfiles),
[`rbuildfiles`](/query/language#rbuildfiles),
[`siblings`](/query/language#siblings), [`tests`](/query/language#tests), and
[`visible`](/query/language#visible).
Expand Down
2 changes: 1 addition & 1 deletion reference/be/general.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ cc_library(
| Attributes | |
| --- | --- |
| `name` | [Name](/concepts/labels#target-names); required A unique name for this target. |
| `srcs` | List of [labels](/concepts/labels); default is `[]` The list of targets that are members of the file group. Targets named in the `srcs` attribute will be added to the `runfiles` of this `filegroup` rule. It is common to use the result of a [glob](/reference/be/functions#glob) expression for the value of the `srcs` attribute. |
| `srcs` | List of [labels](/concepts/labels); default is `[]` The list of targets that are members of the file group. It is common to use the result of a [glob](/reference/be/functions#glob) expression for the value of the `srcs` attribute. |
| `data` | List of [labels](/concepts/labels); default is `[]` The list of files needed by this rule at runtime. Targets named in the `data` attribute will be added to the `runfiles` of this `filegroup` rule. When the `filegroup` is referenced in the `data` attribute of another rule its `runfiles` will be added to the `runfiles` of the depending rule. See the [data dependencies](/concepts/dependencies#data-dependencies) section and [general documentation of `data`](/reference/be/common-definitions#common.data) for more information about how to depend on and use data files. |
| `output_group` | String; default is `""` The output group from which to gather artifacts from sources. If this attribute is specified, artifacts from the specified output group of the dependencies will be exported instead of the default output group. An "output group" is a category of output artifacts of a target, specified in that rule's implementation. |

Expand Down
Loading