mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add "Writing HLS" documentation, refine other stuff
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user