Skip to content

Commit 51f59bf

Browse files
authored
[Docs] Switch some images from PNG to SVG (#2939)
* Channel inheritance tree * more svgs + some minor docs adjustments
1 parent e50e79d commit 51f59bf

9 files changed

+1842
-6
lines changed

docs/faq/basics/channel-inheritance-tree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ uid: FAQ.Basics.ChannelInheritance
33
title: Channel Inheritance
44
---
55

6-
# Discord.Net channel inheritance tree
6+
# Discord.NET channel inheritance tree
77

8-
![`IChannel` interface inheritance tree](images/channel-interface-tree.png)
8+
![`IChannel` interface inheritance tree](images/channel-interface-tree.svg)

docs/faq/basics/images/channel-interface-tree.svg

Lines changed: 353 additions & 0 deletions
Loading
-620 KB
Binary file not shown.

docs/faq/int_framework/images/response-scheme-component.svg

Lines changed: 528 additions & 0 deletions
Loading
-615 KB
Binary file not shown.

docs/faq/int_framework/images/response-scheme-modal.svg

Lines changed: 526 additions & 0 deletions
Loading
-432 KB
Binary file not shown.

docs/faq/int_framework/images/response-scheme-slash.svg

Lines changed: 429 additions & 0 deletions
Loading

docs/faq/int_framework/respondings-schemes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ Slash command interactions support the most commonly used response methods.
1414
> [!NOTE]
1515
> Same scheme applies to context command interactions.
1616
17-
![Slash command interaction](images/response-scheme-slash.png)
17+
![Slash command interaction](images/response-scheme-slash.svg)
1818

1919
## Responding to a component interaction
2020

21-
Component interactions share a lot of response mwthods with [slash command interactions](#responding-to-a-slash-command-interaction), but they also provide a way to update the message components were attached to.
21+
Component interactions share a lot of response methods with [slash command interactions](#responding-to-a-slash-command-interaction), but they also provide a way to update the message components were attached to.
2222

2323
> [!NOTE]
2424
> Some followup methods change their behavior depending on what initial response you've sent.
2525
26-
![Slash command interaction](images/response-scheme-component.png)
26+
![Component interaction](images/response-scheme-component.svg)
2727

2828
## Responding to a modal interaction
2929

3030
While being similar to [Component Interaction Scheme](#responding-to-a-modal-interaction), modal interactions lack the option of responding with a modal.
3131

32-
![Slash command interaction](images/response-scheme-modal.png)
32+
![Modal interaction](images/response-scheme-modal.svg)

0 commit comments

Comments
 (0)