Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/reference/cli/bench.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno bench`, benchmarking tool"
title: "deno bench"
oldUrl:
- /runtime/manual/tools/benchmarker/
- /runtime/reference/cli/benchmarker/
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/compile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno compile`, standalone executables"
title: "deno compile"
oldUrl:
- /runtime/manual/tools/compile/
- /runtime/manual/tools/compiler/
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/create.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "deno create, scaffold a new project"
title: "deno create"
command: create
openGraphLayout: "/open_graph/cli-commands.jsx"
openGraphTitle: "deno create"
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/doc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno doc`, documentation generator"
title: "deno doc"
oldUrl:
- /runtime/manual/tools/doc/
- /runtime/manual/tools/documentation_generator/
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/fmt.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno fmt`, code formatting"
title: "deno fmt"
oldUrl:
- /runtime/tools/formatter/
- /runtime/manual/tools/formatter/
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno info`, dependency inspector"
title: "deno info"
oldUrl:
- /runtime/manual/tools/dependency_inspector/
- /runtime/manual/tools/info/
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/init.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno init`, start a new project"
title: "deno init"
oldUrl: /runtime/manual/tools/init/
command: init
openGraphLayout: "/open_graph/cli-commands.jsx"
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/install.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno install`"
title: "deno install"
oldUrl:
- /runtime/manual/tools/script_installer/
- /runtime/reference/cli/script_installer/
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/lint.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno lint`, linter"
title: "deno lint"
oldUrl:
- /runtime/tools/linter/
- /runtime/fundamentals/linting_and_formatting/lint-cli-ref
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/repl.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno repl`, interactive scripting prompt"
title: "deno repl"
oldUrl: /runtime/manual/tools/repl/
command: repl
openGraphLayout: "/open_graph/cli-commands.jsx"
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/run.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno run`, run a file"
title: "deno run"
oldUrl: /runtime/manual/tools/run/
command: run
openGraphLayout: "/open_graph/cli-commands.jsx"
Expand Down
2 changes: 1 addition & 1 deletion runtime/reference/cli/task.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "`deno task`"
title: "deno task"
oldUrl:
- /runtime/tools/task_runner/
- /runtime/manual/tools/task_runner/
Expand Down
Loading