Skip to content

Commit

Permalink
fix: replace Command Line Interface with CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
KuznetsovRoman committed Aug 9, 2024
1 parent 040c335 commit 141cdf7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/command-line/index.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import Admonition from "@theme/Admonition";

# Интерфейс командной строки {#cli}
# CLI {#cli}

Testplane позволяет устанавливать параметры через интерфейс командной строки.
Testplane позволяет устанавливать параметры через CLI.

## Обзор {#overview}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Admonition from "@theme/Admonition";

# Command Line Interface {#cli}
# CLI {#cli}

Testplane allows setting options via command line interface.

Expand Down
4 changes: 2 additions & 2 deletions i18n/ru/docusaurus-plugin-content-docs/current.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
"message": "Быстрый старт",
"description": "The label for the doc item Quickstart in sidebar mainSidebar, linking to the doc quickstart/index"
},
"sidebar.mainSidebar.doc.Command Line Interface": {
"message": "Интерфейс командной строки",
"sidebar.mainSidebar.doc.CLI": {
"message": "CLI",
"description": "The label for the doc item Command Line in sidebar mainSidebar, linking to the doc command-line/index"
}
}
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const sidebars: SidebarsConfig = {
{
type: "doc",
id: "command-line/index",
label: "Command Line Interface",
label: "CLI",
},
{
type: "category",
Expand Down

0 comments on commit 141cdf7

Please sign in to comment.