Skip to content

Commit 21b84ae

Browse files
committed
Test
1 parent 5990283 commit 21b84ae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Pipelines/Scripts/prepare-pages.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Copy-Item -Path (Join-Path $ProjectRoot "images" "*") -Destination $images -Recu
2121
Copy-Item -Path (Join-Path $ProjectRoot "org.mixedrealitytoolkit.standardassets" "Textures" "Logos" "MRTK_Logo_White.png") -Destination $images -Force
2222
Copy-Item -Path (Join-Path $ProjectRoot "org.mixedrealitytoolkit.standardassets" "Textures" "Logos" "IconMRTKLogo.png") -Destination $images -Force
2323

24+
Copy-Item -Path (Join-Path $ProjectRoot "LICENSE.md") -Destination $docs -Force
25+
2426
$indexDestination = Join-Path $docs "index.md"
2527
# Create home page, add front matter, and copy content
2628
New-Item -Path $indexDestination -ItemType File -Force -Value @"

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: MRTK3 is the third generation of the Mixed Reality Toolkit for Unit
33
theme: just-the-docs
44
color_scheme: dark
55

6-
include: [ 'CONTRIBUTING.md', 'LICENSE.md', 'CHANGELOG.md' ,'GOVERNANCE.md']
6+
include: [ 'CONTRIBUTING.md', 'LICENSE.md', 'org.mixedrealitytoolkit.standardassets/CHANGELOG.md' ,'GOVERNANCE.md']
77

88
url: https://mixedrealitytoolkit.github.io/MixedRealityToolkit-Unity/
99
logo: "/images/MRTK_Logo_White.png"

0 commit comments

Comments
 (0)