Skip to content

Commit ef1ecc2

Browse files
committed
Add Translations extensions and update docs
Introduced new Translations extensions for ApplicationCommands, CommandsNext, and Manager, including supporting project files and extension methods. Updated documentation to include API references and table of contents for the new extensions. Made minor copyright year updates and added 'dcs-artifacts/' to .gitignore.
1 parent f30bc61 commit ef1ecc2

File tree

73 files changed

+3266
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3266
-33
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ dcs-docs-preview.zip
309309
docfx.zip
310310
DisCatSharp.Docs/_site/
311311
_site
312+
dcs-artifacts/
312313

313314
#Ignore thumbnails created by Windows
314315
Thumbs.db

DisCatSharp.Extensions.Docs/api/DisCatSharp.Extensions.OAuth2Web/toc.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,40 @@
22
items:
33
- uid: DisCatSharp.Extensions.OAuth2Web
44
name: DisCatSharp.Extensions.OAuth2Web
5+
type: Namespace
56
items:
67
- uid: DisCatSharp.Extensions.OAuth2Web.ExtensionMethods
78
name: ExtensionMethods
9+
type: Class
810
- uid: DisCatSharp.Extensions.OAuth2Web.OAuth2Result`1
911
name: OAuth2Result<T>
12+
type: Struct
1013
- uid: DisCatSharp.Extensions.OAuth2Web.OAuth2WebConfiguration
1114
name: OAuth2WebConfiguration
15+
type: Class
1216
- uid: DisCatSharp.Extensions.OAuth2Web.OAuth2WebExtension
1317
name: OAuth2WebExtension
18+
type: Class
1419
- uid: DisCatSharp.Extensions.OAuth2Web.OAuth2WebExtensionUtilities
1520
name: OAuth2WebExtensionUtilities
21+
type: Class
1622
- uid: DisCatSharp.Extensions.OAuth2Web.EventArgs
1723
name: DisCatSharp.Extensions.OAuth2Web.EventArgs
24+
type: Namespace
1825
items:
1926
- uid: DisCatSharp.Extensions.OAuth2Web.EventArgs.AccessTokenRefreshEventArgs
2027
name: AccessTokenRefreshEventArgs
28+
type: Class
2129
- uid: DisCatSharp.Extensions.OAuth2Web.EventArgs.AccessTokenRevokeEventArgs
2230
name: AccessTokenRevokeEventArgs
31+
type: Class
2332
- uid: DisCatSharp.Extensions.OAuth2Web.EventArgs.AuthorizationCodeExchangeEventArgs
2433
name: AuthorizationCodeExchangeEventArgs
34+
type: Class
2535
- uid: DisCatSharp.Extensions.OAuth2Web.EventArgs.AuthorizationCodeReceiveEventArgs
2636
name: AuthorizationCodeReceiveEventArgs
37+
type: Class
2738
- uid: DisCatSharp.Extensions.OAuth2Web.EventArgs.DiscordOAuth2EventArgs
2839
name: DiscordOAuth2EventArgs
40+
type: Class
2941
memberLayout: SeparatePages
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
uid: api_discatsharp_extensions_simplemusiccommands_index
3+
title: DisCatSharp Simple Music Commands Extension API Reference
4+
author: DisCatSharp Team
5+
---
6+
7+
# API Reference
8+
9+
Welcome to the DisCatSharp Simple Music Commands Extension API reference.
10+
11+
To begin, select a namespace, then a class, from the table of contents on the left.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
### YamlMime:TableOfContent
2+
items:
3+
- uid: DisCatSharp.Extensions.SimpleMusicCommands
4+
name: DisCatSharp.Extensions.SimpleMusicCommands
5+
type: Namespace
6+
items:
7+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.ExtensionMethods
8+
name: ExtensionMethods
9+
type: Class
10+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.SimpleMusicCommandsExtension
11+
name: SimpleMusicCommandsExtension
12+
type: Class
13+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.Commands
14+
name: DisCatSharp.Extensions.SimpleMusicCommands.Commands
15+
type: Namespace
16+
items:
17+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.Commands.MusicCommands
18+
name: MusicCommands
19+
type: Class
20+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.Commands.MusicCommands.ControlCommands
21+
name: MusicCommands.ControlCommands
22+
type: Class
23+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.Commands.MusicCommands.OptionCommands
24+
name: MusicCommands.OptionCommands
25+
type: Class
26+
- uid: DisCatSharp.Extensions.SimpleMusicCommands.Commands.MusicCommands.QueueCommands
27+
name: MusicCommands.QueueCommands
28+
type: Class
29+
memberLayout: SeparatePages
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
uid: api_discatsharp_extensions_translations_applicationcommands_index
3+
title: DisCatSharp Translations ApplicationCommands Extension API Reference
4+
author: DisCatSharp Team
5+
---
6+
7+
# API Reference
8+
9+
Welcome to the DisCatSharp Translations ApplicationCommands Extension API reference.
10+
11+
To begin, select a namespace, then a class, from the table of contents on the left.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TableOfContent
2+
items:
3+
- uid: DisCatSharp.Extensions.Translations.ApplicationCommands
4+
name: DisCatSharp.Extensions.Translations.ApplicationCommands
5+
type: Namespace
6+
items:
7+
- uid: DisCatSharp.Extensions.Translations.ApplicationCommands.ExtensionMethods
8+
name: ExtensionMethods
9+
type: Class
10+
memberLayout: SeparatePages
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
uid: api_discatsharp_extensions_translations_commandsnext_index
3+
title: DisCatSharp Translations CommandsNext Extension API Reference
4+
author: DisCatSharp Team
5+
---
6+
7+
# API Reference
8+
9+
Welcome to the DisCatSharp Translations CommandsNext Extension API reference.
10+
11+
To begin, select a namespace, then a class, from the table of contents on the left.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### YamlMime:TableOfContent
2+
items:
3+
- uid: DisCatSharp.Extensions.Translations.CommandsNext
4+
name: DisCatSharp.Extensions.Translations.CommandsNext
5+
type: Namespace
6+
items:
7+
- uid: DisCatSharp.Extensions.Translations.CommandsNext.ExtensionMethods
8+
name: ExtensionMethods
9+
type: Class
10+
memberLayout: SeparatePages
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
uid: api_discatsharp_extensions_translations_manager_index
3+
title: DisCatSharp Translations Manager Extension API Reference
4+
author: DisCatSharp Team
5+
---
6+
7+
# API Reference
8+
9+
Welcome to the DisCatSharp Translations Manager Extension API reference.
10+
11+
To begin, select a namespace, then a class, from the table of contents on the left.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:TableOfContent
2+
items:
3+
- uid: DisCatSharp.Extensions.Translations.Manager
4+
name: DisCatSharp.Extensions.Translations.Manager
5+
type: Namespace
6+
items:
7+
- uid: DisCatSharp.Extensions.Translations.Manager.TranslationManager
8+
name: TranslationManager
9+
type: Class
10+
- uid: DisCatSharp.Extensions.Translations.Manager.TranslationsManagerConfiguration
11+
name: TranslationsManagerConfiguration
12+
type: Class
13+
memberLayout: SeparatePages

0 commit comments

Comments
 (0)