Skip to content

Commit

Permalink
mass refactors for generating nav from sb manifest files
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Nov 5, 2023
1 parent be40dc0 commit 99cb8c2
Show file tree
Hide file tree
Showing 576 changed files with 464 additions and 107 deletions.
4 changes: 1 addition & 3 deletions streamerbot/3.api/1.sub-actions/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ description: Reference of all Streamer.bot Sub-Actions
layout: api
aside: false
toc: false
---

:api-category-browser
---

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions streamerbot/3.api/1.sub-actions/2.general/2.actions/_dir.yml

This file was deleted.

7 changes: 0 additions & 7 deletions streamerbot/3.api/1.sub-actions/2.general/3.commands/_dir.yml

This file was deleted.

8 changes: 0 additions & 8 deletions streamerbot/3.api/1.sub-actions/2.general/4.midi/_dir.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Core Sub-Actions
icon: IconStreamerbot
aside.level: 4
aside.level: 3
category.title: Core Sub-Actions
category.icon: IconStreamerbot
navigation.title: Core
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Clear Action Queue
description: Remove all pending actions from an Action Queue
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Action Queue Blocking State
---

:wip
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
title: Set Action Queue Pause State
description: Action Sub-Actions Reference
published: true
date: 2023-04-06T17:02:13.776Z
tags:
editor: markdown
dateCreated: 2021-08-26T22:05:53.471Z
description: Pause or resume an Action Queue
---

## Overview
Expand Down Expand Up @@ -57,7 +52,4 @@ PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8v

With these 3 actions created, give them an easy way to be executed such as a streamdeck button or command that trusted users can run. This way you can react quickly if the need arises

---

- [<i class="mdi mdi-chevron-left"></i>**Actions Sub-Actions Reference *Go Back***](/Sub-Actions/Actions)
{.btn-grid .my-5}
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Set Sub-Action State
description: Enable or disable specific sub-actions
---

:wip
1 change: 1 addition & 0 deletions streamerbot/3.api/1.sub-actions/core/csharp/_dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: C# Code
1 change: 1 addition & 0 deletions streamerbot/3.api/1.sub-actions/core/file-io/_dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: File I/O
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Set File Tail State
description: Enable or disable file tailing
---

:wip
6 changes: 6 additions & 0 deletions streamerbot/3.api/1.sub-actions/core/logic/get-input.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Get Input
description: Interactively request for user input
---

:wip
1 change: 1 addition & 0 deletions streamerbot/3.api/1.sub-actions/core/midi/_dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title: MIDI
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
---
title: Log
description: Misc Sub-Actions Reference
published: true
date: 2023-04-25T17:17:46.573Z
tags:
editor: markdown
dateCreated: 2023-04-25T17:17:24.069Z
description: Send output to the Streamer.bot log files
---

## Overview
This Sub-Action is used to add log lines to your log file.

![Streamer.bot Log Sub-Action](/sub-action-log-001.png)

## Configuration
Expand All @@ -23,10 +15,4 @@ Name | Description
`Verbose` | This is verbose information that will only be logged if the user has their log level on verbose. This isn't extremely important data.

### Message
Enter the message you wish to add to the log file.

---

- [<i class="mdi mdi-chevron-left"></i>**Misc Sub-Actions Reference *Go Back***](/Sub-Actions/Misc)
- [<i class="mdi mdi-timelapse primary--text"></i>**Delay *Delay the next sub-action***](/Sub-Actions/Delay)
{.btn-grid .my-5}
Enter the message you wish to add to the log file.
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
---
title: Perform Command
description: General Sub-Actions Reference
published: true
date: 2023-04-10T05:35:51.998Z
tags: subactions
editor: markdown
dateCreated: 2021-08-25T21:33:38.438Z
title: Run a Program
description: Execute an external program or script
---

## Overview

With this sub-action, you can run an exe, batch file, cmdlet, Powershell script, URI, or anything you can normally run via the <kbd>Win+R</kbd>, Windows Run dialog, or command prompt.

A common usage for this action, is using the LIV URI for switching camera profiles `liv-app://camera/set/#`
Expand All @@ -31,10 +24,4 @@ Optional arguments or flags to pass to the executable
Optional delay in seconds

### Environment Variables
Define any optional environment variables you would like to pass to the executable

---

- [<i class="mdi mdi-chevron-left"></i>**System Sub-Actions Reference *Go Back***](/Sub-Actions/System)
- [<i class="mdi mdi-network primary--text"></i>**Network *Fetch URL, UDP Broadcast***](/Sub-Actions/Network)
{.btn-grid .my-5}
Define any optional environment variables you would like to pass to the executable
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Toast Notification
description: Send a Windows toast notification from Streamer.bot
---
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Clear Users From Group
---

:wip
2 changes: 2 additions & 0 deletions streamerbot/3.api/1.sub-actions/elgato/_dir.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
title: Elgato
icon: i-mdi-button-pointer
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Set Background
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Set State
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Set Title
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Set Value
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Show Alert
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
9 changes: 9 additions & 0 deletions streamerbot/3.api/1.sub-actions/elgato/stream-deck/show-ok.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Show OK
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Toggle State
---

::callout{icon=i-mdi-bookmark to=https://streamdeck.streamer.bot target=_blank}
Explore the full [Stream Deck Plugin Documentation](https://streamdeck.streamer.bot)
::

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Filter State
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Input Information
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Microphone Information
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Output Volumes
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Get Selected Output
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Mute Input
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Mute Microphone
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Mute Output
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Filter Bypass State
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Filter State
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Input Volume
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Microphone Balance
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Microphone Gain
---

:wip
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Set Microphone Output Volume
---

:wip
Loading

0 comments on commit 99cb8c2

Please sign in to comment.