1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Support layout: category-landing for sidebar 'All prompts' entry (#56345)

This commit is contained in:
Kevin Heis
2025-07-09 09:49:57 -07:00
committed by GitHub
parent b0fcaa8f0b
commit 70b98d1fba
5 changed files with 43 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ export type ProductTreeNode = {
title: string
href: string
childPages: Array<ProductTreeNode>
layout?: string
}
type UIString = Record<string, string>