Skip to content

Commit

Permalink
Change H2->H1 (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Jan 15, 2025
1 parent cab2294 commit c6edc25
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/content/doc-sdk-dotnet/methods/listen_live.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The .NET SDK for SurrealDB enables you to listen for changes to rec

import Label from "@components/shared/Label.astro";

## `.ListenLive<T>()` {#listen-live}
# `.ListenLive<T>()` {#listen-live}

Listen responses from an existing live query.

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-sdk-dotnet/methods/use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The .NET SDK for SurrealDB enables simple and advanced querying of

import Label from "@components/shared/Label.astro";

## `.Use()` {#use}
# `.Use()` {#use}

Switch to a specific namespace and database.

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-sdk-golang/methods/authenticate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The Golang SDK for SurrealDB enables simple and advanced querying o

import Label from "@components/shared/Label.astro";

## `.Authenticate()` {#authenticate}
# `.Authenticate()` {#authenticate}

Authenticates the current connection with a JWT token.

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-sdk-golang/methods/live_notification.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The Golang SDK enables you to listen for changes to records in a ta

import Label from "@components/shared/Label.astro";

## `.LiveNotifications<T>(queryUuid)` {#live-notifications}
# `.LiveNotifications<T>(queryUuid)` {#live-notifications}

Listen responses from an existing live query.

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-sdk-golang/methods/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The Golang SDK for SurrealDB enables simple and advanced querying o

import Label from "@components/shared/Label.astro";

## `.New()` {#new}
# `.New()` {#new}

Connects to a remote database endpoint.

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-sdk-golang/methods/use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The use method switches to a specific namespace and database.

import Label from "@components/shared/Label.astro";

## `.Use()` {#use}
# `.Use()` {#use}

Switch to a specific namespace and database.

Expand Down
2 changes: 1 addition & 1 deletion src/content/doc-sdk-javascript/methods/subscribelive.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: The SurrealDB SDK for JavaScript enables you to listen for changes
import Label from "@components/shared/Label.astro";


## `.subscribeLive()` {#subscribeLive}
# `.subscribeLive()` {#subscribeLive}

Registers a callback function for a running live query.

Expand Down

0 comments on commit c6edc25

Please sign in to comment.