Skip to content

Commit aa7751e

Browse files
author
Athira M
committed
yarn docgen changes added
1 parent d3e0838 commit aa7751e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-devsite/remote-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The Firebase Remote Config Web SDK. This SDK does not work in a Node.js environm
4343
| [CustomSignals](./remote-config.customsignals.md#customsignals_interface) | Defines the type for representing custom signals and their values.<p>The values in CustomSignals must be one of the following types:<ul> <li><code>string</code> <li><code>number</code> <li><code>null</code> </ul> |
4444
| [FetchResponse](./remote-config.fetchresponse.md#fetchresponse_interface) | Defines a successful response (200 or 304).<p>Modeled after the native <code>Response</code> interface, but simplified for Remote Config's use case. |
4545
| [FirebaseRemoteConfigObject](./remote-config.firebaseremoteconfigobject.md#firebaseremoteconfigobject_interface) | Defines a self-descriptive reference for config key-value pairs. |
46-
| [RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface) | /\*\* The Firebase Remote Config service interface. |
46+
| [RemoteConfig](./remote-config.remoteconfig.md#remoteconfig_interface) | The Firebase Remote Config service interface. |
4747
| [RemoteConfigOptions](./remote-config.remoteconfigoptions.md#remoteconfigoptions_interface) | Options for Remote Config initialization. |
4848
| [RemoteConfigSettings](./remote-config.remoteconfigsettings.md#remoteconfigsettings_interface) | Defines configuration options for the Remote Config SDK. |
4949
| [Value](./remote-config.value.md#value_interface) | Wraps a value with metadata and type-safe getters. |

docs-devsite/remote-config.remoteconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://github.com/firebase/firebase-js-sdk
1010
{% endcomment %}
1111

1212
# RemoteConfig interface
13-
/\*\* The Firebase Remote Config service interface.
13+
The Firebase Remote Config service interface.
1414

1515
<b>Signature:</b>
1616

0 commit comments

Comments
 (0)