Skip to content

Commit

Permalink
remove feature from frontmatter and commands page (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Jun 10, 2024
1 parent 8435c8f commit 913b0ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ To see all commands from inside Nushell, run [`help commands`](/commands/docs/he
<td><a :href="$withBase(command.path)">{{ command.title }}</a></td>
<td style="white-space: pre-wrap;">{{ command.frontmatter.categories }}</td>
<td style="white-space: pre-wrap;">{{ command.frontmatter.usage }}</td>
<td style="white-space: pre-wrap;">{{ command.frontmatter.feature }}</td>
</tr>
</table>
1 change: 0 additions & 1 deletion make_docs.nu
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ version: ($nu_version)
($category_matter)
usage: |
($indented_usage)
feature: ($feature)
---"
}

Expand Down

0 comments on commit 913b0ec

Please sign in to comment.