docs: fix hugo warning: found no layout file for "html" for kind "term"

Hugo has been making this warning for a while

WARN found no layout file for "html" for kind "term": You should
create a template file which matches Hugo Layouts Lookup Rules for
this combination.

This turned out to be the addition of the `groups:` keyword to the
command frontmatter. Hugo is doing something with this keyword though
this isn't documented in the frontmatter documentation.

The fix was removing the `groups:` keyword from the frontmatter since
it was never used by hugo.
This commit is contained in:
Nick Craig-Wood
2024-06-15 12:59:49 +01:00
parent 0197e7f4e5
commit 7060777d1d
45 changed files with 7 additions and 45 deletions

View File

@@ -1,7 +1,6 @@
---
title: "rclone serve nfs"
description: "Serve the remote as an NFS mount"
groups: Filter
status: Experimental
versionIntroduced: v1.65
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/serve/nfs/ and as part of making a release run "make commanddocs"