File tree Expand file tree Collapse file tree
org.mixedrealitytoolkit.accessibility
org.mixedrealitytoolkit.audio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ name: Deploy Docs site to Pages
99on :
1010 push :
1111 branches : ["add-gh-pages"]
12+ paths : ["docs/**"]
1213
1314 # Allows you to run this workflow manually from the Actions tab
1415 workflow_dispatch :
3435 steps :
3536 - name : Checkout
3637 uses : actions/checkout@v5
38+ - name : Copy READMEs
39+ shell : pwsh
40+ run : |
41+ Copy-Item -Path "org.mixedrealitytoolkit.audio/README.md" -Destination "docs/org.mixedrealitytoolkit.audio.README.md"
42+ Copy-Item -Path "org.mixedrealitytoolkit.input/README.md" -Destination "docs/org.mixedrealitytoolkit.input.README.md"
43+ Copy-Item -Path "org.mixedrealitytoolkit.spatialmanipulation/README.md" -Destination "docs/org.mixedrealitytoolkit.spatialmanipulation.README.md"
44+ Copy-Item -Path "org.mixedrealitytoolkit.standardassets/README.md" -Destination "docs/org.mixedrealitytoolkit.standardassets.README.md"
45+ Copy-Item -Path "org.mixedrealitytoolkit.tools/README.md" -Destination "docs/org.mixedrealitytoolkit.tools.README.md"
46+ Copy-Item -Path "org.mixedrealitytoolkit.uxcomponents/README.md" -Destination "docs/org.mixedrealitytoolkit.uxcomponents.README.md"
47+ Copy-Item -Path "org.mixedrealitytoolkit.uxcomponents.noncanvas/README.md" -Destination "docs/org.mixedrealitytoolkit.uxcomponents.noncanvas.README.md"
48+ Copy-Item -Path "org.mixedrealitytoolkit.core/README.md" -Destination "docs/org.mixedrealitytoolkit.core.README.md"
3749 - name : Setup Ruby
3850 uses : ruby/setup-ruby@v1
3951 with :
Original file line number Diff line number Diff line change 1- title : Just the Docs Template
2- description : A starter template for a Jeykll site using the Just the Docs theme!
1+ title : Mixed Reality Toolkit
2+ description : MRTK3 is the third generation of the Mixed Reality Toolkit for Unity.
33theme : just-the-docs
4+ color_scheme : dark
5+
6+ url : https://mixedrealitytoolkit.github.io/MixedRealityToolkit-Unity/
7+ # logo: "/assets/images/just-the-docs.png"
48
5- url : https://just-the-docs.github.io
69
710aux_links :
811 Template Repository : https://github.com/just-the-docs/just-the-docs-template
Original file line number Diff line number Diff line change 1+ ---
2+ title : MRTK Accessibility
3+ ---
4+
15# MRTK Accessibility
26
37Features and subsystem to enable accessibility in MR experiences.
Original file line number Diff line number Diff line change 1+ ---
2+ title : MRTK Audio Effects
3+ ---
4+
15# MRTK Audio Effects
26
37Features to enhance audio in XR experiences.
You can’t perform that action at this time.
0 commit comments