Skip to content

Commit c973fe3

Browse files
committed
Make descriptions unique
1 parent ed98400 commit c973fe3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

src/content/doc-surrealdb/cli/export.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 5
33
sidebar_label: Export command
44
title: Export command | CLI tool
5-
description: The export command exports a SurrealQL script file from a local or remote SurrealDB database server.
5+
description: A command to export data from a SurrealDB database server into a SurrealQL file format.
66
---
77

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

src/content/doc-surrealdb/cli/fix.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 6
33
sidebar_label: Fix command
44
title: Fix command | CLI tool
5-
description: The fix command converts SurrealDB version 1.x data into a format that can be used in SurrealDB 2.0
5+
description: A command to convert SurrealDB version 1.x data into a usable format for versions 2.0 and above.
66
---
77

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

src/content/doc-surrealdb/cli/help.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 4
33
sidebar_label: Help command
44
title: Help command | CLI tool
5-
description: The help command displays help information and instructions on the command-line tool and its arguments.
5+
description: A command to display all possible top-level commands and arguments used in the the SurrealDB binary.
66
---
77

88
# Help command

src/content/doc-surrealdb/cli/import.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 7
33
sidebar_label: Import command
44
title: Import command | CLI tool
5-
description: The import command imports a SurrealQL script file into a local or remote SurrealDB database server.
5+
description: A command that imports a file in SurrealQL format into a local or remote SurrealDB database server.
66
---
77

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

src/content/doc-surrealdb/cli/isready.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 8
33
sidebar_label: Isready command
44
title: Isready command | CLI tool
5-
description: The isready command attempts to connect to a remote SurrealDB server to detect if it has successfully started.
5+
description: A command that determines whether a SurrealDB server has started and is able to accept connections.
66
---
77
import Label from "@components/shared/Label.astro";
88

src/content/doc-surrealdb/cli/sql.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 3
33
sidebar_label: SQL command
44
title: SQL command | CLI tool
5-
description: The SQL command starts a REPL for running or piping SurrealQL queries to a local or remote SurrealDB database server.
5+
description: A command that starts a command-line REPL to make SurrealQL to a local or remote SurrealDB database server.
66
---
77
import Since from '@components/shared/Since.astro'
88
import Label from "@components/shared/Label.astro";

src/content/doc-surrealdb/cli/start.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 2
33
sidebar_label: Start command
44
title: Start command | CLI tool
5-
description: The start command starts a SurrealDB server in memory, on disk, or in a distributed setup.
5+
description: A command that begins a running instance of a SurrealDB server with arguments to set the storage backend, authentication and more.
66
---
77
import Since from '@components/shared/Since.astro'
88
import Label from "@components/shared/Label.astro";

src/content/doc-surrealdb/cli/upgrade.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 10
33
sidebar_label: Upgrade command
44
title: Upgrade command | CLI tool
5-
description: The upgrade command upgrades SurrealDB to the latest version, nightly or a specified version.
5+
description: A command to change the current version of SurrealDB to another one, including the latest version, specified version, or nightly.
66
---
77

88
import Since from '@components/shared/Since.astro'

src/content/doc-surrealdb/cli/validate.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 11
33
sidebar_label: Validate command
44
title: Validate command | CLI tool
5-
description: The validate command validates one or many SurrealQL language files.
5+
description: A command to confirm whether one or more SurrealQL files are valid or not.
66
---
77
import Label from "@components/shared/Label.astro";
88

src/content/doc-surrealdb/cli/version.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 12
33
sidebar_label: Version command
44
title: Version command | CLI tool
5-
description: The version command outputs the current version of the installed command-line tool, and the machine architecture.
5+
description: A command to output the current version of the SurrealDB binary along with the machine architecture.
66
---
77
import Since from '@components/shared/Since.astro'
88
import Label from "@components/shared/Label.astro";

0 commit comments

Comments
 (0)