Skip to content

Commit 5533204

Browse files
authored
Update base URL for docs (#116)
* Add link to README * Update base URL * Fix path
1 parent 74de3d2 commit 5533204

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup DocFx
2020
run: dotnet tool update -g docfx && dotnet tool restore
2121
- name: Build Docs
22-
run: ./BuildScripts~/build_docs.sh
22+
run: cd BuildScripts~ && ./build_docs.sh
2323
- name: Configure Pages
2424
uses: actions/configure-pages@v5
2525
- name: Upload Generated Docs

Documentation~/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"xrefService": ["https://xref.docs.microsoft.com/query?uid={uid}"],
3838
"sitemap": {
39-
"baseUrl": "https://docs.livekit.io/reference/client-sdk-unity/"
39+
"baseUrl": "https://livekit.github.io/client-sdk-unity"
4040
}
4141
}
4242
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
Use this SDK to add realtime video, audio and data features to your Unity app. By connecting to <a href="https://livekit.io/">LiveKit</a> Cloud or a self-hosted server, you can quickly build applications such as multi-modal AI, live streaming, or video calls with just a few lines of code.
2121
<!--END_DESCRIPTION-->
2222

23+
[SDK Reference »](https://livekit.github.io/client-sdk-unity)
24+
2325
## Platform Support
2426

2527
- [x] Windows

0 commit comments

Comments
 (0)