diff --git a/.gitignore b/.gitignore index 547c24f8..ac83a0e7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ _site/ assets/css/main copy.scss assets/css/content copy.scss _algolia_api_key +_config_local.yml diff --git a/Gemfile b/Gemfile index 0645b41b..b5d9b48d 100644 --- a/Gemfile +++ b/Gemfile @@ -7,15 +7,15 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem 'jekyll' gem "webrick", "~> 1.7" -gem "github-pages", "~> 215", group: :jekyll_plugins +gem 'github-pages', group: :jekyll_plugins gem 'tzinfo-data' gem 'wdm', '>= 0.1.0' if Gem.win_platform? group :jekyll_plugins do - gem 'jekyll-algolia' - gem 'jekyll-sitemap' - gem 'jekyll-feed' - gem 'jekyll-seo-tag' - gem 'jekyll-toc' - gem 'jekyll-redirect-from' - end + gem 'jekyll-algolia' + gem 'jekyll-sitemap' + gem 'jekyll-feed' + gem 'jekyll-seo-tag' + gem 'jekyll-toc' + gem 'jekyll-redirect-from' + end \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 6cf36275..988ba27b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,67 +1,65 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.22.5) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + activesupport (7.1.2) + base64 + bigdecimal + concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + minitest (>= 5.1) + mutex_m + tzinfo (~> 2.0) + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) algolia_html_extractor (2.6.4) json (~> 2.0) nokogiri (~> 1.10) algoliasearch (1.27.5) httpclient (~> 2.8, >= 2.8.3) json (>= 1.5.1) + base64 (0.2.0) + bigdecimal (3.1.5) coffee-script (2.4.1) coffee-script-source execjs coffee-script-source (1.11.1) colorator (1.1.0) - commonmarker (0.17.13) - ruby-enum (~> 0.5) - concurrent-ruby (1.1.9) - dnsruby (1.61.7) - simpleidn (~> 0.1) - em-websocket (0.5.2) + commonmarker (0.23.10) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) + dnsruby (1.70.0) + simpleidn (~> 0.2.1) + drb (2.2.0) + ruby2_keywords + em-websocket (0.5.3) eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) - ethon (0.14.0) + http_parser.rb (~> 0) + ethon (0.16.0) ffi (>= 1.15.0) eventmachine (1.2.7-x64-mingw32) - execjs (2.8.1) - faraday (1.8.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - multipart-post (>= 1.2, < 3) + execjs (2.9.1) + faraday (2.8.1) + base64 + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-httpclient (1.0.1) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - ffi (1.15.4-x64-mingw32) + faraday-net_http (3.0.2) + ffi (1.16.3-x64-mingw32) filesize (0.2.0) forwardable-extended (2.6.0) gemoji (3.0.1) - github-pages (215) - github-pages-health-check (= 1.17.2) - jekyll (= 3.9.0) + github-pages (228) + github-pages-health-check (= 1.17.9) + jekyll (= 3.9.3) jekyll-avatar (= 0.7.0) jekyll-coffeescript (= 1.1.1) - jekyll-commonmark-ghpages (= 0.1.6) + jekyll-commonmark-ghpages (= 0.4.0) jekyll-default-layout (= 0.1.4) jekyll-feed (= 0.15.1) jekyll-gist (= 1.5.0) jekyll-github-metadata (= 2.13.0) + jekyll-include-cache (= 0.2.1) jekyll-mentions (= 1.6.0) jekyll-optional-front-matter (= 0.3.2) jekyll-paginate (= 1.1.0) @@ -70,50 +68,50 @@ GEM jekyll-relative-links (= 0.6.1) jekyll-remote-theme (= 0.4.3) jekyll-sass-converter (= 1.5.2) - jekyll-seo-tag (= 2.7.1) + jekyll-seo-tag (= 2.8.0) jekyll-sitemap (= 1.4.0) jekyll-swiss (= 1.0.0) - jekyll-theme-architect (= 0.1.1) - jekyll-theme-cayman (= 0.1.1) - jekyll-theme-dinky (= 0.1.1) - jekyll-theme-hacker (= 0.1.2) - jekyll-theme-leap-day (= 0.1.1) - jekyll-theme-merlot (= 0.1.1) - jekyll-theme-midnight (= 0.1.1) - jekyll-theme-minimal (= 0.1.1) - jekyll-theme-modernist (= 0.1.1) - jekyll-theme-primer (= 0.5.4) - jekyll-theme-slate (= 0.1.1) - jekyll-theme-tactile (= 0.1.1) - jekyll-theme-time-machine (= 0.1.1) + jekyll-theme-architect (= 0.2.0) + jekyll-theme-cayman (= 0.2.0) + jekyll-theme-dinky (= 0.2.0) + jekyll-theme-hacker (= 0.2.0) + jekyll-theme-leap-day (= 0.2.0) + jekyll-theme-merlot (= 0.2.0) + jekyll-theme-midnight (= 0.2.0) + jekyll-theme-minimal (= 0.2.0) + jekyll-theme-modernist (= 0.2.0) + jekyll-theme-primer (= 0.6.0) + jekyll-theme-slate (= 0.2.0) + jekyll-theme-tactile (= 0.2.0) + jekyll-theme-time-machine (= 0.2.0) jekyll-titles-from-headings (= 0.5.3) jemoji (= 0.12.0) - kramdown (= 2.3.1) + kramdown (= 2.3.2) kramdown-parser-gfm (= 1.1.0) - liquid (= 4.0.3) + liquid (= 4.0.4) mercenary (~> 0.3) minima (= 2.5.1) - nokogiri (>= 1.10.4, < 2.0) + nokogiri (>= 1.13.6, < 2.0) rouge (= 3.26.0) terminal-table (~> 1.4) - github-pages-health-check (1.17.2) + github-pages-health-check (1.17.9) addressable (~> 2.3) dnsruby (~> 1.60) octokit (~> 4.0) - public_suffix (>= 2.0.2, < 5.0) + public_suffix (>= 3.0, < 5.0) typhoeus (~> 1.3) - html-pipeline (2.14.0) + html-pipeline (2.14.3) activesupport (>= 2) nokogiri (>= 1.4) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) httpclient (2.8.3) - i18n (0.9.5) + i18n (1.14.1) concurrent-ruby (~> 1.0) - jekyll (3.9.0) + jekyll (3.9.3) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) - i18n (~> 0.7) + i18n (>= 0.7, < 2) jekyll-sass-converter (~> 1.0) jekyll-watch (~> 2.0) kramdown (>= 1.17, < 3) @@ -136,13 +134,13 @@ GEM jekyll-coffeescript (1.1.1) coffee-script (~> 2.2) coffee-script-source (~> 1.11.1) - jekyll-commonmark (1.3.1) - commonmarker (~> 0.14) - jekyll (>= 3.7, < 5.0) - jekyll-commonmark-ghpages (0.1.6) - commonmarker (~> 0.17.6) - jekyll-commonmark (~> 1.2) - rouge (>= 2.0, < 4.0) + jekyll-commonmark (1.4.0) + commonmarker (~> 0.22) + jekyll-commonmark-ghpages (0.4.0) + commonmarker (~> 0.23.7) + jekyll (~> 3.9.0) + jekyll-commonmark (~> 1.4.0) + rouge (>= 2.0, < 5.0) jekyll-default-layout (0.1.4) jekyll (~> 3.0) jekyll-feed (0.15.1) @@ -152,6 +150,8 @@ GEM jekyll-github-metadata (2.13.0) jekyll (>= 3.4, < 5.0) octokit (~> 4.0, != 4.4.0) + jekyll-include-cache (0.2.1) + jekyll (>= 3.7, < 5.0) jekyll-mentions (1.6.0) html-pipeline (~> 2.3) jekyll (>= 3.7, < 5.0) @@ -171,69 +171,69 @@ GEM rubyzip (>= 1.3.0, < 3.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.7.1) + jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-swiss (1.0.0) - jekyll-theme-architect (0.1.1) - jekyll (~> 3.5) + jekyll-theme-architect (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-cayman (0.1.1) - jekyll (~> 3.5) + jekyll-theme-cayman (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-dinky (0.1.1) - jekyll (~> 3.5) + jekyll-theme-dinky (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-hacker (0.1.2) + jekyll-theme-hacker (0.2.0) jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-leap-day (0.1.1) - jekyll (~> 3.5) + jekyll-theme-leap-day (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-merlot (0.1.1) - jekyll (~> 3.5) + jekyll-theme-merlot (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-midnight (0.1.1) - jekyll (~> 3.5) + jekyll-theme-midnight (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-minimal (0.1.1) - jekyll (~> 3.5) + jekyll-theme-minimal (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-modernist (0.1.1) - jekyll (~> 3.5) + jekyll-theme-modernist (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-primer (0.5.4) + jekyll-theme-primer (0.6.0) jekyll (> 3.5, < 5.0) jekyll-github-metadata (~> 2.9) jekyll-seo-tag (~> 2.0) - jekyll-theme-slate (0.1.1) - jekyll (~> 3.5) + jekyll-theme-slate (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-tactile (0.1.1) - jekyll (~> 3.5) + jekyll-theme-tactile (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) - jekyll-theme-time-machine (0.1.1) - jekyll (~> 3.5) + jekyll-theme-time-machine (0.2.0) + jekyll (> 3.5, < 5.0) jekyll-seo-tag (~> 2.0) jekyll-titles-from-headings (0.5.3) jekyll (>= 3.3, < 5.0) - jekyll-toc (0.17.1) + jekyll-toc (0.18.0) jekyll (>= 3.9) - nokogiri (~> 1.11) + nokogiri (~> 1.12) jekyll-watch (2.2.1) listen (~> 3.0) jemoji (0.12.0) gemoji (~> 3.0) html-pipeline (~> 2.2) jekyll (>= 3.0, < 5.0) - json (2.5.1) - kramdown (2.3.1) + json (2.7.1) + kramdown (2.3.2) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.0) + liquid (4.0.4) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.3.6) @@ -241,25 +241,23 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - multi_json (1.15.0) - multipart-post (2.1.1) - nokogiri (1.12.4-x64-mingw32) + minitest (5.20.0) + mutex_m (0.2.0) + nokogiri (1.15.5-x64-mingw32) racc (~> 1.4) - octokit (4.21.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (4.25.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) pathutil (0.16.2) forwardable-extended (~> 2.6) - progressbar (1.11.0) - public_suffix (4.0.6) - racc (1.5.2) - rb-fsevent (0.11.0) + progressbar (1.13.0) + public_suffix (4.0.7) + racc (1.7.3) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.6) rouge (3.26.0) - ruby-enum (0.9.0) - i18n ruby2_keywords (0.0.5) rubyzip (2.3.2) safe_yaml (1.0.5) @@ -268,33 +266,32 @@ GEM sass-listen (4.0.0) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) simpleidn (0.2.1) unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - typhoeus (1.4.0) + typhoeus (1.4.1) ethon (>= 0.9.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - tzinfo-data (1.2021.1) + tzinfo-data (1.2023.4) tzinfo (>= 1.0.0) unf (0.1.4) unf_ext - unf_ext (0.0.8-x64-mingw32) + unf_ext (0.0.9.1-x64-mingw32) unicode-display_width (1.8.0) verbal_expressions (0.1.5) wdm (0.1.1) - webrick (1.7.0) + webrick (1.8.1) PLATFORMS x64-mingw32 - x64-unknown DEPENDENCIES - github-pages (~> 215) + github-pages jekyll jekyll-algolia jekyll-feed @@ -307,4 +304,4 @@ DEPENDENCIES webrick (~> 1.7) BUNDLED WITH - 2.2.18 + 2.1.4 diff --git a/_config.yml b/_config.yml index 98fbe486..8e22ddc5 100644 --- a/_config.yml +++ b/_config.yml @@ -1,361 +1,355 @@ -title: SAMMI -tagline: SAMMI | Stream Automation, Management, Monitoring and Innovation | Works with Twitch, YouTube, OBS -description: Transform your ordinary stream into interactive experience for your viewers with SAMMI -name: SAMMI • Free Streamer Tool -stableVersion: 202311 -url: "https://sammi.solutions" -author: - twitter: SAMMISolutions -repository: https://github.com/SAMMISolutions/docs -logo: /assets/favicon/favicon-32x32.png -social: - name: SAMMI - links: - - https://twitter.com/SAMMISolutions - - https://github.com/SAMMISolutions -timezone: US/Pacific -google_analytics: G-Q3ZGBDKL0V -twitter: - username: SAMMISolutions - card: summary -plugins: - - jekyll-feed - - jekyll-sitemap - - jekyll-seo-tag - - jekyll-toc - - jekyll-mentions - - jekyll-relative-links - - jekyll-redirect-from -sass: - style: compressed -relative_links: - enabled: true - collections: true -kramdown: - auto_ids: false -toc: - min_level: 1 - max_level: 6 - ordered_list: false - no_toc_section_class: no_toc_section - list_id: toc - list_class: section-nav - sublist_class: '' - item_class: "nav-link d-flex flex-row" - item_prefix: toc- -defaults: -- scope: - path: docs - type: pages - values: - layout: post -- scope: - path: docs/commands - values: - menu: Commands -- scope: - path: doc_posts/_commands-array - values: - parent: Arrays - backlink: array -- scope: - path: doc_posts/_commands-buffer - values: - parent: Buffers - backlink: buffer -- scope: - path: doc_posts/_commands-button - values: - parent: Buttons - backlink: button -- scope: - path: doc_posts/_commands-date-time - values: - parent: Date and Time - backlink: date-time -- scope: - path: doc_posts/_commands-file-csv - values: - parent: Files - subparent: CSV Files - backlink: file-csv -- scope: - path: doc_posts/_commands-file-general - values: - parent: Files - subparent: General - backlink: file-general -- scope: - path: doc_posts/_commands-file-ini - values: - parent: Files - subparent: INI Files - backlink: file-ini -- scope: - path: doc_posts/_commands-misc - values: - parent: Miscellaneous - backlink: misc -- scope: - path: doc_posts/_commands-mouse-kb - values: - parent: Mouse & Keyboard - backlink: mouse-kb -- scope: - path: doc_posts/_commands-number - values: - parent: Numbers - backlink: number -- scope: - path: doc_posts/_commands-object - values: - parent: Objects - backlink: object -- scope: - path: doc_posts/_commands-obs-* - values: - parent: OBS -- scope: - path: doc_posts/_commands-obs-filters - values: - subparent: Filters - backlink: obs-filters -- scope: - path: doc_posts/_commands-obs-general - values: - subparent: General - backlink: obs-general -- scope: - path: doc_posts/_commands-obs-media - values: - subparent: Media - backlink: obs-media -- scope: - path: doc_posts/_commands-obs-motion - values: - subparent: Motion - backlink: obs-motion -- scope: - path: doc_posts/_commands-obs-recording - values: - subparent: Recording - backlink: obs-recording -- scope: - path: doc_posts/_commands-obs-scenes - values: - subparent: Scenes - backlink: obs-scenes -- scope: - path: doc_posts/_commands-obs-sources - values: - subparent: Sources - backlink: obs-sources -- scope: - path: doc_posts/_commands-obs-streaming - values: - subparent: Streaming - backlink: obs-streaming -- scope: - path: doc_posts/_commands-sounds - values: - parent: Sound Effects - backlink: sounds -- scope: - path: doc_posts/_commands-statements - values: - parent: Statements & Loops - backlink: statements -- scope: - path: doc_posts/_commands-string - values: - parent: Strings - backlink: string -- scope: - path: doc_posts/_commands-trigger - values: - parent: Trigger methods - backlink: trigger -- scope: - path: doc_posts/_commands-twitch-* - values: - parent: Twitch -- scope: - path: doc_posts/_commands-twitch-chat - values: - subparent: Chat and Messages - backlink: twitch-chat -- scope: - path: doc_posts/_commands-twitch-chpr - values: - subparent: Channel Point Rewards - backlink: twitch-chpr -- scope: - path: doc_posts/_commands-twitch-info - values: - subparent: Information - backlink: twitch-info -- scope: - path: doc_posts/_commands-twitch-misc - values: - subparent: Miscellaneous - backlink: twitch-misc -- scope: - path: doc_posts/_commands-twitch-moderation - values: - subparent: Moderation - backlink: twitch-moderation -- scope: - path: doc_posts/_commands-twitch-polls - values: - subparent: Polls and Predictions - backlink: twitch-polls -- scope: - path: doc_posts/_commands-variable - values: - parent: Variables - backlink: variable -- scope: - path: doc_posts/_commands-wait - values: - parent: Wait For/Until - backlink: wait -- scope: - path: doc_posts/_commands-youtube - values: - parent: YouTube - backlink: youtube -- scope: - path: doc_posts/_commands-* - values: - layout: default_post - permalink: commands/:name - menu: Commands -- scope: - path: docs/integrations - values: - menu: Integrations -- scope: - path: docs/local api - values: - menu: Local API -- scope: - path: docs/faq - values: - menu: FAQ -- scope: - path: docs/troubleshooting - values: - menu: Troubleshooting -sass: - sass_dir: _sass -algolia: - application_id: 'I48YE43FLX' - index_name: 'lioranboard' -collections_dir: doc_posts -collections: - getting-started: - output: true - about: - output: true - components: - output: true - integrations: - output: true - integrations-obs: - output: true - integrations-twitch: - output: true - integrations-youtube: - output: true - triggers: - output: true - api-overview: - output: true - api-reference: - output: true - api-webhooks: - output: true - faq-general: - output: true - faq-receiver: - output: true - faq-commands: - output: true - troubleshooting-common: - output: true - troubleshooting-errors: - output: true - troubleshooting-bugs: - output: true - troubleshooting-buttons: - output: true - troubleshooting-outputs: - output: true - commands-introduction: - output: true - commands-variable: - output: true - commands-number: - output: true - commands-string: - output: true - commands-array: - output: true - commands-object: - output: true - commands-date-time: - output: true - commands-mouse-kb: - output: true - commands-statements: - output: true - commands-wait: - output: true - commands-trigger: - output: true - commands-file-general: - output: true - commands-file-ini: - output: true - commands-file-csv: - output: true - commands-twitch-info: - output: true - commands-twitch-chat: - output: true - commands-twitch-chpr: - output: true - commands-twitch-polls: - output: true - commands-twitch-moderation: - output: true - commands-twitch-misc: - output: true - commands-youtube: - output: true - commands-buffer: - output: true - commands-sounds: - output: true - commands-button: - output: true - commands-misc: - output: true - commands-obs-general: - output: true - commands-obs-filters: - output: true - commands-obs-media: - output: true - commands-obs-motion: - output: true - commands-obs-recording: - output: true - commands-obs-scenes: - output: true - commands-obs-sources: - output: true - commands-obs-streaming: - output: true - commands-obs-transitions: - output: true +title: SAMMI +tagline: SAMMI | Stream Automation, Management, Monitoring and Innovation | Works with Twitch, YouTube, OBS +description: Transform your ordinary stream into interactive experience for your viewers with SAMMI +name: SAMMI • Free Streamer Tool +stableVersion: 202640 +url: https://sammi.solutions +author: + twitter: SAMMISolutions +repository: https://github.com/SAMMISolutions/docs +logo: /assets/favicon/favicon-32x32.png +social: + name: SAMMI + links: + - https://twitter.com/SAMMISolutions + - https://github.com/SAMMISolutions +timezone: US/Pacific +google_analytics: G-Q3ZGBDKL0V +twitter: + username: SAMMISolutions + card: summary +plugins: +- jekyll-feed +- jekyll-sitemap +- jekyll-seo-tag +- jekyll-toc +- jekyll-mentions +- jekyll-relative-links +- jekyll-redirect-from +sass: + sass_dir: _sass +relative_links: + enabled: true + collections: true +kramdown: + auto_ids: false +toc: + min_level: 1 + max_level: 6 + ordered_list: false + no_toc_section_class: no_toc_section + list_id: toc + list_class: section-nav + sublist_class: '' + item_class: nav-link d-flex flex-row + item_prefix: toc- +defaults: +- scope: + path: docs + type: pages + values: + layout: post +- scope: + path: docs/commands + values: + menu: Commands +- scope: + path: doc_posts/_commands-array + values: + parent: Arrays + backlink: array +- scope: + path: doc_posts/_commands-buffer + values: + parent: Buffers + backlink: buffer +- scope: + path: doc_posts/_commands-button + values: + parent: Buttons + backlink: button +- scope: + path: doc_posts/_commands-date-time + values: + parent: Date and Time + backlink: date-time +- scope: + path: doc_posts/_commands-file-csv + values: + parent: Files + subparent: CSV Files + backlink: file-csv +- scope: + path: doc_posts/_commands-file-general + values: + parent: Files + subparent: General + backlink: file-general +- scope: + path: doc_posts/_commands-file-ini + values: + parent: Files + subparent: INI Files + backlink: file-ini +- scope: + path: doc_posts/_commands-misc + values: + parent: Miscellaneous + backlink: misc +- scope: + path: doc_posts/_commands-mouse-kb + values: + parent: Mouse & Keyboard + backlink: mouse-kb +- scope: + path: doc_posts/_commands-number + values: + parent: Numbers + backlink: number +- scope: + path: doc_posts/_commands-object + values: + parent: Objects + backlink: object +- scope: + path: doc_posts/_commands-obs-* + values: + parent: OBS +- scope: + path: doc_posts/_commands-obs-filters + values: + subparent: Filters + backlink: obs-filters +- scope: + path: doc_posts/_commands-obs-general + values: + subparent: General + backlink: obs-general +- scope: + path: doc_posts/_commands-obs-media + values: + subparent: Media + backlink: obs-media +- scope: + path: doc_posts/_commands-obs-motion + values: + subparent: Motion + backlink: obs-motion +- scope: + path: doc_posts/_commands-obs-recording + values: + subparent: Recording + backlink: obs-recording +- scope: + path: doc_posts/_commands-obs-scenes + values: + subparent: Scenes + backlink: obs-scenes +- scope: + path: doc_posts/_commands-obs-sources + values: + subparent: Sources + backlink: obs-sources +- scope: + path: doc_posts/_commands-obs-streaming + values: + subparent: Streaming + backlink: obs-streaming +- scope: + path: doc_posts/_commands-sounds + values: + parent: Sound Effects + backlink: sounds +- scope: + path: doc_posts/_commands-statements + values: + parent: Statements & Loops + backlink: statements +- scope: + path: doc_posts/_commands-string + values: + parent: Strings + backlink: string +- scope: + path: doc_posts/_commands-trigger + values: + parent: Trigger methods + backlink: trigger +- scope: + path: doc_posts/_commands-twitch-* + values: + parent: Twitch +- scope: + path: doc_posts/_commands-twitch-chat + values: + subparent: Chat and Messages + backlink: twitch-chat +- scope: + path: doc_posts/_commands-twitch-chpr + values: + subparent: Channel Point Rewards + backlink: twitch-chpr +- scope: + path: doc_posts/_commands-twitch-info + values: + subparent: Information + backlink: twitch-info +- scope: + path: doc_posts/_commands-twitch-misc + values: + subparent: Miscellaneous + backlink: twitch-misc +- scope: + path: doc_posts/_commands-twitch-moderation + values: + subparent: Moderation + backlink: twitch-moderation +- scope: + path: doc_posts/_commands-twitch-polls + values: + subparent: Polls and Predictions + backlink: twitch-polls +- scope: + path: doc_posts/_commands-variables + values: + parent: Variables + backlink: variables +- scope: + path: doc_posts/_commands-wait + values: + parent: Wait For/Until + backlink: wait +- scope: + path: doc_posts/_commands-youtube + values: + parent: YouTube + backlink: youtube +- scope: + path: doc_posts/_commands-* + values: + layout: default_post + permalink: commands/:name + menu: Commands +- scope: + path: docs/integrations + values: + menu: Integrations +- scope: + path: docs/local api + values: + menu: Local API +- scope: + path: docs/faq + values: + menu: FAQ +- scope: + path: docs/troubleshooting + values: + menu: Troubleshooting +algolia: + application_id: RL52QQ5HZ9 + index_name: sammi +collections_dir: doc_posts +collections: + getting-started: + output: true + about: + output: true + components: + output: true + integrations: + output: true + triggers: + output: true + api-overview: + output: true + api-reference: + output: true + api-webhooks: + output: true + faq-general: + output: true + faq-receiver: + output: true + faq-commands: + output: true + troubleshooting-common: + output: true + troubleshooting-errors: + output: true + troubleshooting-buttons: + output: true + troubleshooting-outputs: + output: true + commands-introduction: + output: true + commands-variables: + output: true + commands-number: + output: true + commands-string: + output: true + commands-array: + output: true + commands-object: + output: true + commands-date-time: + output: true + commands-mouse-kb: + output: true + commands-statements: + output: true + commands-wait: + output: true + commands-trigger: + output: true + commands-file-general: + output: true + commands-file-ini: + output: true + commands-file-csv: + output: true + commands-twitch-info: + output: true + commands-twitch-chat: + output: true + commands-twitch-chpr: + output: true + commands-twitch-polls: + output: true + commands-twitch-moderation: + output: true + commands-twitch-misc: + output: true + commands-youtube: + output: true + commands-buffer: + output: true + commands-sounds: + output: true + commands-button: + output: true + commands-misc: + output: true + commands-obs-general: + output: true + commands-obs-filters: + output: true + commands-obs-media: + output: true + commands-obs-motion: + output: true + commands-obs-recording: + output: true + commands-obs-scenes: + output: true + commands-obs-sources: + output: true + commands-obs-streaming: + output: true + commands-obs-transitions: + output: true + commands-integrations: + output: true + commands-deck-app: + output: true diff --git a/_data/navigation.yml b/_data/navigation.yml index 57f0264d..b0d88a35 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -4,123 +4,120 @@ main: - name: Components collection: components - name: Integrations - submenus: - - name: OBS Studio - link: integrations/obs - collection: integrations-obs - - name: Twitch - link: integrations/twitch - collection: integrations-twitch - - name: YouTube Live - link: integrations/youtube - collection: integrations-youtube + collection: integrations - name: Commands submenus: - - name: Introduction - link: commands/introduction - collection: commands-introduction - - name: Variables - link: commands/variables - collection: commands-variable - - name: Numbers - link: commands/number - collection: commands-number - - name: Strings - link: commands/string - collection: commands-string - name: Arrays link: commands/array collection: commands-stack - - name: Objects - link: commands/object - collection: commands-object + - name: Buffers + link: commands/buffer + collection: commands-buffer + - name: Buttons + link: commands/button + collection: commands-button - name: Date and Time link: commands/date-time collection: commands-date-time - - name: Statements & Loops - link: commands/statements - collection: commands-statements - - name: Wait For/Until - link: commands/wait - collection: commands-wait - - name: Trigger methods - link: commands/trigger - collection: commands-trigger + - name: Deck App + link: commands/deck-app + collection: commands-deck-app + - name: Files + subitems: + - name: CSV Files + link: commands/file-csv + collection: commands-file-csv + - name: General + link: commands/file-general + collection: commands-file-general + - name: INI Files + link: commands/file-ini + collection: commands-file-ini + - name: Integrations + link: commands/integrations + collection: commands-integrations + - name: Introduction + link: commands/introduction + collection: commands-introduction + - name: Miscellaneous + link: commands/misc + collection: commands-misc + - name: Mouse & Keyboard + link: commands/mouse-kb + collection: commands-mouse-kb + - name: Numbers + link: commands/number + collection: commands-number - name: OBS subitems: + - name: Filters + link: commands/obs-filters + collection: commands-obs-filters - name: General link: commands/obs-general collection: commands-obs-general + - name: Media + link: commands/obs-media + collection: commands-obs-media + - name: Motion + link: commands/obs-motion + collection: commands-obs-motion + - name: Recording + link: commands/obs-recording + collection: commands-obs-recording - name: Scenes link: commands/obs-scenes collection: commands-obs-scenes - name: Sources link: commands/obs-sources collection: commands-obs-sources - - name: Motion - link: commands/obs-motion - collection: commands-obs-motion - - name: Filters - link: commands/obs-filters - collection: commands-obs-filters - name: Streaming link: commands/obs-streaming collection: commands-obs-streaming - - name: Recording - link: commands/obs-recording - collection: commands-obs-recording - - name: Media - link: commands/obs-media - collection: commands-obs-media + - name: Objects + link: commands/object + collection: commands-object + - name: Sound Effects + link: commands/sounds + collection: commands-sounds + - name: Statements & Loops + link: commands/statements + collection: commands-statements + - name: Strings + link: commands/string + collection: commands-string + - name: Trigger methods + link: commands/trigger + collection: commands-trigger - name: Twitch subitems: - - name: Information - link: commands/twitch-info - collection: commands-twitch-info - - name: Chat and Messages - link: commands/twitch-chat - collection: commands-twitch-chat - name: Channel Point Rewards link: commands/twitch-chpr collection: commands-twitch-chpr - - name: Polls and Predictions - link: commands/twitch-polls - collection: commands-twitch-polls + - name: Chat and Messages + link: commands/twitch-chat + collection: commands-twitch-chat + - name: Information + link: commands/twitch-info + collection: commands-twitch-info + - name: Miscellaneous + link: commands/twitch-misc + collection: commands-twitch-misc - name: Moderation link: commands/twitch-moderation collection: commands-twitch-moderation - - name: Miscellaneous - link: commands/twitch-misc - collection: commands-twitch-misc + - name: Polls and Predictions + link: commands/twitch-polls + collection: commands-twitch-polls + - name: Variables + link: commands/variables + collection: commands-variables + - name: Wait For/Until + link: commands/wait + collection: commands-wait - name: YouTube link: commands/youtube collection: commands-youtube - - name: Files - subitems: - - name: General - link: commands/file-general - collection: commands-file - - name: CSV Files - link: commands/file-csv - collection: commands-file-csv - - name: INI Files - link: commands/file-ini - collection: commands-file-ini - - name: Buffers - link: commands/buffer - collection: commands-buffer - - name: Buttons - link: commands/button - collection: commands-button - - name: Mouse & Keyboard - link: commands/mouse-kb - collection: commands-mouse-kb - - name: Sound Effects - link: commands/sounds - collection: commands-sounds - - name: Miscellaneous - link: commands/misc - collection: commands-misc - name: Triggers collection: triggers - name: Local API @@ -144,20 +141,17 @@ main: collection: faq-commands - name: Troubleshooting submenus: - - name: Buttons & Commands - link: troubleshooting/buttons - collection: troubleshooting-buttons - name: Common Issues link: troubleshooting/common collection: troubleshooting-common - - name: Error Messages on Crash + - name: Buttons & Commands + link: troubleshooting/buttons + collection: troubleshooting-buttons + - name: Crash Errors link: troubleshooting/errors collection: troubleshooting-errors - name: Recording Outputs link: troubleshooting/outputs collection: troubleshooting-outputs - - name: Known Bugs - link: troubleshooting/bugs - collection: troubleshooting-bugs - name: About collection: about diff --git a/_includes/async.html b/_includes/async.html new file mode 100644 index 00000000..254ca55c --- /dev/null +++ b/_includes/async.html @@ -0,0 +1,4 @@ +