chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/ml_v1.projects.locations.html b/docs/dyn/ml_v1.projects.locations.html
index 2d50495..e53afdf 100644
--- a/docs/dyn/ml_v1.projects.locations.html
+++ b/docs/dyn/ml_v1.projects.locations.html
@@ -117,7 +117,6 @@
   An object of the form:
 
     {
-    "name": "A String",
     "capabilities": [ # Capabilities available in the location.
       {
         "availableAccelerators": [ # Available accelerators for the capability.
@@ -126,6 +125,7 @@
         "type": "A String",
       },
     ],
+    "name": "A String",
   }</pre>
 </div>
 
@@ -146,9 +146,9 @@
   An object of the form:
 
     {
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Optional. Pass this token as the `page_token` field of the request for a subsequent call.
     &quot;locations&quot;: [ # Locations where at least one type of CMLE capability is available.
       {
-        &quot;name&quot;: &quot;A String&quot;,
         &quot;capabilities&quot;: [ # Capabilities available in the location.
           {
             &quot;availableAccelerators&quot;: [ # Available accelerators for the capability.
@@ -157,9 +157,9 @@
             &quot;type&quot;: &quot;A String&quot;,
           },
         ],
+        &quot;name&quot;: &quot;A String&quot;,
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Optional. Pass this token as the `page_token` field of the request for a subsequent call.
   }</pre>
 </div>