Skip to content

Commit 6c9c900

Browse files
author
Will Nelson
committed
Fix favicon
1 parent fad0865 commit 6c9c900

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

docs/proxy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
id: proxy
3+
title: Proxy
4+
---
5+
6+
The proxy handles sending HTTP requests to Discord. Your client apps can dispatch requests to the
7+
proxy without worrying about ratelimiting; as long as there is a single Redis instance or cluster,
8+
your application will never be ratelimited.

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
{
44
type: 'category',
55
label: 'Getting started',
6-
items: ['introduction', 'gateway']
6+
items: ['introduction', 'gateway', 'proxy']
77
},
88
{
99
type: 'category',

static/img/favicon-16x16.png

-346 Bytes
Binary file not shown.

static/img/favicon-32x32.png

-796 Bytes
Binary file not shown.

static/img/favicon.ico

-13.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)