Update v2->v3 guide and index page (#2039)

* Update v2->v3 guide and index

* Fix format on save fail

* Update index.md

* Update discord widget id

* Fix formatting
This commit is contained in:
Quin Lynch
2022-01-14 07:55:17 -04:00
committed by GitHub
parent 2731e20146
commit c1641f12fc
2 changed files with 23 additions and 16 deletions

View File

@@ -11,7 +11,7 @@ title: Home
[![NuGet](https://img.shields.io/nuget/vpre/Discord.Net.svg?maxAge=2592000?style=plastic)](https://www.nuget.org/packages/Discord.Net)
[![MyGet](https://img.shields.io/myget/discord-net/vpre/Discord.Net.svg)](https://www.myget.org/feed/Packages/discord-net)
[![Build Status](https://dev.azure.com/discord-net/Discord.Net/_apis/build/status/discord-net.Discord.Net?branchName=dev)](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev)
[![Discord](https://discord.com/api/guilds/81384788765712384/widget.png)](https://discord.gg/dnet)
[![Discord](https://discord.com/api/guilds/848176216011046962/widget.png)](https://discord.gg/dnet)
## What is Discord.NET?
@@ -23,6 +23,8 @@ interface with the [Discord API](https://discord.com/).
If this is your first time using Discord.Net, you should refer to the
[Intro](xref:Guides.Introduction) for tutorials.
If you're coming from Discord.Net V2, you should refer to the [V2 -> V3](xref:Guides.V2V3Guide) guides.
More experienced users might want to refer to the
[API Documentation](xref:API.Docs) for a breakdown of the individual
objects in the library.
@@ -37,22 +39,22 @@ for testing and development to eventually get merged into Discord.NET.
[Installing Discord.NET Labs](xref:Guides.GettingStarted.Installation.Labs)
[Discord.NET Labs]: https://github.com/Discord-Net-Labs/Discord.Net-Labs
[Discord.Net Labs]: https://github.com/Discord-Net-Labs/Discord.Net-Labs
## Questions?
Frequently asked questions are covered in the
FAQ. Read it thoroughly because most common questions are already answered there.
Frequently asked questions are covered in the
FAQ. Read it thoroughly because most common questions are already answered there.
If you still have unanswered questions after reading the [FAQ](xref:FAQ.Basics.GetStarted), further support is available on
If you still have unanswered questions after reading the [FAQ](xref:FAQ.Basics.GetStarted), further support is available on
[Discord](https://discord.gg/dnet).
## Commonly used features
## New in V3
#### Interaction Framework
A counterpart to staple command service of Discord.NET, the Interaction Framework implements the same
feature-rich structure to register & handle interactions like Slash commands & buttons.
A counterpart to the well-known command service of Discord.Net, the Interaction Framework implements the same
feature-rich structure to register & handle interactions like application commands & buttons.
- Read about the Interaction Framework
[here](xref:Guides.IntFw.Intro)