You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/DevDocGuide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The docfx build files in the MRTK repo can be used to create a local version of
20
20
* open a powershell or cmd prompt in the root of the MRTK project
21
21
* execute docfx docfx.json (optionally with the -f option to force a rebuild of doc files)
22
22
* 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*
24
24
25
25
Note that on executing the docfx command on the json build file docfx will show any broken links in the documentation as warning.
26
26
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
29
29
Docfx supports crefs in /// documented code. It will translate those references to links pointing to the generated api documentation or to external documentation websites.
30
30
External xref services for resolving links to external libraries/apis can be added to the docfx.json build settings file in the property *xrefService*.
31
31
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.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ The vNext branch is taking all the best lessons learned from the original Mixed
21
21
22
22
> Learn more about the approach behind the [Windows Mixed Reality - vNext SDK](MRTK-SDK.md) here.
23
23
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
+
24
26
# Feature areas
25
27
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)
0 commit comments