Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/home/feature-management/edgedb/edge-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For specific documentation on how to use Edge Flags with each SDK
- [JS SDK](/sdk/client-side-sdks/javascript/javascript-usage#edgedb)
- [iOS SDK](/sdk/client-side-sdks/ios#edgedb)
- [Android SDK](/sdk/client-side-sdks/android#edgedb)
- [React SDK](/sdk/client-side-sdks/react#edgedb)
- [React SDK](/sdk/client-side-sdks/react/react-usage#edgedb)
- [React Native](/sdk/client-side-sdks/react-native/react-native-usage#edgedb)

#### Server SDKs
Expand Down
4 changes: 2 additions & 2 deletions docs/sdk/client-side-sdks/javascript/javascript-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1
---


## 1. NPM Module
## NPM Module

The recommended way to include the JS SDK is by bundling it with the rest of your application code using our NPM Module.

Expand All @@ -21,7 +21,7 @@ To use the JS SDK in your project, import the `initialize` function:
import { initialize } from "@devcycle/devcycle-js-sdk";
```

## 2. Using the CDN
## Using the CDN

If you want to load the JS SDK on your webpage separately from your main application bundle, you can use a script tag to do so.

Expand Down
350 changes: 0 additions & 350 deletions docs/sdk/client-side-sdks/react.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/sdk/client-side-sdks/react/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
position: 2
collapsed: true
Loading