-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use redirect pages for API references
- Loading branch information
1 parent
da4d8e8
commit f8717ac
Showing
4 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
theoplayer/static/theoplayer/v6/api-reference/android/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>THEOplayer Android SDK API Reference</title> | ||
<meta http-equiv="refresh" content="0; url=https://docs.theoplayer.com/api-reference/android/" /> | ||
</head> | ||
<body> | ||
Redirecting to <a href="https://docs.theoplayer.com/api-reference/android/">docs.theoplayer.com</a>... | ||
</body> | ||
</html> |
11 changes: 11 additions & 0 deletions
11
theoplayer/static/theoplayer/v6/api-reference/ios/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>THEOplayer iOS SDK API Reference</title> | ||
<meta http-equiv="refresh" content="0; url=https://docs.theoplayer.com/api-reference/ios/" /> | ||
</head> | ||
<body> | ||
Redirecting to <a href="https://docs.theoplayer.com/api-reference/ios/">docs.theoplayer.com</a>... | ||
</body> | ||
</html> |
11 changes: 11 additions & 0 deletions
11
theoplayer/static/theoplayer/v6/api-reference/web/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>THEOplayer Web SDK API Reference</title> | ||
<meta http-equiv="refresh" content="0; url=https://docs.theoplayer.com/api-reference/web/theoplayer.md" /> | ||
</head> | ||
<body> | ||
Redirecting to <a href="https://docs.theoplayer.com/api-reference/web/theoplayer.md">docs.theoplayer.com</a>... | ||
</body> | ||
</html> |