Docs updates and fixes (#3535)

Co-authored-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
qwerty287
2024-03-22 18:07:07 +01:00
committed by GitHub
parent 5de15d84bd
commit e50cf7ad1e
23 changed files with 54 additions and 29 deletions

View File

@@ -30,7 +30,7 @@ async function loadContent(): Promise<Content> {
}
return <WoodpeckerPlugin>{
name: docsHeader.name || i.name,
name: docsHeader.name,
url: docsHeader.url,
icon: docsHeader.icon,
description: docsHeader.description,