Skip to content

Commit e0e5dd3

Browse files
authored
docs: update index.yaml with gcloud references (#2901)
We didn't document how to create and clean up indexes, this PR adds the links to `gcloud` documentation.
1 parent 005a71b commit e0e5dd3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

gcp/datastore/index.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
# https://cloud.google.com/datastore/docs/concepts/optimize-indexes
1717
# https://cloud.google.com/datastore/docs/tools/indexconfig
1818

19+
# To create new indexes, see
20+
# https://cloud.google.com/sdk/gcloud/reference/datastore/indexes/create
21+
# To cleanup indexes, see
22+
# https://cloud.google.com/sdk/gcloud/reference/datastore/indexes/cleanup
23+
1924
indexes:
2025
# Semver fixed index is used in ordering, so one index per combination of fields queried.
2126
- kind: Bug

0 commit comments

Comments
 (0)