Skip to content

Commit

Permalink
Chore: Update duplicate description across pages (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Aug 8, 2024
1 parent c542ff7 commit 077a87d
Show file tree
Hide file tree
Showing 19 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 2
sidebar_label: Authentication
title: JavaScript | SDKs | Integration
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
title: JavaScript | SDK | Authentication
description: SurrealDB supports a number of methods for authenticating users and securing the database.
---

# Authentication
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 5
sidebar_label: Data Querying
title: JavaScript | SDKs | Integration
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
title: JavaScript | SDK | Data Querying
description: SurrealDB supports a number of methods for interacting with the database and performing CRUD operations.
---

# Data Querying
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
sidebar_label: SDK methods
title: JavaScript | SDKs | Integration
title: JavaScript | SDK | Methods
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
sidebar_label: Initialization
title: JavaScript | SDKs | Integration
title: JavaScript | SDK | Initialization
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 3
sidebar_label: Parameters
title: JavaScript | SDKs | Integration
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
title: JavaScript | SDK | Parameters
description: The SurrealDB SDK for JavaScript allows you to define parameters that can be used to store and retrieve data from SurrealDB.
---

# Parameters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 4
sidebar_label: Live Queries
title: JavaScript | SDKs | Integration
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
title: JavaScript | SDK | Live Queries
description: The SurrealDB SDK for JavaScript allows you to create live queries that listen for changes in the database and automatically update your application when changes occur.
---

# Live Queries
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 7
sidebar_label: Utilities
title: JavaScript | SDKs | Integration
title: JavaScript | SDK | Utilities
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
sidebar_label: Data Types
title: JavaScript | SDKs | Integration
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
description: The JavaScript SDK translates all datatypes native to SurrealQL into either datatypes native to JavaScript, or a custom implementation. This document describes all datatypes, and links to their respective documentation.
---

# Data Types
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
sidebar_label: Node
title: JavaScript | SDKs | Engines | Node
title: JavaScript | SDK | Engines | Node
description: The SurrealDB SDK for JavaScript using the Node engine.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 2
sidebar_label: Wasm
title: JavaScript | SDKs | Engines | Wasm
title: JavaScript | SDK | Engines | Wasm
description: The SurrealDB SDK for JavaScript using the wasm engine.
---

Expand Down
2 changes: 1 addition & 1 deletion doc-sdk-javascript_versioned_docs/version-1.x/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
sidebar_label: Overview
title: JavaScript | SDKs | Integration
title: JavaScript | SDK | Overview
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
---

Expand Down
4 changes: 2 additions & 2 deletions doc-sdk-javascript_versioned_docs/version-1.x/setup.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 3
sidebar_label: Getting Started
title: JavaScript | SDKs | Integration
description: The SurrealDB SDK for JavaScript enables simple and advanced querying of a remote or embedded database.
title: JavaScript | SDK | Getting Started
description: SurrealDB supports a number of methods for connecting to the database and performing data queries.
---

# Getting Started
Expand Down
2 changes: 1 addition & 1 deletion doc-surrealist_versioned_docs/version-2.x/faqs/info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
sidebar_label: FAQs
title: Surrealist | Frequently Asked Questions
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: Frequently asked questions about Surrealist. Find answers to common questions about Surrealist, the SurrealDB database, and more.
---

# Frequently Asked Questions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
sidebar_label: Known Issues
title: Surrealist | Known Issues
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: Known issues and bugs with Surrealist. Here are some known bugs and issues with Surrealist.
---

# Known Issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 3
sidebar_label: Getting Started
title: Surrealist | Getting Started
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: This page will guide you through the process of setting up and using Surrealist. At this point we assume you have already installed Surrealist on your system. If you have not done so yet, please refer to the installation guide.
---

import ThemedImage from '@theme/ThemedImage';
Expand Down
2 changes: 1 addition & 1 deletion doc-surrealist_versioned_docs/version-2.x/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
sidebar_label: Installation
title: Surrealist | Installation
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: Get started with Surrealist by installing the desktop or web app. The desktop app offers more features and flexibility, while the web app is more accessible and portable.
---

import ThemedImage from '@theme/ThemedImage';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 8
sidebar_label: Troubleshooting
title: Surrealist | Feedback & Questions
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: This page contains information on troubleshooting and feedback for Surrealist.
---

# Troubleshooting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
sidebar_label: Creating a Connection
title: Surrealist | Creating a Connection
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: Learn how to create a connection to a SurrealDB database using Surrealist. You can connect to a remote database or run a local database using Surrealist Desktop.
---

import ThemedImage from '@theme/ThemedImage';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
sidebar_label: Defining a Schema In Surrealist
title: Surrealist | Defining a Schema
description: Surrealist is a user interface for interacting with your SurrealDB database visually. It enables you to seamlessly connect to any SurrealDB instance, allowing you to execute queries, explore your tables, design your schemas, and much more.
description: Learn how to define a schema in Surrealist. A schema is a blueprint of your database that defines the structure of your tables, the relationships between them, and the constraints that apply to your data.
---
import { SurrealistMini } from "@site/src/components/SurrealistMini"

Expand Down

0 comments on commit 077a87d

Please sign in to comment.