Skip to content

Commit b06113f

Browse files
docs: add csharp enums directory with event type docs
1 parent bfa39be commit b06113f

File tree

6 files changed

+769
-10
lines changed

6 files changed

+769
-10
lines changed

streamerbot/2.guide/03.variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ The following variables are always available:
112112

113113
::field{name="%__source%" type="EventType"}
114114
The `EventType` which triggered the current action. _C# required to access_
115-
:read-more{to=/api/csharp/core/events}
115+
:read-more{to=/api/csharp/enums/event-type}
116116
::
117117

118118
::field{name="%eventSource%" type="EventSource"}
119119
The `EventSource` which triggered the current action. _C# required to access_
120-
:read-more{to=/api/csharp/core/events}
120+
:read-more{to=/api/csharp/enums/event-source}
121121
::
122122
::
123123

streamerbot/3.api/3.csharp/4.classes/event-type.md

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: C# Enums
2+
description: Reference of enums available in Streamer.bot C# Code
3+
icon: mdi:code-braces-box
4+
navigation:
5+
title: Enums
6+
icon: mdi:code-braces-box
7+
ogImage:
8+
headline: C# Enums
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
title: C# Enums
2+
description: Reference of enums available in Streamer.bot C# Code
3+
icon: mdi:code-braces-box
4+
navigation:
5+
title: Enums
6+
icon: mdi:code-braces-box

streamerbot/3.api/3.csharp/4.classes/event-source.md renamed to streamerbot/3.api/3.csharp/5.enums/event-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: EventSource
3-
description: C# class definition for EventSource
3+
description: C# enum definition for EventSource
44
name: EventSource
55
---
66

0 commit comments

Comments
 (0)