docs: improve content of workflows reference overview page (#11045)
This commit is contained in:
@@ -23,6 +23,7 @@ export async function getSidebarItemLink({
|
||||
frontmatter.slug ||
|
||||
filePath.replace(basePath, "").replace(`/${fileBasename}`, ""),
|
||||
title: frontmatter.sidebar_label || findPageTitle(filePath) || "",
|
||||
description: frontmatter.sidebar_description || "",
|
||||
},
|
||||
])[0] as InteractiveSidebarItem
|
||||
|
||||
|
||||
Reference in New Issue
Block a user