From 913b0ec18aabe28e699244b8100941fb7a9f528d Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:15:20 +0200 Subject: [PATCH] remove feature from frontmatter and commands page (#1440) --- commands/README.md | 1 - make_docs.nu | 1 - 2 files changed, 2 deletions(-) diff --git a/commands/README.md b/commands/README.md index 578a22be44..82c959bb6a 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 4a29479d37..02283dddf8 100644 --- a/make_docs.nu +++ b/make_docs.nu @@ -107,7 +107,6 @@ version: ($nu_version) ($category_matter) usage: | ($indented_usage) -feature: ($feature) ---" }