Skip to content

Commit

Permalink
Add aliases to linked terms; Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyJ27 committed Nov 1, 2023
1 parent de4838f commit 73cae17
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/docs/command-reference/exp/list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# exp list

> Aliased to `dvc ls`.
> Aliased to `dvc exp ls`.
List experiments in a <abbr>DVC repository</abbr> (remote or local).

Expand Down
2 changes: 1 addition & 1 deletion content/docs/command-reference/move.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# move

> Aliased to `dvc exp mv`.
> Aliased to `dvc mv`.
Rename a file or directory tracked with a `.dvc` file, and modify the `.dvc`
file to reflect the change. The `.dvc` file is renamed if the file or directory
Expand Down
12 changes: 12 additions & 0 deletions content/linked-terms.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,17 @@ module.exports = [
{
matches: 'dvc ls',
url: '/doc/command-reference/list'
},
{
matches: 'dvc mv',
url: '/doc/command-reference/move'
},
{
matches: 'dvc rm',
url: '/doc/command-reference/remove'
},
{
matches: 'dvc exp rm',
url: '/doc/command-reference/exp/remove'
}
]

0 comments on commit 73cae17

Please sign in to comment.