Skip to content

Commit 06da8cb

Browse files
committed
doc: tweaked platforms table
1 parent 6574bc0 commit 06da8cb

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

Docfx/articles/getting_started/introduction.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,14 @@ This is a quck start guide on getting very basic presence working.
44
## Platforms
55
For non-dotnet platforms, there are a variety of guides to get you started
66

7-
| Platform | Support | Documentation |
8-
|----------|---------|---------------|
9-
| .NET App | ✅ Full Support | [Getting Started](./introduction.md#download) |
10-
| [Godot](https://godotengine.org/) | 🚧 WIP Support | [lachee/discord-rpc-godot](https://github.com/Lachee/discord-rpc-godot/) |
11-
| [Mono](https://www.mono-project.com/) | ⚠️ Seperate Guide | [Mono Guide](./mono.md) |
12-
| [MonoGame](https://monogame.net/) | ⚠️ Seperate Guide | [Mono Guide](./mono.md) |
13-
| [Unity3D](https://unity.com/) | ✅ Full Support | [lachee/discord-rpc-unity](https://github.com/lachee/discord-rpc-unity/) |
14-
| [UWP](https://learn.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide) | ⚠️ Seperate Guide | [UWP Guide](./uwp.md) |
15-
16-
> ✅ Full Support - works out of the box
17-
> ⚠️ Seperate Guide - requires some additional setup
18-
> 🚧 WIP Support - actively being worked on
19-
7+
| Platform | Guide |
8+
|----------|---------------|
9+
| .NET app | [Getting Started](./introduction.md#download) |
10+
| [Godot](https://godotengine.org/) | 🚧 📦 Package [lachee/discord-rpc-godot](https://github.com/Lachee/discord-rpc-godot/) |
11+
| [Mono](https://www.mono-project.com/) | [Mono Guide](./mono.md) |
12+
| [MonoGame](https://monogame.net/) | [Mono Guide](./mono.md) |
13+
| [Unity3D](https://unity.com/) | 📦 Package [lachee/discord-rpc-unity](https://github.com/lachee/discord-rpc-unity/) |
14+
| [UWP](https://learn.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide) | [UWP Guide](./uwp.md) |
2015

2116
The following guide will assume a standard .NET application.
2217

0 commit comments

Comments
 (0)