[fidldoc] Updating fidl reference docs
diff --git a/sdk/fidl/README.md b/sdk/fidl/README.md
index ada5f05..d603552 100644
--- a/sdk/fidl/README.md
+++ b/sdk/fidl/README.md
@@ -735,6 +735,10 @@
     <td></td>
 </tr>
 <tr>
+    <td><a href="fuchsia.recovery.policy/index">fuchsia.recovery.policy</a></td>
+    <td></td>
+</tr>
+<tr>
     <td><a href="fuchsia.recovery.ui/index">fuchsia.recovery.ui</a></td>
     <td></td>
 </tr>
diff --git a/sdk/fidl/_toc.yaml b/sdk/fidl/_toc.yaml
index edb9234..2de3ef1 100644
--- a/sdk/fidl/_toc.yaml
+++ b/sdk/fidl/_toc.yaml
@@ -359,6 +359,8 @@
     path: /reference/fidl/fuchsia.process.lifecycle
   - title: fuchsia.recovery
     path: /reference/fidl/fuchsia.recovery
+  - title: fuchsia.recovery.policy
+    path: /reference/fidl/fuchsia.recovery.policy
   - title: fuchsia.recovery.ui
     path: /reference/fidl/fuchsia.recovery.ui
   - title: fuchsia.router.config
diff --git a/sdk/fidl/fuchsia.recovery.policy/README.md b/sdk/fidl/fuchsia.recovery.policy/README.md
new file mode 100644
index 0000000..e1337f2
--- /dev/null
+++ b/sdk/fidl/fuchsia.recovery.policy/README.md
@@ -0,0 +1,50 @@
+[TOC]
+
+# fuchsia.recovery.policy
+
+
+## **PROTOCOLS**
+
+## Device {#Device}
+*Defined in [fuchsia.recovery.policy/device.fidl](https://fuchsia.googlesource.com/fuchsia/+/master/sdk/fidl/fuchsia.recovery.policy/device.fidl#12)*
+
+<p>A protocol for controlling whether factory reset can be triggered by holding
+the physical button.
+This protocol will be used by Settings service to make root_presenter aware
+of a new FactoryReset policy.</p>
+
+### SetIsLocalResetAllowed {#fuchsia.recovery.policy/Device.SetIsLocalResetAllowed}
+
+<p>Sets whether local factory reset is enabled, and persists the setting
+after reboot.
+If this function has never been called on this device, then local
+factory reset is allowed by default.</p>
+
+#### Request
+<table>
+    <tr><th>Name</th><th>Type</th></tr>
+    <tr>
+            <td><code>allowed</code></td>
+            <td>
+                <code>bool</code>
+            </td>
+        </tr></table>
+
+
+
+
+
+## **STRUCTS**
+
+
+
+
+
+
+
+
+
+
+
+
+