Skip to content

Commit 3c4d3eb

Browse files
committed
Add experimental READMEs
1 parent a02ee45 commit 3c4d3eb

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Deploy Docs site to Pages
99
on:
1010
push:
1111
branches: ["add-gh-pages"]
12-
paths: ["docs/**"]
12+
paths: ["docs/**","**/README.md","**/CHANGELOG.md"]
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:

org.mixedrealitytoolkit.accessibility/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: MRTK Accessibility
3+
parent: Experimental
34
---
45

56
# MRTK Accessibility
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
title: MRTK Data Binding and Theming
3+
parent: Experimental
4+
---
5+
16
# MRTK Data Binding and Theming
27

38
Data binding and theming features contained within this package are experimental and are not recommended for use in production applications and may be changed or removed.

0 commit comments

Comments
 (0)