feat: Allow Cookbooks To Share Names (#4186)

This commit is contained in:
Michael Genson 2024-09-15 06:42:58 -05:00 committed by GitHub
commit dbbd662e7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 185 additions and 29 deletions

View file

@ -1,4 +1,5 @@
export interface SideBarLink {
key?: string;
icon: string;
to?: string;
href?: string;