docs: remove "Components > Head" entry from sidebar (#402)

Co-authored-by: Marco Pasqualetti <marco.pasqualetti@live.com>
This commit is contained in:
Valerio Ageno
2025-01-22 13:55:19 +01:00
committed by GitHub
parent c7bff7ed09
commit 4768d70a8a
2 changed files with 0 additions and 19 deletions
@@ -208,11 +208,6 @@ export const sidebarElements: Array<SidebarElement> = [
label: 'Components',
href: '#focus',
children: [
{
type: 'element',
label: 'Head',
href: '/documentation/components/head',
},
{
type: 'element',
label: 'Link',
@@ -1,14 +0,0 @@
import MetaTags from '@/components/MetaTags'
<MetaTags
title="Tuono - Head"
canonical="https://tuono.dev/documentation/components/head"
/>
import Breadcrumbs from '@/components/Breadcrumbs'
<Breadcrumbs breadcrumbs={[{ label: 'Components' }]} />
# Head
TODO