Skip to content

Commit da652e4

Browse files
authored
docs: Docs/website cleanup (#404)
* docs: Remove Mirror from feature comparison * docs: Remove blog from documentation website * docs: Update documentation website footer. * docs: Update git links on documentation website * docs: Update website index
1 parent e5e5729 commit da652e4

10 files changed

+10
-372
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ lang: en-US
77

88
baseurl: "" # the subpath of your site, e.g. /blog/
99
url: https://mlapi.network # the base hostname & protocol for your site
10-
git_address: https://github.com/MidLevel/MLAPI
11-
git_edit_address: https://github.com/MidLevel/MLAPI/blob/master/docs
10+
git_address: https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi
11+
git_edit_address: https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/blob/master/docs
1212

1313
# theme options from https://bootswatch.com/
1414
# comment out this to use default Bootstrap

docs/_docs/advanced-topics/custom-transports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The MLAPI supports custom transports. It uses UNET by default. You can also writ
88
Usually, transports doesn't support all channel types and event types. Sometimes they have more, in that case you manually have to do translation between them. See the ENET transport for examples.
99

1010
### Official Transports
11-
The MLAPI has some official transport implementations you can use. They can be found [here](https://github.com/midlevel/MLAPI.Transports). All you have to do is download the ZIP file you want from the CI server and export it into your assets folder and it will show up in the NetworkingManager automatically.
11+
The MLAPI has some official transport implementations you can use. They can be found [here](https://github.com/Unity-Technologies/MLAPI.Transports). All you have to do is download the ZIP file you want from the CI server and export it into your assets folder and it will show up in the NetworkingManager automatically.
1212

1313
You can also install transports from the MLAPI Installer. Just click the "Transports" tab at the top.
1414

docs/_docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ permalink: /wiki/installation/
44
---
55

66
### Installer
7-
To get started with the MLAPI. You need to install the library. The easiest way is to use the Editor installer. Simply download the MLAPI_Installer Unity package from [here](https://github.com/MidLevel/MLAPI/releases), double click it to import it into Unity, and once that's done select Window > MLAPI from Unity's top menu bar. Once in the MLAPI window, select the version you wish to use and press install.
7+
To get started with the MLAPI. You need to install the library. The easiest way is to use the Editor installer. Simply download the MLAPI_Installer Unity package from [here](https://github.com/Unity-Technologies/com.unity.multiplayer.mlapi/releases), double click it to import it into Unity, and once that's done select Window > MLAPI from Unity's top menu bar. Once in the MLAPI window, select the version you wish to use and press install.
88

99

1010
![Video showing the install process](https://i.imgur.com/zN63DlJ.gif)

docs/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container">
33

44
<p class="text-center">
5-
{{ site.title }} {{ site.time | date: '%Y' }} | Copyright © Albin Corén {{ site.time | date: '%Y' }} All Rights Reverse Engineered
5+
Copyright © 2020 Unity Technologies
66
</p>
77
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
88
</div>

docs/_includes/topnav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<li {% if page.sectionid=='features' %} class="active" {% endif %}><a href="{{ "/features/" | prepend: site.baseurl }}">Features</a></li>
1717
<li {% if page.sectionid=='wiki' %} class="active" {% endif %}><a href="{{ "/wiki/" | prepend: site.baseurl }}">Wiki</a></li>
1818
<li {% if page.sectionid=='api' %} class="active" {% endif %}><a href="{{ "/api/" | prepend: site.baseurl }}">API</a></li>
19-
<li {% if page.sectionid=='blog' %} class="active" {% endif %}><a href="{{ site.posts.first.url | prepend: site.baseurl }}">Blog</a></li>
2019
<li {% if page.sectionid=='download' %} class="active" {% endif %}><a href="{{ "/releases/" | prepend: site.git_address }}">Download</a></li>
2120
<li {% if page.sectionid=='issues' %} class="active" {% endif %}><a href="{{ "/issues/" | prepend: site.git_address }}">Issues</a></li>
2221
</ul>

docs/_pages/features.html

Lines changed: 2 additions & 55 deletions
Large diffs are not rendered by default.

docs/_posts/2018-10-24-website-announcement.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/_posts/2019-03-13-the-current-state-of-unity-networking-a-critique-of-mirror.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)