Skip to content

Commit 51e84eb

Browse files
fixed typos and added link to dev doc on landing page
1 parent a1e1856 commit 51e84eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Documentation/DevDocGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The docfx build files in the MRTK repo can be used to create a local version of
2020
* open a powershell or cmd prompt in the root of the MRTK project
2121
* execute docfx docfx.json (optionally with the -f option to force a rebuild of doc files)
2222
* execute docfx serve doc (optionally with -p *portnumber* if you don't want to use the 8888 default port)
23-
* open a webbrowser with localhost:*portnumber*
23+
* open a web browser with localhost:*portnumber*
2424

2525
Note that on executing the docfx command on the json build file docfx will show any broken links in the documentation as warning.
2626
Please make sure whenever you perform changes on any of the documentation files or API to update all links pointing to these articles or code.
@@ -29,7 +29,7 @@ Please make sure whenever you perform changes on any of the documentation files
2929
Docfx supports crefs in /// documented code. It will translate those references to links pointing to the generated api documentation or to external documentation websites.
3030
External xref services for resolving links to external libraries/apis can be added to the docfx.json build settings file in the property *xrefService*.
3131

32-
For external apis that don't provide an xref service hrefs to the documentaion website can be added to the comments.
32+
For external apis that don't provide an xref service hrefs to the documentation website can be added to the comments.
3333

3434
Examples:
3535

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ The vNext branch is taking all the best lessons learned from the original Mixed
2121
2222
> Learn more about the approach behind the [Windows Mixed Reality - vNext SDK](MRTK-SDK.md) here.
2323
24+
> Find this readme, other documentation articles and the MRTK api reference on our [developer documentation on github.io](https://microsoft.github.io/MixedRealityToolkit-Unity/).
25+
2426
# Feature areas
2527
The Mixed Reality Toolkit vNext will includes many APIs to accelerate the development of MR / XR / VR / AR projects for a range of supported devices, including (but not limited to)
2628

0 commit comments

Comments
 (0)