[fidldoc] Update reference docs for main
diff --git a/main/sdk/fidl/fuchsia.component.sandbox/README.md b/main/sdk/fidl/fuchsia.component.sandbox/README.md
index 404d569..0182995 100644
--- a/main/sdk/fidl/fuchsia.component.sandbox/README.md
+++ b/main/sdk/fidl/fuchsia.component.sandbox/README.md
@@ -364,6 +364,37 @@
         </tr>
 </table>
 
+### CreateHandle {#Factory.CreateHandle}
+
+<p>Creates a <code>Handle</code> from the provided <code>handle</code>.</p>
+
+
+
+#### Request {#Factory.CreateHandle_Request}
+
+<table>
+    <tr><th>Name</th><th>Type</th></tr>
+        <tr>
+            <td><code>handle</code></td>
+            <td>
+                <code>handle&lt;handle&gt;</code>
+            </td>
+        </tr>
+</table>
+
+
+#### Response {#Factory.CreateHandle_Response}
+
+<table>
+    <tr><th>Name</th><th>Type</th></tr>
+        <tr>
+            <td><code>payload</code></td>
+            <td>
+                <code><a class='link' href='#Factory_CreateHandle_Result'>Factory_CreateHandle_Result</a></code>
+            </td>
+        </tr>
+</table>
+
 ### CreateSender {#Factory.CreateSender}
 
 <p>Creates a <code>Sender</code> from a client served <code>Receiver</code>.</p>
@@ -654,7 +685,7 @@
 </table>
 
 ### Factory_CreateDictionary_Response [resource](/fuchsia-src/reference/fidl/language/language.md#value-vs-resource){:.fidl-attribute} {#Factory_CreateDictionary_Response data-text="Factory_CreateDictionary_Response"}
-*Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=272)*
+*Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=279)*
 
 <table>
     <tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr>
@@ -668,6 +699,21 @@
         </tr>
 </table>
 
+### Factory_CreateHandle_Response [resource](/fuchsia-src/reference/fidl/language/language.md#value-vs-resource){:.fidl-attribute} {#Factory_CreateHandle_Response data-text="Factory_CreateHandle_Response"}
+*Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=274)*
+
+<table>
+    <tr><th>Field</th><th>Type</th><th>Description</th><th>Default</th></tr>
+        <tr id="Factory_CreateHandle_Response.capability">
+            <td><code>capability</code></td>
+            <td>
+                <code><a class='link' href='#HandleCapability'>HandleCapability</a></code>
+            </td>
+            <td></td>
+            <td>No default</td>
+        </tr>
+</table>
+
 ### Factory_CreateSender_Response [resource](/fuchsia-src/reference/fidl/language/language.md#value-vs-resource){:.fidl-attribute} {#Factory_CreateSender_Response data-text="Factory_CreateSender_Response"}
 *Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=267)*
 
@@ -1214,7 +1260,7 @@
 </table>
 
 ### Factory_CreateDictionary_Result [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} [resource](/fuchsia-src/reference/fidl/language/language.md#value-vs-resource){:.fidl-attribute} {#Factory_CreateDictionary_Result data-text="Factory_CreateDictionary_Result"}
-*Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=272)*
+*Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=279)*
 <table>
     <tr><th>Ordinal</th><th>Variant</th><th>Type</th><th>Description</th></tr>
         <tr id="Factory_CreateDictionary_Result.response">
@@ -1235,6 +1281,28 @@
         </tr>
 </table>
 
+### Factory_CreateHandle_Result [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} [resource](/fuchsia-src/reference/fidl/language/language.md#value-vs-resource){:.fidl-attribute} {#Factory_CreateHandle_Result data-text="Factory_CreateHandle_Result"}
+*Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=274)*
+<table>
+    <tr><th>Ordinal</th><th>Variant</th><th>Type</th><th>Description</th></tr>
+        <tr id="Factory_CreateHandle_Result.response">
+<td><h3 id="Factory_CreateHandle_Result.response" class="add-link hide-from-toc">1</h3></td>
+            <td><code>response</code></td>
+            <td>
+                <code><a class='link' href='#Factory_CreateHandle_Response'>Factory_CreateHandle_Response</a></code>
+            </td>
+            <td></td>
+        </tr>
+        <tr id="Factory_CreateHandle_Result.framework_err">
+<td><h3 id="Factory_CreateHandle_Result.framework_err" class="add-link hide-from-toc">3</h3></td>
+            <td><code>framework_err</code></td>
+            <td>
+                <code>internal</code>
+            </td>
+            <td></td>
+        </tr>
+</table>
+
 ### Factory_CreateSender_Result [strict](/fuchsia-src/reference/fidl/language/language.md#strict-vs-flexible){:.fidl-attribute} [resource](/fuchsia-src/reference/fidl/language/language.md#value-vs-resource){:.fidl-attribute} {#Factory_CreateSender_Result data-text="Factory_CreateSender_Result"}
 *Defined in [fuchsia.component.sandbox/sandbox.fidl](https://cs.opensource.google/fuchsia/fuchsia/+/main:sdk/fidl/fuchsia.component.sandbox/sandbox.fidl;l=267)*
 <table>