build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/ml_v1.projects.locations.html b/docs/dyn/ml_v1.projects.locations.html
index 6a39538..2d50495 100644
--- a/docs/dyn/ml_v1.projects.locations.html
+++ b/docs/dyn/ml_v1.projects.locations.html
@@ -117,6 +117,7 @@
   An object of the form:
 
     {
+    "name": "A String",
     "capabilities": [ # Capabilities available in the location.
       {
         "availableAccelerators": [ # Available accelerators for the capability.
@@ -125,7 +126,6 @@
         "type": "A String",
       },
     ],
-    "name": "A String",
   }</pre>
 </div>
 
@@ -148,6 +148,7 @@
     {
     &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.
@@ -156,7 +157,6 @@
             &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.