Skip to content

Commit bd49876

Browse files
committed
Updates
1 parent 5b38719 commit bd49876

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

.github/workflows/pages.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name: Deploy Docs site to Pages
99
on:
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:
@@ -34,6 +35,17 @@ jobs:
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:

docs/_config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
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.
33
theme: 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

710
aux_links:
811
Template Repository: https://github.com/just-the-docs/just-the-docs-template

org.mixedrealitytoolkit.accessibility/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: MRTK Accessibility
3+
---
4+
15
# MRTK Accessibility
26

37
Features and subsystem to enable accessibility in MR experiences.

org.mixedrealitytoolkit.audio/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
title: MRTK Audio Effects
3+
---
4+
15
# MRTK Audio Effects
26

37
Features to enhance audio in XR experiences.

0 commit comments

Comments
 (0)