Refreshes Retype-generated documentation.
Process triggered by Ravencentric.
This commit is contained in:
parent
68060f3526
commit
9eff731012
22 changed files with 69 additions and 60 deletions
12
404.html
12
404.html
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="turbo-root" content="/awesome-arr">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.736194558701">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.0.3.742115584811">
|
||||
|
||||
<!-- See retype.com -->
|
||||
<meta name="generator" content="Retype 2.4.0">
|
||||
<meta name="generator" content="Retype 3.0.3">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Not Found</title>
|
||||
|
|
@ -28,11 +28,11 @@
|
|||
|
||||
<script>(function () { var el = document.documentElement, m = localStorage.getItem("/awesome-arr/doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
|
||||
|
||||
<link href="/awesome-arr/resources/css/retype.css?v=2.4.0.736194558701" rel="stylesheet" />
|
||||
<link href="/awesome-arr/resources/css/retype.css?v=3.0.3.742115584811" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="/awesome-arr/resources/js/config.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="/awesome-arr/resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="/awesome-arr/resources/js/lunr.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="/awesome-arr/resources/js/config.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="/awesome-arr/resources/js/retype.js?v=3.0.3" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="/awesome-arr/resources/js/lunr.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="turbo-root" content="/awesome-arr">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.736194558701">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.0.3.742115584811">
|
||||
|
||||
<!-- See retype.com -->
|
||||
<meta name="generator" content="Retype 2.4.0">
|
||||
<meta name="generator" content="Retype 3.0.3">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Contributor Covenant Code of Conduct</title>
|
||||
|
|
@ -31,11 +31,11 @@
|
|||
|
||||
<script>(function () { var el = document.documentElement, m = localStorage.getItem("/awesome-arr/doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
|
||||
|
||||
<link href="../resources/css/retype.css?v=2.4.0.736194558701" rel="stylesheet" />
|
||||
<link href="../resources/css/retype.css?v=3.0.3.742115584811" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=3.0.3" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
||||
|
|
@ -146,8 +146,8 @@
|
|||
<div class="grow min-w-0 dark:bg-dark-850">
|
||||
<!-- Render "toolbar" template here on api pages --><!-- Render page content -->
|
||||
<div class="flex">
|
||||
<div class="grow min-w-0 px-6 md:px-16">
|
||||
<main class="relative pt-6 pb-16">
|
||||
<div class="min-w-0 p-4 grow md:px-16">
|
||||
<main class="relative pb-12 lg:pt-2">
|
||||
<div class="docs-markdown" id="docs-content">
|
||||
<!-- Rendered if sidebar right is enabled -->
|
||||
<div id="docs-sidebar-right-toggle"></div>
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="turbo-root" content="/awesome-arr">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.736194558701">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.0.3.742115584811">
|
||||
|
||||
<!-- See retype.com -->
|
||||
<meta name="generator" content="Retype 2.4.0">
|
||||
<meta name="generator" content="Retype 3.0.3">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Contribution Guidelines</title>
|
||||
|
|
@ -31,11 +31,11 @@
|
|||
|
||||
<script>(function () { var el = document.documentElement, m = localStorage.getItem("/awesome-arr/doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
|
||||
|
||||
<link href="../resources/css/retype.css?v=2.4.0.736194558701" rel="stylesheet" />
|
||||
<link href="../resources/css/retype.css?v=3.0.3.742115584811" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=3.0.3" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
||||
|
|
@ -146,8 +146,8 @@
|
|||
<div class="grow min-w-0 dark:bg-dark-850">
|
||||
<!-- Render "toolbar" template here on api pages --><!-- Render page content -->
|
||||
<div class="flex">
|
||||
<div class="grow min-w-0 px-6 md:px-16">
|
||||
<main class="relative pt-6 pb-16">
|
||||
<div class="min-w-0 p-4 grow md:px-16">
|
||||
<main class="relative pb-12 lg:pt-2">
|
||||
<div class="docs-markdown" id="docs-content">
|
||||
<!-- Rendered if sidebar right is enabled -->
|
||||
<div id="docs-sidebar-right-toggle"></div>
|
||||
|
|
|
|||
27
index.html
27
index.html
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="turbo-root" content="/awesome-arr">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.736194558701">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.0.3.742115584811">
|
||||
|
||||
<!-- See retype.com -->
|
||||
<meta name="generator" content="Retype 2.4.0">
|
||||
<meta name="generator" content="Retype 3.0.3">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Awesome *Arr</title>
|
||||
|
|
@ -33,11 +33,11 @@
|
|||
|
||||
<script>(function () { var el = document.documentElement, m = localStorage.getItem("/awesome-arr/doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
|
||||
|
||||
<link href="resources/css/retype.css?v=2.4.0.736194558701" rel="stylesheet" />
|
||||
<link href="resources/css/retype.css?v=3.0.3.742115584811" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="resources/js/config.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="resources/js/lunr.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="resources/js/config.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="resources/js/retype.js?v=3.0.3" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="resources/js/lunr.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
||||
|
|
@ -148,8 +148,8 @@
|
|||
<div class="grow min-w-0 dark:bg-dark-850">
|
||||
<!-- Render "toolbar" template here on api pages --><!-- Render page content -->
|
||||
<div class="flex">
|
||||
<div class="grow min-w-0 px-6 md:px-16">
|
||||
<main class="relative pt-6 pb-16">
|
||||
<div class="min-w-0 p-4 grow md:px-16">
|
||||
<main class="relative pb-12 lg:pt-2">
|
||||
<div class="docs-markdown" id="docs-content">
|
||||
<!-- Rendered if sidebar right is enabled -->
|
||||
<div id="docs-sidebar-right-toggle"></div>
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
</h2>
|
||||
</doc-anchor-target>
|
||||
<blockquote>
|
||||
<p>These are collection managers for Usenet and BitTorrent users. They can monitor multiple RSS feeds for new content and will grab, sort and rename them. They can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</p>
|
||||
<p>These are collection managers for Usenet and BitTorrent users. They can monitor multiple RSS feeds for new content and will grab, sort, and rename them. They can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.</p>
|
||||
</blockquote>
|
||||
<ul>
|
||||
<li><a href="https://lidarr.audio/">Lidarr</a> - Lidarr is a music collection manager.</li>
|
||||
|
|
@ -256,7 +256,6 @@
|
|||
<li><a href="https://github.com/morpheus65535/bazarr">Bazarr</a> - Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.</li>
|
||||
<li><a href="https://github.com/buildarr/buildarr">Buildarr</a> - A solution to automating deployment and configuration of your *Arr stack.</li>
|
||||
<li><a href="https://github.com/aetaric/checkrr">Checkrr</a> - Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr.</li>
|
||||
<li><a href="https://github.com/hrenard/cleanarr/">Cleanarr</a> - A small utility tasked to automatically clean radarr and sonarr files over time.</li>
|
||||
<li><a href="https://github.com/RiffSphere/Collectarr">Collectarr</a> - A Python script for checking your Radarr database and setting up collection lists. Also supports "smart" actor lists based on TMDB.</li>
|
||||
<li><a href="https://github.com/TMD20/crossarr">Crossarr</a> - Cross Seed via Arr Programs.</li>
|
||||
<li><a href="https://github.com/Adman1020/Elsewherr">Elsewherr</a> - See disclaimer on page. See if your movies from Radarr are available on a streaming service, and add a tag against the movie if it is.</li>
|
||||
|
|
@ -266,6 +265,7 @@
|
|||
<li><a href="https://github.com/FlareSolverr/FlareSolverr">FlareSolverr</a> - Proxy server to bypass Cloudflare protection.</li>
|
||||
<li><a href="https://github.com/Flemmarr/Flemmarr">Flemmarr</a> - Flemmarr makes it easy to automate configuration for your -arr apps.</li>
|
||||
<li><a href="https://github.com/l3v11/gclone">Gclone</a> - A rclone mod with auto SA rotation.</li>
|
||||
<li><a href="https://github.com/hrenard/cleanarr/">hrenard/Cleanarr</a> - A small utility tasked to automatically clean radarr and sonarr files over time.</li>
|
||||
<li><a href="https://github.com/Fallenbagel/jellyseerr">Jellyseerr</a> - Fork of overseerr for jellyfin support.</li>
|
||||
<li><a href="https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts">Just A Bunch Of Starr Scripts</a> - PowerShell scripts for Starr apps.</li>
|
||||
<li><a href="https://github.com/TheUltimateC0der/Listrr">Listrr</a> - Listrr creates lists for shows and movies based on your filters. The created lists get updated every 24 hours based on your filters, so Listrr will add all new items that match your filters, and will also remove all items that do not match your filter configuration anymore. Supports Sonarr, Radarr, Traktarr and Python-PlexLibrary.</li>
|
||||
|
|
@ -283,13 +283,14 @@
|
|||
<li><a href="https://rclone.org/">Rclone</a> - Rclone is a command-line program to manage files on cloud storage.</li>
|
||||
<li><a href="https://github.com/recyclarr/recyclarr">Recyclarr</a> - Automatically sync TRaSH guides to your Sonarr and Radarr instances.</li>
|
||||
<li><a href="https://github.com/TheHumanRobot/Rollarr">Rollarr</a> - Plex Automatic Pre-roll script with a GUI.</li>
|
||||
<li><a href="https://github.com/se1exin/Cleanarr">se1exin/Cleanarr</a> - A simple UI to help find and delete duplicate and sample files from your Plex server.</li>
|
||||
<li><a href="https://github.com/tronyx/sonarr-episode-name-checker">Sonarr Episode Name Checker</a> - Bash and Powershell scripts to check for episodes named "Episode ##" or "TBA".</li>
|
||||
<li><a href="https://github.com/bakerboy448/StarrScripts">StarrScripts</a> - Misc Scripts for Starr related Apps.</li>
|
||||
<li><a href="https://github.com/bakerboy448/StarrScripts">StarrScripts</a> - Misc scripts for starr related apps.</li>
|
||||
<li><a href="https://github.com/HaveAGitGat/Tdarr">Tdarr</a> - Tdarr - Distributed transcode automation using FFmpeg/HandBrake + Audio/Video library analytics + video health checking.</li>
|
||||
<li><a href="https://github.com/Notifiarr/toolbarr">Toolbarr</a> - Provides a suite of utilities to fix problems with Starr applications. Toolbarr allows you to perform various actions against your Starr apps and their SQLite3 databases.</li>
|
||||
<li><a href="https://github.com/l3uddz/traktarr">Traktarr</a> - Script to add new series & movies to Sonarr/Radarr based on Trakt lists.</li>
|
||||
<li><a href="https://github.com/drkno/transcoderr">Transcoderr</a> - A transcoding pipeline designed to normalise file types into a common filetype. Dynamically configurable using plugins allowing highly customisable pipelines to be built.</li>
|
||||
<li><a href="https://github.com/davidnewhall/unpackerr">Unpackerr</a> - Extracts downloads for Radarr, Sonarr, Lidarr, Readarr - Deletes extracted files after import.</li>
|
||||
<li><a href="https://github.com/drkno/transcoderr">Transcoderr</a> - A transcoding pipeline designed to normalize file types into a common filetype. Dynamically configurable using plugins allowing highly customizable pipelines to be built.</li>
|
||||
<li><a href="https://github.com/davidnewhall/unpackerr">Unpackerr</a> - Extracts downloads for Radarr, Sonarr, Lidarr, and Readarr - Deletes extracted files after import.</li>
|
||||
<li><a href="https://github.com/Wizarrrr/wizarr">Wizarr</a> - Wizarr is an automatic user invitation system for Plex.</li>
|
||||
<li><a href="https://github.com/aunefyren/wrapperr">Wrapperr</a> - Website based application and API that collects Plex statistics using Tautulli and displays it in a nice format. Similar to the Spotify Wrapped concept.</li>
|
||||
</ul>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
BIN
resources/fonts/Inter-italic-latin-var.woff2
Normal file
BIN
resources/fonts/Inter-italic-latin-var.woff2
Normal file
Binary file not shown.
BIN
resources/fonts/Inter-roman-latin-var.woff2
Normal file
BIN
resources/fonts/Inter-roman-latin-var.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
var __DOCS_CONFIG__ = {"id":"HAxFNcnNt142ZQMw1W8zehHj+IDfg44Z89r","key":"BLOB9BcxnjrL/Uz8t1uhyR24eePxWosmC+VE/jhvvuI.Vfyu5+xVVzGWerU/xot9GyDPtKhg2LuAIDQklX0Cz01A25ToFvUJUcI8rt4b663npfLOF8JBtCSurJr4SOZdfw.116","base":"/awesome-arr/","host":"ravencentric.github.io","version":"1.0.0","useRelativePaths":true,"documentName":"index.html","appendDocumentName":false,"trailingSlash":true,"preloadSearch":false,"cacheBustingToken":"2.4.0.736194558701","cacheBustingStrategy":"query","sidebarFilterPlaceholder":"Filter","toolbarFilterPlaceholder":"Filter","showSidebarFilter":true,"filterNotFoundMsg":"No member names found containing the query \"{query}\"","maxHistoryItems":15,"homeIcon":"<path d=\"M12.97 2.59a1.5 1.5 0 00-1.94 78 0l-7.5 6.363A1.5 1.5 0 003 10.097V19.5A1.5 1.5 0 004.5 21h4.75a.75.75 0 00.75-.75V14h4v6.25c0 .414.336.75.75.75h4.75a1.5 1.5 0 001.5-1.5v-9.403a1.5 1.5 0 00-.53-1.144l-7.5-6.363z\"></path>","access":[{"value":"public","label":"Public"},{"value":"protected","label":"Protected"}],"toolbarLinks":[{"id":"fields","label":"Fields"},{"id":"properties","label":"Properties","shortLabel":"Props"},{"id":"methods","label":"Methods"},{"id":"events","label":"Events"}],"sidebar":[{"n":"/","l":"Awesome *Arr","s":"<symbol id=\"log-icon-symbol\" viewBox=\"0 0 16 16\"><path d=\"M5 8.25a.75.75 0 01.75-.75h4a.75.75 0 010 1.5h-4A.75.75 0 015 8.25zM4 10.5A.75.75 0 004 12h4a.75.75 0 000-1.5H4z\"/><path fill-rule=\"evenodd\" d=\"M13-.005H3a3 3 0 00-3 3c0 .676.224 1.254.603 1.722.526.65 1.331.783 1.907.783h1.177c-.364.662-.814 1.339-1.287 2.048-.205.309-.414.624-.623.946C.891 9.865 0 11.418 0 13a3 3 0 003 3h10a3 3 0 001.667-5.494.75.75 0 00-.834 1.246A1.5 1.5 0 1111.5 13c0-.642.225-1.347.623-2.136.397-.787.933-1.593 1.501-2.446l.011-.017c.554-.83 1.139-1.709 1.582-2.588.445-.885.783-1.836.783-2.818 0-1.672-1.346-3-3-3zm-10 1.5a1.5 1.5 0 00-1.5 1.5c0 .321.1.569.27.778.097.12.325.227.74.227h7.674A2.737 2.737 0 0110 2.995c0-.546.146-1.059.401-1.5H3zm10 0c.831 0 1.5.662 1.5 1.5 0 .646-.225 1.353-.623 2.143-.398.79-.933 1.595-1.501 2.448l-.017.026c-.552.828-1.134 1.702-1.575 2.576C10.338 11.072 10 12.021 10 13c0 .546.146 1.059.401 1.5H3A1.5 1.5 0 011.5 13c0-1.084.63-2.289 1.537-3.692.177-.274.366-.556.558-.845.632-.948 1.306-1.96 1.773-2.963h6.382a.75.75 0 00.417-1.373c-.444-.298-.667-.656-.667-1.132a1.5 1.5 0 011.5-1.5z\"/></symbol><use xlink:href=\"#log-icon-symbol\" />"},{"n":"unmaintained","l":"Unmaintained","s":"<path d=\"M13 17.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-8.25a.75.75 0 00-1.5 0v4.5a.75.75 0 001.5 0v-4.5z\"/><path fill-rule=\"evenodd\" d=\"M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752L9.836 3.244zm3.03.751a1 1 0 00-1.732 0L2.168 19.499A1 1 0 003.034 21h17.932a1 1 0 00.866-1.5L12.866 3.994z\"/>"},{"n":"contributing","l":"Contribution Guidelines","s":"<path fill-rule=\"evenodd\" d=\"M4.75 3a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 4.75a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zM4.75 17.5a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM1.5 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0zm17.75-1.75a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5zM16 19.25a3.25 3.25 0 116.5 0 3.25 3.25 0 01-6.5 0z\"/><path fill-rule=\"evenodd\" d=\"M4.75 7.25A.75.75 0 015.5 8v8A.75.75 0 014 16V8a.75.75 0 01.75-.75zm8.655-5.53a.75.75 0 010 1.06L12.185 4h4.065A3.75 3.75 0 0120 7.75v8.75a.75.75 0 01-1.5 0V7.75a2.25 2.25 0 00-2.25-2.25h-4.064l1.22 1.22a.75.75 0 01-1.061 1.06l-2.5-2.5a.75.75 0 010-1.06l2.5-2.5a.75.75 0 011.06 0z\"/>"}],"search":{"mode":0,"minChars":2,"maxResults":20,"placeholder":"Search","hotkeys":["/"],"noResultsFoundMsg":"Sorry, no results found.","recognizeLanguages":true,"languages":[0],"preload":false}};
|
||||
var __DOCS_CONFIG__ = {"id":"J0BE2LQKafr+lvLMETrtcuXUe2u1H1429HX","key":"fY5dKwiLrJJfL5H3CIRZ+YLzQwDkbN3uWIaTOdv3oZg.ZiPhhX0gRriBLxzo+2kt3eVjquulT0NumdpxNjcnwWeRATlz9ErnqqGBihEMRVzFg+Km646aWFbPMaJFy3cMuA.24","base":"/awesome-arr/","host":"ravencentric.github.io","version":"1.0.0","useRelativePaths":true,"documentName":"index.html","appendDocumentName":false,"trailingSlash":true,"preloadSearch":false,"cacheBustingToken":"3.0.3.742115584811","cacheBustingStrategy":"query","sidebarFilterPlaceholder":"Filter","toolbarFilterPlaceholder":"Filter","showSidebarFilter":true,"filterNotFoundMsg":"No member names found containing the query \"{query}\"","maxHistoryItems":15,"homeIcon":"<path d=\"M12.97 2.59a1.5 1.5 0 00-1.94 78 0l-7.5 6.363A1.5 1.5 0 003 10.097V19.5A1.5 1.5 0 004.5 21h4.75a.75.75 0 00.75-.75V14h4v6.25c0 .414.336.75.75.75h4.75a1.5 1.5 0 001.5-1.5v-9.403a1.5 1.5 0 00-.53-1.144l-7.5-6.363z\"></path>","access":[{"value":"public","label":"Public"},{"value":"protected","label":"Protected"}],"toolbarLinks":[{"id":"fields","label":"Fields"},{"id":"properties","label":"Properties"},{"id":"methods","label":"Methods"},{"id":"events","label":"Events"}],"sidebar":[{"n":"/","l":"Awesome *Arr","s":"<path d=\"M9.197 10a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm-2.382 4a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Zm-1.581 4a.75.75 0 0 0 0 1.5h6.5a.75.75 0 0 0 0-1.5h-6.5Z\"/><path d=\"M4.125 0h15.75a4.11 4.11 0 0 1 2.92 1.205A4.11 4.11 0 0 1 24 4.125c0 1.384-.476 2.794-1.128 4.16-.652 1.365-1.515 2.757-2.352 4.104l-.008.013c-.849 1.368-1.669 2.691-2.28 3.97-.614 1.283-.982 2.45-.982 3.503a2.625 2.625 0 1 0 4.083-2.183.75.75 0 1 1 .834-1.247A4.126 4.126 0 0 1 19.875 24H4.5a4.125 4.125 0 0 1-4.125-4.125c0-2.234 1.258-4.656 2.59-6.902.348-.586.702-1.162 1.05-1.728.8-1.304 1.567-2.553 2.144-3.738H3.39c-.823 0-1.886-.193-2.567-1.035A3.647 3.647 0 0 1 0 4.125 4.125 4.125 0 0 1 4.125 0ZM15.75 19.875c0-1.38.476-2.786 1.128-4.15.649-1.358 1.509-2.743 2.343-4.086l.017-.028c.849-1.367 1.669-2.692 2.28-3.972.614-1.285.982-2.457.982-3.514A2.615 2.615 0 0 0 19.875 1.5a2.625 2.625 0 0 0-2.625 2.625c0 .865.421 1.509 1.167 2.009A.75.75 0 0 1 18 7.507H7.812c-.65 1.483-1.624 3.069-2.577 4.619-.334.544-.666 1.083-.98 1.612-1.355 2.287-2.38 4.371-2.38 6.137A2.625 2.625 0 0 0 4.5 22.5h12.193a4.108 4.108 0 0 1-.943-2.625ZM1.5 4.125c-.01.511.163 1.008.487 1.403.254.313.74.479 1.402.479h12.86a3.648 3.648 0 0 1-.499-1.882 4.11 4.11 0 0 1 .943-2.625H4.125A2.625 2.625 0 0 0 1.5 4.125Z\"/>"},{"n":"unmaintained","l":"Unmaintained","s":"<path d=\"M13 17.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-.25-8.25a.75.75 0 0 0-1.5 0v4.5a.75.75 0 0 0 1.5 0v-4.5Z\"/><path d=\"M9.836 3.244c.963-1.665 3.365-1.665 4.328 0l8.967 15.504c.963 1.667-.24 3.752-2.165 3.752H3.034c-1.926 0-3.128-2.085-2.165-3.752Zm3.03.751a1.002 1.002 0 0 0-1.732 0L2.168 19.499A1.002 1.002 0 0 0 3.034 21h17.932a1.002 1.002 0 0 0 .866-1.5L12.866 3.994Z\"/>"},{"n":"contributing","l":"Contribution Guidelines","s":"<path d=\"M16 19.25a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Zm-14.5 0a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Zm0-14.5a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0ZM4.75 3a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 3Zm0 14.5a1.75 1.75 0 1 0 .001 3.501A1.75 1.75 0 0 0 4.75 17.5Zm14.5 0a1.75 1.75 0 1 0 .001 3.501 1.75 1.75 0 0 0-.001-3.501Z\"/><path d=\"M13.405 1.72a.75.75 0 0 1 0 1.06L12.185 4h4.065A3.75 3.75 0 0 1 20 7.75v8.75a.75.75 0 0 1-1.5 0V7.75a2.25 2.25 0 0 0-2.25-2.25h-4.064l1.22 1.22a.75.75 0 0 1-1.061 1.06l-2.5-2.5a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 0ZM4.75 7.25A.75.75 0 0 1 5.5 8v8A.75.75 0 0 1 4 16V8a.75.75 0 0 1 .75-.75Z\"/>"}],"search":{"mode":0,"minChars":2,"maxResults":20,"placeholder":"Search","hotkeys":["k"],"noResultsFoundMsg":"Sorry, no results found.","recognizeLanguages":true,"languages":[0],"preload":false},"resources":{"History_Title_Label":"History","History_ClearLink_Label":"Clear","History_NoHistory_Label":"No history items","API_AccessFilter_Label":"Access","API_ParameterSection_Label":"PARAMETERS","API_SignatureSection_Label":"SIGNATURE","API_CopyHint_Label":"Copy","API_CopyNameHint_Label":"Copy name","API_CopyLinkHint_Label":"Copy link","API_CopiedAckHint_Label":"Copied!","API_MoreOverloads_Label":"more","API_MoreDropdownItems_Label":"More","API_OptionalParameter_Label":"optional","API_DefaultParameterValue_Label":"Default value","API_InheritedFilter_Label":"Inherited","Search_Input_Placeholder":"Search","Toc_Contents_Label":"Contents","Toc_RelatedClasses_Label":"Related Classes","History_JustNowTime_Label":"just now","History_AgoTime_Label":"ago","History_YearTime_Label":"y","History_MonthTime_Label":"mo","History_DayTime_Label":"d","History_HourTime_Label":"h","History_MinuteTime_Label":"m","History_SecondTime_Label":"s"}};
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,10 @@
|
|||
/*! For license information please see mermaid.esm.min.mjs.LICENSE.txt */
|
||||
/*!
|
||||
* Wait for document loaded before starting the execution
|
||||
*/
|
||||
|
||||
/*! @license DOMPurify 2.4.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.4.1/LICENSE */
|
||||
|
||||
/*! Check if previously processed */
|
||||
|
||||
/**
|
||||
* Mermaid is a Javascript based diagramming and charting tool that uses Markdown-inspired text definitions and a renderer to create and modify complex diagrams.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Retype Software License Agreement
|
||||
|
||||
Version 2.4.0
|
||||
Version 3.0.3
|
||||
|
||||
THIS DOCUMENT IS A LEGAL AGREEMENT (the "License Agreement") BETWEEN OBJECT.NET, INC. ("We," "Us")
|
||||
AND YOU OR THE ORGANIZATION ON WHOSE BEHALF YOU ARE UNDERTAKING THE LICENSE DESCRIBED BELOW ("You",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/*!
|
||||
* clipboard.js v2.0.10
|
||||
* clipboard.js v2.0.11
|
||||
* https://clipboardjs.com/
|
||||
*
|
||||
* Licensed MIT © Zeno Rocha
|
||||
*/
|
||||
|
||||
/*! MIT License. Copyright 2015-2018 Richard Moore <me@ricmoo.com>. See LICENSE.txt. */
|
||||
|
|
|
|||
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="turbo-root" content="/awesome-arr">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="2.4.0.736194558701">
|
||||
<meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.0.3.742115584811">
|
||||
|
||||
<!-- See retype.com -->
|
||||
<meta name="generator" content="Retype 2.4.0">
|
||||
<meta name="generator" content="Retype 3.0.3">
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Unmaintained</title>
|
||||
|
|
@ -31,11 +31,11 @@
|
|||
|
||||
<script>(function () { var el = document.documentElement, m = localStorage.getItem("/awesome-arr/doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script>
|
||||
|
||||
<link href="../resources/css/retype.css?v=2.4.0.736194558701" rel="stylesheet" />
|
||||
<link href="../resources/css/retype.css?v=3.0.3.742115584811" rel="stylesheet" />
|
||||
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=2.4.0" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=2.4.0.736194558701" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/config.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
<script type="text/javascript" src="../resources/js/retype.js?v=3.0.3" data-turbo-eval="false" defer></script>
|
||||
<script id="lunr-js" type="text/javascript" src="../resources/js/lunr.js?v=3.0.3.742115584811" data-turbo-eval="false" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300">
|
||||
|
|
@ -146,8 +146,8 @@
|
|||
<div class="grow min-w-0 dark:bg-dark-850">
|
||||
<!-- Render "toolbar" template here on api pages --><!-- Render page content -->
|
||||
<div class="flex">
|
||||
<div class="grow min-w-0 px-6 md:px-16">
|
||||
<main class="relative pt-6 pb-16">
|
||||
<div class="min-w-0 p-4 grow md:px-16">
|
||||
<main class="relative pb-12 lg:pt-2">
|
||||
<div class="docs-markdown" id="docs-content">
|
||||
<!-- Rendered if sidebar right is enabled -->
|
||||
<div id="docs-sidebar-right-toggle"></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue