Skip to content

Commit 4dbfe93

Browse files
authored
Merge pull request #7068 from thalbern/user/bethalha/rename_exp_menu
Guidance for adding documentation to experimental features
2 parents 1ab95f5 + 935f14d commit 4dbfe93

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Documentation/Contributing/ExperimentalFeatures.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ Adding a component menu:
5959
[AddComponentMenu("MRTK/Experimental/MyCommand")]
6060
```
6161

62+
## Documentation
63+
Follow these steps to add documentation for your experimental feature:
64+
65+
1. Any documentation for an experimental feature should go in a `README.md` file in the experimental folder. For example, [`MixedRealityToolkit.SDK/Experimental/ScrollingObjectCollection/README.md`](../../Assets/MixedRealityToolkit.SDK/Experimental/ScrollingObjectCollection/README.md).
66+
67+
1. Under *Feature Overviews* Add a link in the *Experimental* section at [`Documentation/toc.yml`](../toc.yml).
68+
6269
### Minimize impact to MRTK code
6370

6471
While your MRTK change might get your experiment to work, it could impact other people in ways you do not expect.

Documentation/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
href: README_HandInteractionExamples.md
219219
- name: Eye Tracking Interaction Example
220220
href: EyeTracking/EyeTracking_ExamplesOverview.md
221-
- name: Experimental Features
221+
- name: Experimental
222222
items:
223223
- name: Scrolling Object Collection
224224
href: ../Assets/MixedRealityToolkit.SDK/Experimental/ScrollingObjectCollection/README.md

0 commit comments

Comments
 (0)