Skip to content

Commit

Permalink
docs(gateway): remove simple examples (twilight-rs#2127)
Browse files Browse the repository at this point in the history
Remove the `gateway-intents` and `gateway-shard` examples due to the
examples being very simple, duplicative of each other, and repeating
information present in other examples.
  • Loading branch information
vilgotf authored Feb 17, 2023
1 parent 463d250 commit 6612fa7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 69 deletions.
8 changes: 0 additions & 8 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ twilight-lavalink = { path = "../twilight-lavalink" }
twilight-model = { path = "../twilight-model" }
twilight-standby = { path = "../twilight-standby" }

[[example]]
name = "gateway-intents"
path = "gateway-intents.rs"

[[example]]
name = "gateway-parallel"
path = "gateway-parallel.rs"
Expand All @@ -40,10 +36,6 @@ path = "gateway-reshard.rs"
name = "gateway-request-members"
path = "gateway-request-members.rs"

[[example]]
name = "gateway-shard"
path = "gateway-shard.rs"

[[example]]
name = "http-allowed-mentions"
path = "http-allowed-mentions.rs"
Expand Down
31 changes: 0 additions & 31 deletions examples/gateway-intents.rs

This file was deleted.

30 changes: 0 additions & 30 deletions examples/gateway-shard.rs

This file was deleted.

0 comments on commit 6612fa7

Please sign in to comment.