docs: improve content of workflows reference overview page (#11045)

This commit is contained in:
Shahed Nasser
2025-01-20 10:54:32 +02:00
committed by GitHub
parent 66898124b1
commit d089852ce3
340 changed files with 2151 additions and 400 deletions
@@ -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