Create conversion doc page, small fixes

This commit is contained in:
Vanilagy
2025-06-08 20:40:01 +02:00
parent f009d0603e
commit e37af1bdad
13 changed files with 29 additions and 22 deletions
+10 -4
View File
@@ -21,21 +21,27 @@ export default withMermaid({
],
},
{
text: 'Reading media files',
text: 'Reading',
items: [
{ text: 'Reading overview', link: '/guide/reading-overview' },
{ text: 'Reading media files', link: '/guide/reading-media-files' },
{ text: 'Media sinks', link: '/guide/media-sinks' },
{ text: 'Input formats', link: '/guide/input-formats' },
],
},
{
text: 'Writing media files',
text: 'Writing',
items: [
{ text: 'Writing overview', link: '/guide/writing-overview' },
{ text: 'Writing media files', link: '/guide/writing-media-files' },
{ text: 'Media sources', link: '/guide/media-sources' },
{ text: 'Output formats', link: '/guide/output-formats' },
],
},
{
text: 'Conversion',
items: [
{ text: 'Converting media files', link: '/guide/converting-media-files' },
],
},
{
text: 'Miscellaneous',
items: [