diff --git a/commands/README.md b/commands/README.md index 578a22be446..82c959bb6a8 100644 --- a/commands/README.md +++ b/commands/README.md @@ -28,6 +28,5 @@ To see all commands from inside Nushell, run [`help commands`](/commands/docs/he {{ command.title }} {{ command.frontmatter.categories }} {{ command.frontmatter.usage }} - {{ command.frontmatter.feature }} diff --git a/make_docs.nu b/make_docs.nu index 4a29479d379..02283dddf8a 100644 --- a/make_docs.nu +++ b/make_docs.nu @@ -107,7 +107,6 @@ version: ($nu_version) ($category_matter) usage: | ($indented_usage) -feature: ($feature) ---" }