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:
@@ -11,7 +11,7 @@ title: Home
|
||||
[](https://www.nuget.org/packages/Discord.Net)
|
||||
[](https://www.myget.org/feed/Packages/discord-net)
|
||||
[](https://dev.azure.com/discord-net/Discord.Net/_build/latest?definitionId=1&branchName=dev)
|
||||
[](https://discord.gg/dnet)
|
||||
[](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)
|
||||
|
||||
Reference in New Issue
Block a user