diff --git a/src/pages/docs.html b/src/pages/docs.html index 8dd6438..92fdac9 100644 --- a/src/pages/docs.html +++ b/src/pages/docs.html @@ -56,6 +56,12 @@
Userbase is accessible directly from the browser through a very simple JavaScript SDK. The following is the complete set of APIs that let you create user accounts, handle logins, and persist user data.
+Use this API to configure your Userbase client.
+Use these APIs to create user accounts, handle logins and logouts, and resume sessions when a user returns to your web app.
Configure lets you configure your Userbase client.
+ +
+ userbase.configure({ appId, endpoint })
+
+
+