Skip to content

Commit

Permalink
alphabetise cli reference menu ready for new documentation (denoland#364
Browse files Browse the repository at this point in the history
)
  • Loading branch information
thisisjofrank authored Mar 15, 2024
1 parent b2a4910 commit fba456a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions sidebars/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ const sidebars = {
label: "deno compile",
id: "manual/tools/compiler",
},
{
type: "doc",
label: "deno info",
id: "manual/tools/dependency_inspector",
},
{
type: "doc",
label: "deno doc",
Expand All @@ -140,11 +135,21 @@ const sidebars = {
label: "deno fmt",
id: "manual/tools/formatter",
},
{
type: "doc",
label: "deno info",
id: "manual/tools/dependency_inspector",
},
{
type: "doc",
label: "deno init",
id: "manual/tools/init",
},
{
type: "doc",
label: "deno install",
id: "manual/tools/script_installer",
},
{
type: "doc",
label: "deno jupyter",
Expand All @@ -160,11 +165,6 @@ const sidebars = {
label: "deno repl",
id: "manual/tools/repl",
},
{
type: "doc",
label: "deno install",
id: "manual/tools/script_installer",
},
{
type: "doc",
label: "deno task",
Expand Down

0 comments on commit fba456a

Please sign in to comment.