Skip to content

Commit 5d2e782

Browse files
committed
Add logo
1 parent 326c91d commit 5d2e782

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Pipelines/Scripts/prepare-pages.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ New-Item -Path $images -ItemType Directory -Force
1818
# Copy root README images to docs
1919
Copy-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
2326
New-Item -Path $indexDestination -ItemType File -Force -Value @"

docs/_config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ theme: just-the-docs
44
color_scheme: dark
55

66
url: 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

910
defaults:
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

0 commit comments

Comments
 (0)