File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ New-Item -Path $images -ItemType Directory -Force
1818# Copy root README images to docs
1919Copy-Item - Path (Join-Path $ProjectRoot " images" " *" ) - Destination $images - Recurse - Force
2020
21+ Copy-Item - Path (Join-Path $ProjectRoot " org.mixedrealitytoolkit.standardassets" " Textures" " Logos" " MRTK_Logo_White.png" ) - Destination $images - Force
22+ Copy-Item - Path (Join-Path $ProjectRoot " org.mixedrealitytoolkit.standardassets" " Textures" " Logos" " IconMRTKLogo.png" ) - Destination $images - Force
23+
2124$indexDestination = Join-Path $docs " index.md"
2225# Create home page, add front matter, and copy content
2326New-Item - Path $indexDestination - ItemType File - Force - Value @"
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ theme: just-the-docs
44color_scheme : dark
55
66url : https://mixedrealitytoolkit.github.io/MixedRealityToolkit-Unity/
7- # logo: "/assets/images/just-the-docs.png"
7+ logo : " /images/MRTK_Logo_White.png"
8+ favicon_ico : " /images/IconMRTKLogo.png"
89
910defaults :
1011 - scope :
@@ -29,6 +30,3 @@ callouts:
2930 caution :
3031 title : 🛑 Caution
3132 color : red
32-
33- aux_links :
34- Template Repository : https://github.com/just-the-docs/just-the-docs-template
You can’t perform that action at this time.
0 commit comments