Add "Writing HLS" documentation, refine other stuff

This commit is contained in:
Vanilagy
2026-04-16 14:53:48 +02:00
parent 56b25fbdf8
commit 5465602344
5 changed files with 634 additions and 22 deletions
+7 -6
View File
@@ -84,12 +84,6 @@ export default withMermaid({
{ text: 'Converting media files', link: '/guide/converting-media-files' },
],
},
{
text: 'HLS',
items: [
{ text: 'Reading HLS', link: '/guide/reading-hls' },
],
},
{
text: 'Miscellaneous',
items: [
@@ -97,6 +91,13 @@ export default withMermaid({
{ text: 'Supported formats & codecs', link: '/guide/supported-formats-and-codecs' },
],
},
{
text: 'HLS',
items: [
{ text: 'Reading HLS', link: '/guide/reading-hls' },
{ text: 'Writing HLS', link: '/guide/writing-hls' },
],
},
{
text: 'Extensions',
items: [