You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add docc static site GitHub Pages deployment action (#89)
* Skip the index fixing step
* Explicitly set the hosting base path
* Remove duplicate docc archiving scripts
* Add step to swap index.html
* Index file cleanup
* Copy theme-settings file
* Limit deployments to main branch pushes
* Make script reusable
* Add link to guide
* Limit pages deployments to main pushes
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ Each video is uploaded to an authenticated [upload URL created by a trusted back
6
6
## Usage
7
7
To use this SDK, you'll need to add it as a dependency using either Swift Package Manager or Cocoapods.
8
8
9
+
## Documentation
10
+
A getting started guide can be found [here](https://docs.mux.com/guides/video/upload-video-directly-from-ios-or-ipados).
11
+
9
12
### Server-Side: Create a Direct Upload
10
13
11
14
If you haven't yet done so, you must create an [access token](https://docs.mux.com/guides/system/make-api-requests#http-basic-auth) to complete these steps.
0 commit comments