Skip to content

Commit

Permalink
chore(gae): migrate region tags from docs/appengine/datastore/indexes…
Browse files Browse the repository at this point in the history
…/index.yaml (#5130)

* chore(gae): migrate region tags from docs/appengine/datastore/indexes/index.yaml

* Undo last change

* chore(gae): undo last commits

* chore(gae): migrate region tags from docs/appengine/datastore/indexes/index.yaml

---------

Co-authored-by: Eric Schmidt <[email protected]>
  • Loading branch information
OremGLG and telpirion authored Feb 6, 2025
1 parent 81fd4df commit d5dcc55
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/appengine/datastore/indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

// [START gae_datastore_exploding_index_2_yaml_go]
// [START exploding_index_example_2]
indexes:
- kind: Widget
Expand All @@ -20,8 +21,9 @@ indexes:
- name: Y
- name: Date
// [END exploding_index_example_2]
// [END gae_datastore_exploding_index_2_yaml_go]


// [START gae_datastore_exploding_index_4_yaml_go]
// [START exploding_index_example_4]
indexes:
- kind: Widget
Expand All @@ -33,4 +35,4 @@ indexes:
- name: Y
- name: Date
// [END exploding_index_example_4]

// [END gae_datastore_exploding_index_4_yaml_go]

0 comments on commit d5dcc55

Please sign in to comment.