Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya authored Jul 19, 2024
1 parent 9748d54 commit 30d5fff
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 60 deletions.
65 changes: 5 additions & 60 deletions packages/docs/src/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,69 +1,14 @@
{
"index": {
"title": "OPlayer",
"type": "page",
"theme": {
"layout": "full"
}
},
"doc": "Introduction",
"guide": "Guide",
"-- Plugins": {
"type": "separator",
"title": "Plugins"
},
"ui": "@oplayer/ui",
"danmaku": "@oplayer/danmaku",
"react": "@oplayer/react",
"plugins": "@oplayer/plugins",
"vast": "@oplayer/vast",
"wp_plugin": {
"title": "WorldPress ↗",
"href": "https://github.com/shiyiya/WordPress-Plugin-OPlayer",
"newWindow": true
},
"-- Loaders": {
"type": "separator",
"title": "Loaders"
},
"hls": "@oplayer/hls",
"dash": "@oplayer/dash",
"mpegts": "@oplayer/mpegts",
"torrent": "@oplayer/torrent",
"-- More": {
"type": "separator",
"title": "More"
},
"QQ": {
"title": "QQ ↗",
"href": "https://jq.qq.com/?_wv=1027&k=YzsRgkXB",
"newWindow": true
},
"Discord": {
"title": "Discord ↗",
"href": "https://discord.gg/hzjxYyPbKh",
"newWindow": true
},

"preview": {
"title": "Documentation",
"type": "page",
"theme": {
"layout": "full"
}
},
"player": {
"title": "Player",
"type": "page",
"title": "OPlayer",
"display": "hidden",
"theme": {
"layout": "full"
"layout": "raw"
}
},
"playground": {
"title": "Playground",
"docs": {
"type": "page",
"theme": {
"layout": "full"
}
"title": "Documentation"
}
}
58 changes: 58 additions & 0 deletions packages/docs/src/pages/docs/_meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"index": "Introduction",
"guide": "Guide",

"-- Plugins": {
"type": "separator",
"title": "Plugins"
},
"ui": "@oplayer/ui",
"danmaku": "@oplayer/danmaku",
"react": "@oplayer/react",
"plugins": "@oplayer/plugins",
"vast": "@oplayer/vast",
"wp_plugin": {
"title": "WorldPress ↗",
"href": "https://github.com/shiyiya/WordPress-Plugin-OPlayer",
"newWindow": true
},

"-- Loaders": {
"type": "separator",
"title": "Loaders"
},
"hls": "@oplayer/hls",
"dash": "@oplayer/dash",
"mpegts": "@oplayer/mpegts",
"torrent": "@oplayer/torrent",

"-- More": {
"type": "separator",
"title": "More"
},
"QQ": {
"title": "QQ ↗",
"href": "https://jq.qq.com/?_wv=1027&k=YzsRgkXB",
"newWindow": true
},
"Discord": {
"title": "Discord ↗",
"href": "https://discord.gg/hzjxYyPbKh",
"newWindow": true
},

"player": {
"title": "Player",
"type": "page",
"theme": {
"layout": "full"
}
},
"playground": {
"title": "Playground",
"type": "page",
"theme": {
"layout": "full"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 30d5fff

Please sign in to comment.