mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
docs: initial component examples (#123)
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Darius Cepulis <dcepulis@mux.com>
This commit is contained in:
co-authored by
Claude
Darius Cepulis
parent
77182f1ab3
commit
b9032ca387
@@ -2,7 +2,17 @@ import type { Sidebar } from '@/types/docs';
|
||||
|
||||
export const sidebar: Sidebar = [
|
||||
{ sidebarLabel: 'Writing guides', slug: 'how-to/write-guides', devOnly: true },
|
||||
{ slug: 'concepts/coming-soon' },
|
||||
{ sidebarLabel: 'Getting started', contents: [{ slug: 'concepts/under-construction' }] },
|
||||
{
|
||||
sidebarLabel: 'Components',
|
||||
contents: [
|
||||
{ slug: 'resources/play-button' },
|
||||
{ slug: 'resources/mute-button' },
|
||||
{ slug: 'resources/fullscreen-button' },
|
||||
{ slug: 'resources/time-slider' },
|
||||
{ slug: 'resources/volume-slider' },
|
||||
],
|
||||
},
|
||||
// {
|
||||
// sidebarLabel: 'Getting started',
|
||||
// contents: [
|
||||
|
||||
Reference in New Issue
Block a user