1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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 checksum"
description: "Checks the files in the destination against a SUM file."
groups: Filter,Listing
versionIntroduced: v1.56
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/checksum/ and as part of making a release run "make commanddocs"
---