Updated some names and broken links (#383)

* Update introduction.md

* Update LICENSE.md

* Update introduction.md

Co-authored-by: Brian Coughlin <brian.coughlin@unity3d.com>
This commit is contained in:
Eugene Matsumura 2021-11-03 08:51:30 +01:00 коммит произвёл GitHub
Родитель f742b59a41
Коммит 61f5dd6315
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -6,7 +6,7 @@ All documentation sections have licenses covering content for those Unity featur
| Documentation | License |
| -- | -- |
| [MLAPI](https://docs-multiplayer.unity3d.com/docs/getting-started/about-mlapi) | [MIT License](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi) |
| [Netcode for GameObjects](https://docs-multiplayer.unity3d.com/docs/getting-started/about) | [MIT License](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects) |
| [Transport](https://docs-multiplayer.unity3d.com/docs/transport/introduction) | [Unity Companion License](https://unity3d.com/legal/licenses/Unity_Companion_License) |
| [Learn](https://docs-multiplayer.unity3d.com/docs/learn/introduction) | [UCL License](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.coop/blob/main/LICENSE.md) |
@ -22,9 +22,9 @@ The above copyright notice and this permission notice shall be included in all c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
## MLAPI License
## Netcode for GameObjects License
The [MLAPI repository](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi) and code are under the MIT License.
The [Netcode for GameObjects repository](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects) and code are under the MIT License.
MIT License
@ -66,4 +66,4 @@ Unity Transport copyright © 2018 Unity Technologies ApS
Licensed under the Unity Companion License for Unity-dependent projects--see Unity Companion License.
Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.
Unless expressly provided otherwise, the Software under this license is made available strictly on an “AS IS” BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.

Просмотреть файл

@ -3,14 +3,14 @@ id: introduction
title: API Overview
---
The Netcode for GameObjects (Netcode) API reference provides information for availble classes, methods, delegates, and more for the `com.unity.multiplayer.mlapi` package.
The Netcode for GameObjects (Netcode) API reference provides information for availble classes, methods, delegates, and more for the `com.unity.netcode.gameobjects`package.
:::unity Content Licenses
All Netcode code and documentation is covered by MIT license. See [Licenses](/reference/license) for more information.
:::
:::note
All content is generated from [source code](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi) using tools including [DocFX](https://dotnet.github.io/docfx/) and custom filters with [Pandoc](https://pandoc.org/) to convert to Markdown. See [Document your code with XML comments](https://docs.microsoft.com/en-us/dotnet/csharp/codedoc) for guidance and examples. DocFX generates documentation using these comments.
All content is generated from [source code](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects) using tools including [DocFX](https://dotnet.github.io/docfx/) and custom filters with [Pandoc](https://pandoc.org/) to convert to Markdown. See [Document your code with XML comments](https://docs.microsoft.com/en-us/dotnet/csharp/codedoc) for guidance and examples. DocFX generates documentation using these comments.
:::
To document APIs, developers should add comments in code. For example:

Просмотреть файл

@ -3,14 +3,14 @@ id: introduction
title: API Overview
---
The Netcode for GameObjects (Netcode) API reference provides information for availble classes, methods, delegates, and more for the `com.unity.multiplayer.mlapi` package.
The Netcode for GameObjects (Netcode) API reference provides information for availble classes, methods, delegates, and more for the `com.unity.netcode.gameobjects` package.
:::unity Content Licenses
All Netcode code and documentation is covered by MIT license. See [Licenses](/reference/license) for more information.
:::
:::note
All content is generated from [source code](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi) using tools including [DocFX](https://dotnet.github.io/docfx/) and custom filters with [Pandoc](https://pandoc.org/) to convert to Markdown. See [Document your code with XML comments](https://docs.microsoft.com/en-us/dotnet/csharp/codedoc) for guidance and examples. DocFX generates documentation using these comments.
All content is generated from [source code](https://github.com/Unity-Technologies/com.unity.netcode.gameobjects) using tools including [DocFX](https://dotnet.github.io/docfx/) and custom filters with [Pandoc](https://pandoc.org/) to convert to Markdown. See [Document your code with XML comments](https://docs.microsoft.com/en-us/dotnet/csharp/codedoc) for guidance and examples. DocFX generates documentation using these comments.
:::
To document APIs, developers should add comments in code. For example:
@ -41,4 +41,4 @@ namespace Unity.Netcode.Collections
public T this[int index]
...
```
```