mirror of
https://github.com/EnderIce2/rpc-bridge.git
synced 2025-07-10 23:09:13 +00:00
fix: 🐛 update mkdocs-video plugin configuration to force mp4 type
This commit is contained in:
@ -70,7 +70,12 @@ markdown_extensions:
|
|||||||
alternate_style: true
|
alternate_style: true
|
||||||
plugins:
|
plugins:
|
||||||
- offline
|
- offline
|
||||||
- mkdocs-video
|
- mkdocs-video:
|
||||||
|
is_video: true
|
||||||
|
video_controls: true
|
||||||
|
video_loop: false
|
||||||
|
video_muted: false
|
||||||
|
video_type: mp4
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- Linux: linux.md
|
- Linux: linux.md
|
||||||
|
Reference in New Issue
Block a user