diff --git a/404.html b/404.html index 76dae53047..4941229bd7 100644 --- a/404.html +++ b/404.html @@ -17,8 +17,8 @@ - - + +
@@ -33,7 +33,7 @@ @packit@fosstodon.org (Mastodon)
- - + + \ No newline at end of file diff --git a/agile.html b/agile.html index 737dbcebe9..b831a85651 100644 --- a/agile.html +++ b/agile.html @@ -17,8 +17,8 @@ - - + +
@@ -33,7 +33,7 @@ @packit@fosstodon.org (Mastodon)
- - + + \ No newline at end of file diff --git a/agile/weekly-roles.html b/agile/weekly-roles.html index 6628ed55f3..f949d0041e 100644 --- a/agile/weekly-roles.html +++ b/agile/weekly-roles.html @@ -17,8 +17,8 @@ - - + +
@@ -37,7 +37,7 @@ @packit@fosstodon.org (Mastodon)
- - + + \ No newline at end of file diff --git a/assets/js/e2d3297a.3a4d3b62.js b/assets/js/e2d3297a.3a4d3b62.js deleted file mode 100644 index 061b9029e9..0000000000 --- a/assets/js/e2d3297a.3a4d3b62.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkpackit_dev=self.webpackChunkpackit_dev||[]).push([[52774],{3905:(e,t,n)=>{n.d(t,{Zo:()=>c,kt:()=>f});var i=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=i.createContext({}),p=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},c=function(e){var t=p(e.components);return i.createElement(s.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},m=i.forwardRef((function(e,t){var n=e.components,r=e.mdxType,a=e.originalType,s=e.parentName,c=o(e,["components","mdxType","originalType","parentName"]),d=p(n),m=r,f=d["".concat(s,".").concat(m)]||d[m]||u[m]||a;return n?i.createElement(f,l(l({ref:t},c),{},{components:n})):i.createElement(f,l({ref:t},c))}));function f(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var a=n.length,l=new Array(a);l[0]=m;var o={};for(var s in t)hasOwnProperty.call(t,s)&&(o[s]=t[s]);o.originalType=e,o[d]="string"==typeof e?e:r,l[1]=o;for(var p=2;p{n.r(t),n.d(t,{assets:()=>s,contentTitle:()=>l,default:()=>u,frontMatter:()=>a,metadata:()=>o,toc:()=>p});var i=n(87462),r=(n(67294),n(3905));const a={sidebar_label:"sections",title:"specfile.sections"},l=void 0,o={unversionedId:"api/specfile/sections",id:"api/specfile/sections",title:"specfile.sections",description:"Section",source:"@site/specfile/api/specfile/sections.md",sourceDirName:"api/specfile",slug:"/api/specfile/sections",permalink:"/specfile/api/specfile/sections",draft:!1,editUrl:"https://github.com/packit/specfile/tree/main/docs/specfile/api/specfile/sections.md",tags:[],version:"current",frontMatter:{sidebar_label:"sections",title:"specfile.sections"},sidebar:"autogenerated",previous:{title:"prep",permalink:"/specfile/api/specfile/prep"},next:{title:"sourcelist",permalink:"/specfile/api/specfile/sourcelist"}},s={},p=[{value:"Section",id:"section",level:2},{value:"__init__",id:"__init__",level:4},{value:"normalized_name",id:"normalized_name",level:4},{value:"id",id:"id",level:4},{value:"normalized_id",id:"normalized_id",level:4},{value:"is_script",id:"is_script",level:4},{value:"Sections",id:"sections",level:2},{value:"parse",id:"parse",level:4}],c={toc:p},d="wrapper";function u(e){let{components:t,...n}=e;return(0,r.kt)(d,(0,i.Z)({},c,n,{components:t,mdxType:"MDXLayout"}),(0,r.kt)("h2",{id:"section"},"Section"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},"class Section(collections.UserList)\n")),(0,r.kt)("p",null,"Class that represents a spec file section."),(0,r.kt)("p",null,(0,r.kt)("strong",{parentName:"p"},"Attributes"),":"),(0,r.kt)("ul",null,(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"name")," - Name of the section (without the leading ","'","%","'",")."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"options")," - Options of the section."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"data")," - List of lines forming the content of the section,\nnot including newline characters.")),(0,r.kt)("h4",{id:"__init__"},"_","_","init","_","_"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},'def __init__(name: str,\n options: Optional[Options] = None,\n delimiter: str = "",\n separator: str = "\\n",\n data: Optional[List[str]] = None) -> None\n')),(0,r.kt)("p",null,"Initializes a section object."),(0,r.kt)("p",null,(0,r.kt)("strong",{parentName:"p"},"Arguments"),":"),(0,r.kt)("ul",null,(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"name")," - Name of the section (without the leading ","'","%","'",")."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"options")," - Options of the section."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"delimiter")," - Delimiter separating name and option string."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"separator")," - String separating name and options from section content,\ndefaults to newline."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"data")," - List of lines forming the content of the section,\nnot including newline characters.")),(0,r.kt)("h4",{id:"normalized_name"},"normalized","_","name"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef normalized_name() -> str\n")),(0,r.kt)("p",null,"Normalized name of the section. All characters are lowercased."),(0,r.kt)("h4",{id:"id"},"id"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef id() -> str\n")),(0,r.kt)("p",null,"ID of the section (name and options, without the leading ","'","%","'",")."),(0,r.kt)("h4",{id:"normalized_id"},"normalized","_","id"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef normalized_id() -> str\n")),(0,r.kt)("p",null,"Normalized ID of the section. All characters of name are lowercased."),(0,r.kt)("h4",{id:"is_script"},"is","_","script"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef is_script() -> bool\n")),(0,r.kt)("p",null,"Whether the content of the section is a shell script."),(0,r.kt)("h2",{id:"sections"},"Sections"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},"class Sections(UserList[Section])\n")),(0,r.kt)("p",null,"Class that represents all spec file sections, hence the entire spec file."),(0,r.kt)("p",null,"Sections can be accessed by index or conveniently by id as attributes:"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre"},"# print the third line of the first section\nprint(sections[0][2])\n\n# remove the last line of %prep section\ndel sections.prep[-1]\n\n# replace the entire %prep section\nsections.prep = ['line 1', 'line 2']\n\n# delete %changelog\ndel sections.changelog\n")),(0,r.kt)("p",null,(0,r.kt)("strong",{parentName:"p"},"Attributes"),":"),(0,r.kt)("ul",null,(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"data")," - List of individual sections. Preamble is expected to always be the first.")),(0,r.kt)("h4",{id:"parse"},"parse"),(0,r.kt)("pre",null,(0,r.kt)("code",{parentName:"pre",className:"language-python"},'@classmethod\ndef parse(cls,\n lines: List[str],\n context: Optional["Specfile"] = None) -> "Sections"\n')),(0,r.kt)("p",null,"Parses given lines into sections."),(0,r.kt)("p",null,(0,r.kt)("strong",{parentName:"p"},"Arguments"),":"),(0,r.kt)("ul",null,(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"lines")," - Lines to parse."),(0,r.kt)("li",{parentName:"ul"},(0,r.kt)("inlineCode",{parentName:"li"},"context")," - ",(0,r.kt)("inlineCode",{parentName:"li"},"Specfile")," instance that defines the context for macro expansions.")),(0,r.kt)("p",null,(0,r.kt)("strong",{parentName:"p"},"Returns"),":"),(0,r.kt)("p",null," New instance of ",(0,r.kt)("inlineCode",{parentName:"p"},"Sections")," class."))}u.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/e2d3297a.dae44ab2.js b/assets/js/e2d3297a.dae44ab2.js new file mode 100644 index 0000000000..f55794c5dd --- /dev/null +++ b/assets/js/e2d3297a.dae44ab2.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkpackit_dev=self.webpackChunkpackit_dev||[]).push([[52774],{3905:(e,t,n)=>{n.d(t,{Zo:()=>c,kt:()=>f});var i=n(67294);function a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function l(e){for(var t=1;t=0||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var s=i.createContext({}),p=function(e){var t=i.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},c=function(e){var t=p(e.components);return i.createElement(s.Provider,{value:t},e.children)},d="mdxType",u={inlineCode:"code",wrapper:function(e){var t=e.children;return i.createElement(i.Fragment,{},t)}},m=i.forwardRef((function(e,t){var n=e.components,a=e.mdxType,r=e.originalType,s=e.parentName,c=o(e,["components","mdxType","originalType","parentName"]),d=p(n),m=a,f=d["".concat(s,".").concat(m)]||d[m]||u[m]||r;return n?i.createElement(f,l(l({ref:t},c),{},{components:n})):i.createElement(f,l({ref:t},c))}));function f(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var r=n.length,l=new Array(r);l[0]=m;var o={};for(var s in t)hasOwnProperty.call(t,s)&&(o[s]=t[s]);o.originalType=e,o[d]="string"==typeof e?e:a,l[1]=o;for(var p=2;p{n.r(t),n.d(t,{assets:()=>s,contentTitle:()=>l,default:()=>u,frontMatter:()=>r,metadata:()=>o,toc:()=>p});var i=n(87462),a=(n(67294),n(3905));const r={sidebar_label:"sections",title:"specfile.sections"},l=void 0,o={unversionedId:"api/specfile/sections",id:"api/specfile/sections",title:"specfile.sections",description:"Section",source:"@site/specfile/api/specfile/sections.md",sourceDirName:"api/specfile",slug:"/api/specfile/sections",permalink:"/specfile/api/specfile/sections",draft:!1,editUrl:"https://github.com/packit/specfile/tree/main/docs/specfile/api/specfile/sections.md",tags:[],version:"current",frontMatter:{sidebar_label:"sections",title:"specfile.sections"},sidebar:"autogenerated",previous:{title:"prep",permalink:"/specfile/api/specfile/prep"},next:{title:"sourcelist",permalink:"/specfile/api/specfile/sourcelist"}},s={},p=[{value:"Section",id:"section",level:2},{value:"__init__",id:"__init__",level:4},{value:"normalized_name",id:"normalized_name",level:4},{value:"id",id:"id",level:4},{value:"normalized_id",id:"normalized_id",level:4},{value:"is_script",id:"is_script",level:4},{value:"Sections",id:"sections",level:2},{value:"get_or_create",id:"get_or_create",level:4},{value:"parse",id:"parse",level:4}],c={toc:p},d="wrapper";function u(e){let{components:t,...n}=e;return(0,a.kt)(d,(0,i.Z)({},c,n,{components:t,mdxType:"MDXLayout"}),(0,a.kt)("h2",{id:"section"},"Section"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"class Section(collections.UserList)\n")),(0,a.kt)("p",null,"Class that represents a spec file section."),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Attributes"),":"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"name")," - Name of the section (without the leading ","'","%","'",")."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"options")," - Options of the section."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"data")," - List of lines forming the content of the section,\nnot including newline characters.")),(0,a.kt)("h4",{id:"__init__"},"_","_","init","_","_"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},'def __init__(name: str,\n options: Optional[Options] = None,\n delimiter: str = "",\n separator: str = "\\n",\n data: Optional[List[str]] = None) -> None\n')),(0,a.kt)("p",null,"Initializes a section object."),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Arguments"),":"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"name")," - Name of the section (without the leading ","'","%","'",")."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"options")," - Options of the section."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"delimiter")," - Delimiter separating name and option string."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"separator")," - String separating name and options from section content,\ndefaults to newline."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"data")," - List of lines forming the content of the section,\nnot including newline characters.")),(0,a.kt)("h4",{id:"normalized_name"},"normalized","_","name"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef normalized_name() -> str\n")),(0,a.kt)("p",null,"Normalized name of the section. All characters are lowercased."),(0,a.kt)("h4",{id:"id"},"id"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef id() -> str\n")),(0,a.kt)("p",null,"ID of the section (name and options, without the leading ","'","%","'",")."),(0,a.kt)("h4",{id:"normalized_id"},"normalized","_","id"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef normalized_id() -> str\n")),(0,a.kt)("p",null,"Normalized ID of the section. All characters of name are lowercased."),(0,a.kt)("h4",{id:"is_script"},"is","_","script"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"@property\ndef is_script() -> bool\n")),(0,a.kt)("p",null,"Whether the content of the section is a shell script."),(0,a.kt)("h2",{id:"sections"},"Sections"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"class Sections(UserList[Section])\n")),(0,a.kt)("p",null,"Class that represents all spec file sections, hence the entire spec file."),(0,a.kt)("p",null,"Sections can be accessed by index or conveniently by id as attributes:"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre"},"# print the third line of the first section\nprint(sections[0][2])\n\n# remove the last line of %prep section\ndel sections.prep[-1]\n\n# replace the entire %prep section\nsections.prep = ['line 1', 'line 2']\n\n# delete %changelog\ndel sections.changelog\n")),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Attributes"),":"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"data")," - List of individual sections. Preamble is expected to always be the first.")),(0,a.kt)("h4",{id:"get_or_create"},"get","_","or","_","create"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},"def get_or_create(id: str) -> Section\n")),(0,a.kt)("p",null,"Gets an existing section by ID or creates a new section with the given ID.\nNew section will be appended to the end."),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Arguments"),":"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"id")," - ID of the section (name and options, without the leading ","'","%","'",").")),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Returns"),":"),(0,a.kt)("p",null," Existing or newly created section as an instance of ",(0,a.kt)("inlineCode",{parentName:"p"},"Section")," class."),(0,a.kt)("h4",{id:"parse"},"parse"),(0,a.kt)("pre",null,(0,a.kt)("code",{parentName:"pre",className:"language-python"},'@classmethod\ndef parse(cls,\n lines: List[str],\n context: Optional["Specfile"] = None) -> "Sections"\n')),(0,a.kt)("p",null,"Parses given lines into sections."),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Arguments"),":"),(0,a.kt)("ul",null,(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"lines")," - Lines to parse."),(0,a.kt)("li",{parentName:"ul"},(0,a.kt)("inlineCode",{parentName:"li"},"context")," - ",(0,a.kt)("inlineCode",{parentName:"li"},"Specfile")," instance that defines the context for macro expansions.")),(0,a.kt)("p",null,(0,a.kt)("strong",{parentName:"p"},"Returns"),":"),(0,a.kt)("p",null," New instance of ",(0,a.kt)("inlineCode",{parentName:"p"},"Sections")," class."))}u.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/main.b6c72829.js b/assets/js/main.405c1b49.js similarity index 97% rename from assets/js/main.b6c72829.js rename to assets/js/main.405c1b49.js index d449b41399..abf2cdd057 100644 --- a/assets/js/main.b6c72829.js +++ b/assets/js/main.405c1b49.js @@ -1,2 +1,2 @@ -/*! For license information please see main.b6c72829.js.LICENSE.txt */ -(self.webpackChunkpackit_dev=self.webpackChunkpackit_dev||[]).push([[40179],{20830:(e,t,n)=>{"use strict";n.d(t,{W:()=>r});var a=n(67294);function r(){return a.createElement("svg",{width:"20",height:"20",className:"DocSearch-Search-Icon",viewBox:"0 0 20 20"},a.createElement("path",{d:"M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",stroke:"currentColor",fill:"none",fillRule:"evenodd",strokeLinecap:"round",strokeLinejoin:"round"}))}},723:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(67294),r=n(87462),o=n(68356),i=n.n(o),s=n(16887);const c={"00d23cda":[()=>n.e(60365).then(n.bind(n,51934)),"@site/docs/pre-releases.md",51934],"0189f045":[()=>n.e(80207).then(n.t.bind(n,26765,19)),"~blog/posts/posts-tags-shift-left-ecc-list.json",26765],"01926b26":[()=>n.e(57111).then(n.bind(n,80524)),"@site/posts/fas-verification-automation/index.md",80524],"01a85c17":[()=>Promise.all([n.e(40532),n.e(64013)]).then(n.bind(n,91223)),"@theme/BlogTagsListPage",91223],"0273335d":[()=>n.e(4398).then(n.t.bind(n,9185,19)),"~blog/weekly/posts-weekly-tags-2024-january-77a.json",9185],"031c33a1":[()=>n.e(59173).then(n.bind(n,9087)),"@site/research/fedora-packages-onboarding/index.md",9087],"03565041":[()=>n.e(50201).then(n.bind(n,77704)),"@site/weekly/2023/week-48.md?truncated=true",77704],"03a13b6c":[()=>n.e(75034).then(n.bind(n,58555)),"@site/posts/aws-and-image-builder/index.md",58555],"0431a02f":[()=>n.e(96847).then(n.bind(n,63797)),"@site/weekly/January-2023.md?truncated=true",63797],"0433e083":[()=>n.e(11534).then(n.bind(n,54798)),"@site/weekly/2024/week-4.md?truncated=true",54798],"04495dc7":[()=>n.e(83513).then(n.bind(n,61846)),"@site/research/making-decisions/index.md",61846],"04691ff1":[()=>n.e(7535).then(n.bind(n,47775)),"@site/weekly/2024/week-3.md",47775],"04743bed":[()=>n.e(42605).then(n.bind(n,52067)),"@site/weekly/2024/week-47.md?truncated=true",52067],"0480b142":[()=>n.e(30836).then(n.bind(n,11771)),"@site/docs/faq.md",11771],"04935377":[()=>n.e(95189).then(n.bind(n,46898)),"@site/posts/pre-commit-hooks/index.md",46898],"04f572f3":[()=>n.e(78003).then(n.t.bind(n,65727,19)),"~blog/posts/posts-tags-sast-f52.json",65727],"04f77bb8":[()=>n.e(36348).then(n.bind(n,85648)),"@site/weekly/2024/week-39.md",85648],"05535d53":[()=>n.e(10457).then(n.bind(n,34832)),"@site/docs/reproduce-locally.md",34832],"059315ba":[()=>n.e(72207).then(n.bind(n,2257)),"@site/weekly/2023/week-36.md",2257],"05a87762":[()=>n.e(41863).then(n.bind(n,90559)),"@site/research/ui/dashboard/index.md",90559],"061fa4b9":[()=>n.e(60071).then(n.bind(n,32396)),"@site/research/source-git/split-the-stream.md",32396],"06d675e9":[()=>n.e(3964).then(n.bind(n,36110)),"@site/docs/cli/validate-config.md",36110],"07134920":[()=>n.e(29676).then(n.bind(n,87419)),"@site/weekly/2024/week-34.md?truncated=true",87419],"074db93b":[()=>n.e(13909).then(n.t.bind(n,73599,19)),"~docs/docs/category-docs-autogenerated-category-downstream-jobs-dea.json",73599],"07a60307":[()=>n.e(23418).then(n.t.bind(n,88430,19)),"~blog/posts/posts-b4e.json",88430],"07a7b858":[()=>n.e(51112).then(n.t.bind(n,58407,19)),"~blog/weekly/posts-weekly-page-7-e77.json",58407],"07ce80b1":[()=>n.e(56026).then(n.bind(n,64185)),"@site/source-git/index.md",64185],"07d9bf67":[()=>n.e(5068).then(n.bind(n,47228)),"@site/docs/cli/sync-from-downstream.md",47228],"08373b81":[()=>n.e(623).then(n.t.bind(n,17697,19)),"~blog/weekly/posts-weekly-tags-august-dad.json",17697],"093cf48e":[()=>n.e(13264).then(n.bind(n,95672)),"@site/research/monitoring/adoption-metrics/implementation.md",95672],"099c9d19":[()=>n.e(73059).then(n.bind(n,99009)),"@site/research/user-stories/python_project_from_scratch.md",99009],"09a71923":[()=>n.e(69551).then(n.bind(n,82192)),"@site/weekly/2023/week-37.md?truncated=true",82192],"09c5b42f":[()=>n.e(90600).then(n.bind(n,17288)),"@site/research/specfiles/library-requirements.md",17288],"0aaaabd1":[()=>n.e(60621).then(n.t.bind(n,78467,19)),"~blog/weekly/posts-weekly-tags-2023-december-26c.json",78467],"0b0b97cf":[()=>n.e(45873).then(n.bind(n,69197)),"@site/weekly/2024/week-47.md",69197],"0b387740":[()=>n.e(68467).then(n.t.bind(n,69676,19)),"~docs/docs/version-current-metadata-prop-751.json",69676],"0bd13f04":[()=>n.e(4986).then(n.bind(n,16537)),"@site/weekly/2023/week-38.md",16537],"0bf3f15a":[()=>n.e(39776).then(n.t.bind(n,83026,19)),"~blog/posts/posts-tags-ux-d97.json",83026],"0ca0dc81":[()=>n.e(6631).then(n.bind(n,36033)),"@site/weekly/2024/week-9.md?truncated=true",36033],"0d1f0907":[()=>n.e(3056).then(n.t.bind(n,9054,19)),"~blog/posts/posts-tags-copr-7ad.json",9054],"0d9aba55":[()=>n.e(95512).then(n.t.bind(n,19046,19)),"~blog/weekly/posts-weekly-tags-2023-september-8bb-list.json",19046],"0de75d10":[()=>n.e(21712).then(n.bind(n,22058)),"@site/weekly/2024/week-28.md",22058],"0e5f325a":[()=>n.e(55171).then(n.bind(n,34600)),"@site/docs/cli/source-git/init.md",34600],"0ecef1e6":[()=>n.e(61929).then(n.bind(n,92116)),"@site/specfile/api/specfile/changelog.md",92116],"0f462a6e":[()=>n.e(299).then(n.t.bind(n,80135,19)),"~blog/weekly/posts-weekly-tags-2024-february-910.json",80135],"0f599908":[()=>n.e(54478).then(n.t.bind(n,47380,19)),"~blog/weekly/posts-weekly-tags-2024-august-cbf-list.json",47380],"1008b54f":[()=>n.e(2699).then(n.bind(n,87434)),"@site/research/database/whats-in-production-database.md",87434],"10db9446":[()=>n.e(18823).then(n.bind(n,62566)),"@site/docs/configuration/downstream/pull_from_upstream.md",62566],"115a6d30":[()=>n.e(36087).then(n.bind(n,63821)),"@site/posts/specfile-introduction/index.md?truncated=true",63821],"118661c0":[()=>n.e(98428).then(n.bind(n,69274)),"@site/weekly/2024/week-25.md",69274],"1243a642":[()=>n.e(34786).then(n.t.bind(n,40146,19)),"~blog/posts/posts-tags-monorepos-ced.json",40146],"12cdc6e3":[()=>n.e(11849).then(n.bind(n,82002)),"@site/deployment/specifics/fedora-source-git.md",82002],"13bad44f":[()=>n.e(83227).then(n.t.bind(n,46546,19)),"~blog/weekly/posts-weekly-tags-january-fac-list.json",46546],"13cb03dc":[()=>n.e(87734).then(n.bind(n,97718)),"@site/research/testing/openshift-to-podman-kube-play.md",97718],"1421d519":[()=>n.e(65496).then(n.bind(n,24869)),"@site/docs/configuration/examples.md",24869],"145e22f0":[()=>n.e(13017).then(n.bind(n,92337)),"@site/weekly/2024/week-21.md?truncated=true",92337],"14eb3368":[()=>Promise.all([n.e(40532),n.e(9817)]).then(n.bind(n,34228)),"@theme/DocCategoryGeneratedIndexPage",34228],"1504725b":[()=>n.e(55019).then(n.bind(n,59914)),"@site/weekly/2023/week-40.md?truncated=true",59914],"15249e53":[()=>n.e(13831).then(n.bind(n,96950)),"@site/specfile/api/specfile/formatter.md",96950],"1583d6b9":[()=>n.e(15144).then(n.bind(n,44927)),"@site/docs/cli/create-update.md",44927],"1631e7cd":[()=>n.e(90171).then(n.t.bind(n,17540,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/source-git/plugin-route-context-module-100.json",17540],16333274:[()=>n.e(13199).then(n.t.bind(n,15745,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-pages/default/plugin-route-context-module-100.json",15745],"168daeb3":[()=>n.e(56528).then(n.t.bind(n,69244,19)),"~blog/posts/posts-tags-dashboard-22c-list.json",69244],"16a7bc7d":[()=>n.e(74787).then(n.bind(n,54938)),"@site/posts/aws-and-image-builder/index.md?truncated=true",54938],"16cea1d0":[()=>n.e(5584).then(n.bind(n,73086)),"@site/weekly/2024/week-44.md",73086],"17480b6d":[()=>n.e(39261).then(n.t.bind(n,37371,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/docs/plugin-route-context-module-100.json",37371],17896441:[()=>Promise.all([n.e(40532),n.e(8954),n.e(27918)]).then(n.bind(n,15154)),"@theme/DocItem",15154],"17cd4ac7":[()=>n.e(68262).then(n.t.bind(n,44275,19)),"~docs/research/category-research-autogenerated-category-deployment-e54.json",44275],"1827865e":[()=>n.e(56002).then(n.bind(n,68494)),"@site/weekly/2024/week-29.md?truncated=true",68494],"1915faa3":[()=>n.e(65279).then(n.bind(n,88742)),"@site/weekly/2023/week-52.md",88742],"19558b89":[()=>n.e(67432).then(n.t.bind(n,69748,19)),"~blog/weekly/posts-weekly-tags-2024-october-531.json",69748],"195e308d":[()=>n.e(38428).then(n.t.bind(n,85605,19)),"~blog/weekly/posts-weekly-tags-december-c96-list.json",85605],"196b8894":[()=>n.e(97840).then(n.bind(n,63418)),"@site/deployment/continuous-deployment.md",63418],"19d5a286":[()=>n.e(5780).then(n.bind(n,35210)),"@site/deployment/postgresql.md",35210],"19dff6b7":[()=>n.e(36819).then(n.bind(n,41669)),"@site/weekly/2024/week-30.md",41669],"1a297f3b":[()=>n.e(38452).then(n.bind(n,63441)),"@site/posts/testing-farm-triggering/index.md",63441],"1a4e3797":[()=>Promise.all([n.e(40532),n.e(97920)]).then(n.bind(n,39172)),"@theme/SearchPage",39172],"1aab09e1":[()=>n.e(45494).then(n.bind(n,65510)),"@site/specfile/api/specfile/value_parser.md",65510],"1aec3247":[()=>n.e(30118).then(n.bind(n,89345)),"@site/docs/cli/build/in-copr.md",89345],"1b34ddc9":[()=>n.e(63611).then(n.bind(n,58217)),"@site/weekly/2022.md",58217],"1b7dcea5":[()=>n.e(92202).then(n.bind(n,96644)),"@site/weekly/2024/week-42.md",96644],"1be78505":[()=>Promise.all([n.e(40532),n.e(29514)]).then(n.bind(n,19963)),"@theme/DocPage",19963],"1ca549ca":[()=>n.e(93300).then(n.bind(n,69217)),"@site/posts/non-divergent-dist-git-branches/index.md",69217],"1caf0a5a":[()=>n.e(8800).then(n.bind(n,77280)),"@site/research/monitoring/error-budgets/SLOs-SLIs.md",77280],"1d123cb0":[()=>n.e(22948).then(n.t.bind(n,96833,19)),"~blog/weekly/posts-weekly-tags-april-968.json",96833],"1d4d83b3":[()=>n.e(60242).then(n.bind(n,90979)),"@site/research/internal-automation/sync2jira.md",90979],"1d6cf8fd":[()=>n.e(39145).then(n.t.bind(n,69989,19)),"~blog/posts/posts-tags-shift-left-ecc.json",69989],"1d7e8137":[()=>n.e(5963).then(n.bind(n,66671)),"@site/research/user-stories/tests-builds-from-more-prs.md",66671],"1df93b7f":[()=>Promise.all([n.e(40532),n.e(53237)]).then(n.bind(n,78391)),"@site/src/pages/index.tsx",78391],"1e1536ef":[()=>n.e(44351).then(n.t.bind(n,80781,19)),"~blog/posts/posts-tags-configuration-2cd-list.json",80781],"1e2970af":[()=>n.e(67574).then(n.t.bind(n,9891,19)),"~blog/weekly/posts-weekly-tags-tags-852.json",9891],"1f06a528":[()=>n.e(17447).then(n.t.bind(n,87535,19)),"~blog/posts/posts-tags-ux-d97-list.json",87535],"1f6a6b55":[()=>n.e(55040).then(n.bind(n,35516)),"@site/research/ux/configuration-versioning.md",35516],"1fdd111c":[()=>n.e(83963).then(n.t.bind(n,38313,19)),"~blog/posts/posts-tags-image-builder-8e7.json",38313],"1feca888":[()=>n.e(45728).then(n.bind(n,17587)),"@site/research/celery/task-workflow-refactor.md",17587],"202adb45":[()=>n.e(87930).then(n.bind(n,57391)),"@site/weekly/2023/week-37.md",57391],"20a056fc":[()=>n.e(66381).then(n.bind(n,76382)),"@site/weekly/2024/week-22.md?truncated=true",76382],"20b5692c":[()=>n.e(62218).then(n.bind(n,88814)),"@site/docs/cli/status.md",88814],"20e87077":[()=>n.e(63618).then(n.bind(n,90746)),"@site/weekly/2024/week-31.md",90746],"21779a86":[()=>n.e(24488).then(n.bind(n,4200)),"@site/research/deployment/deploy-packit-pr.md",4200],"218918b3":[()=>n.e(48058).then(n.t.bind(n,87195,19)),"~docs/agile/version-current-metadata-prop-751.json",87195],"2196da81":[()=>n.e(87658).then(n.t.bind(n,11056,19)),"~blog/weekly/posts-weekly-tags-2024-september-f01-list.json",11056],"21c47013":[()=>n.e(83739).then(n.t.bind(n,56227,19)),"~blog/weekly/posts-weekly-tags-2024-april-0ee-list.json",56227],"22c6a1d8":[()=>n.e(45949).then(n.t.bind(n,518,19)),"~blog/weekly/posts-weekly-tags-november-c17.json",518],"236a0aa9":[()=>n.e(30418).then(n.t.bind(n,39738,19)),"~docs/specfile/version-current-metadata-prop-751.json",39738],23709317:[()=>n.e(81820).then(n.bind(n,97871)),"@site/source-git/work-with-source-git/build-locally.md",97871],"23a2f3ae":[()=>n.e(22511).then(n.bind(n,89762)),"@site/deployment/tls-certs.md",89762],"242f2c36":[()=>n.e(88862).then(n.t.bind(n,94407,19)),"~blog/posts/posts-tags-image-builder-8e7-list.json",94407],24594894:[()=>n.e(37667).then(n.bind(n,72663)),"@site/posts/verify-sync-release-volunteers/index.md?truncated=true",72663],"251b46b4":[()=>n.e(66280).then(n.bind(n,38979)),"@site/weekly/2024/week-5.md?truncated=true",38979],"25ec039b":[()=>n.e(89847).then(n.bind(n,90719)),"@site/weekly/2024/week-40.md",90719],"2676b207":[()=>n.e(27442).then(n.bind(n,34150)),"@site/weekly/2023/week-48.md",34150],"26cf06cb":[()=>n.e(95518).then(n.t.bind(n,89363,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/agile/plugin-route-context-module-100.json",89363],"273d2bad":[()=>n.e(13735).then(n.t.bind(n,93272,19)),"~blog/posts/posts-tags-propose-downstream-19f.json",93272],"2760f50c":[()=>n.e(12926).then(n.bind(n,37374)),"@site/research/deployment/automotive-rosa.md",37374],"281b958a":[()=>n.e(2846).then(n.bind(n,74509)),"@site/research/deployment/workers-scaling.md",74509],"2884f75b":[()=>n.e(51815).then(n.bind(n,11884)),"@site/docs/workshops-materials.md",11884],"28d93f7e":[()=>n.e(77855).then(n.bind(n,23581)),"@site/source-git/work-with-source-git/propose-to-dist-git.md",23581],"295a855e":[()=>n.e(68435).then(n.t.bind(n,96082,19)),"~docs/research/category-research-autogenerated-category-user-interface-d06.json",96082],"29bf5e7b":[()=>n.e(88704).then(n.t.bind(n,29757,19)),"~blog/weekly/posts-weekly-tags-2024-august-cbf.json",29757],"29f68dba":[()=>n.e(36672).then(n.t.bind(n,43344,19)),"~blog/posts/blog-post-list-prop-posts.json",43344],"2a530d92":[()=>n.e(88372).then(n.bind(n,2303)),"@site/research/integrations/building-srpm-in-copr/september-2022.md",2303],"2a57f356":[()=>n.e(49848).then(n.bind(n,73730)),"@site/weekly/2024/week-3.md?truncated=true",73730],"2b1dd54b":[()=>n.e(86008).then(n.bind(n,40143)),"@site/weekly/February-2023.md",40143],"2b41380d":[()=>n.e(33997).then(n.bind(n,86479)),"@site/weekly/2023/week-31.md?truncated=true",86479],"2bbe8192":[()=>n.e(49564).then(n.t.bind(n,6162,19)),"~blog/weekly/posts-weekly-page-5-6a0.json",6162],"2bd51f01":[()=>n.e(15).then(n.bind(n,96472)),"@site/posts/specfile-introduction/index.md",96472],"2c482982":[()=>n.e(73459).then(n.t.bind(n,37763,19)),"~blog/weekly/posts-weekly-tags-february-551.json",37763],"2cba120e":[()=>n.e(3762).then(n.bind(n,94186)),"@site/posts/non-git-upstreams-support/index.md?truncated=true",94186],"2cddb6e8":[()=>n.e(27557).then(n.bind(n,95940)),"@site/src/pages/usage.tsx",95940],"2cf04745":[()=>n.e(70229).then(n.bind(n,5471)),"@site/weekly/2023/week-41.md",5471],"2e300c84":[()=>n.e(5103).then(n.t.bind(n,20804,19)),"~blog/weekly/posts-weekly-tags-2024-june-aa6-list.json",20804],"2e4d0dd6":[()=>n.e(6620).then(n.bind(n,97912)),"@site/weekly/2024/week-28.md?truncated=true",97912],"2e769fcf":[()=>n.e(8698).then(n.bind(n,33587)),"@site/posts/project-mycorrhiza/index.md?truncated=true",33587],"2f57843d":[()=>n.e(64518).then(n.bind(n,8028)),"@site/posts/fedora-eln/index.md?truncated=true",8028],"2f8d1162":[()=>n.e(84837).then(n.bind(n,75323)),"@site/weekly/2023/week-44.md",75323],"301dd56f":[()=>n.e(63545).then(n.t.bind(n,21411,19)),"~blog/weekly/posts-weekly-tags-december-c96.json",21411],"3033bc75":[()=>n.e(23328).then(n.bind(n,57039)),"@site/research/git-notes/index.md",57039],"304350ac":[()=>n.e(37109).then(n.bind(n,27031)),"@site/docs/cli/srpm.md",27031],"3088e41b":[()=>n.e(85349).then(n.bind(n,41730)),"@site/source-git/work-with-source-git/create-source-git.md",41730],"30a5a511":[()=>n.e(2996).then(n.bind(n,87605)),"@site/source-git/work-with-source-git/index.md",87605],31640710:[()=>n.e(89486).then(n.bind(n,23617)),"@site/research/automation-tools/rdopkg.md",23617],"3189d5b9":[()=>n.e(49910).then(n.bind(n,72391)),"@site/specfile/api/specfile/macros.md",72391],"31f13df0":[()=>n.e(84673).then(n.t.bind(n,15956,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/deployment/plugin-route-context-module-100.json",15956],"32a4c819":[()=>n.e(36144).then(n.bind(n,65485)),"@site/research/deployment/distributed-workers/index.md",65485],"33dd0779":[()=>n.e(79026).then(n.bind(n,29515)),"@site/research/monitoring/error-budgets/index.md",29515],"33ef67ff":[()=>n.e(30749).then(n.t.bind(n,60377,19)),"~blog/weekly/posts-weekly-page-3-de0.json",60377],"348409fd":[()=>n.e(92559).then(n.bind(n,86804)),"@site/weekly/2023/week-45.md?truncated=true",86804],"34aa6077":[()=>n.e(39256).then(n.bind(n,44429)),"@site/docs/service-level-objectives.md",44429],"35c7dc37":[()=>n.e(92966).then(n.bind(n,63993)),"@site/development/patch-metadata.md",63993],"360bb53e":[()=>n.e(75127).then(n.bind(n,73150)),"@site/weekly/2024/week-18.md?truncated=true",73150],"360f096f":[()=>n.e(85253).then(n.bind(n,35247)),"@site/research/database/refactoring_project_events_and_commit_sha.md",35247],36889891:[()=>n.e(84702).then(n.bind(n,76967)),"@site/research/internal-automation/onboard/index.md",76967],"37228b11":[()=>n.e(62888).then(n.t.bind(n,84136,19)),"~blog/weekly/posts-weekly-tags-2024-aea.json",84136],"3733844b":[()=>n.e(61452).then(n.bind(n,55089)),"@site/research/monitoring/index.md",55089],"37ebd97f":[()=>n.e(44132).then(n.bind(n,29487)),"@site/research/specfiles/packages-with-patches/index.md",29487],"38b95d4b":[()=>n.e(50653).then(n.bind(n,77703)),"@site/weekly/2023/week-40.md",77703],"391047cf":[()=>n.e(78663).then(n.bind(n,45417)),"@site/research/user-stories/index.md",45417],"39785c65":[()=>n.e(71108).then(n.bind(n,13889)),"@site/research/source-git/dist-git-to-src-git/updates.md",13889],"3bc64c3d":[()=>n.e(88213).then(n.bind(n,70830)),"@site/posts/monorepos/index.md?truncated=true",70830],"3bd03a06":[()=>n.e(42248).then(n.bind(n,58472)),"@site/research/monorepo-support/refactoring.md",58472],"3c24ef76":[()=>n.e(73287).then(n.bind(n,49991)),"@site/weekly/2019.md?truncated=true",49991],"3c25ca84":[()=>n.e(15817).then(n.t.bind(n,71594,19)),"~docs/deployment/version-current-metadata-prop-751.json",71594],"3c6108bf":[()=>n.e(97089).then(n.bind(n,556)),"@site/agile/weekly-roles/index.md",556],"3cd4aa69":[()=>n.e(42303).then(n.bind(n,56556)),"@site/weekly/2024/week-2.md",56556],"3d8d21df":[()=>n.e(6535).then(n.bind(n,5411)),"@site/docs/about.md",5411],"3d9ded8f":[()=>n.e(10160).then(n.bind(n,54038)),"@site/weekly/2024/week-18.md",54038],"3de95d1b":[()=>n.e(79448).then(n.bind(n,36245)),"@site/deployment/testing-changes.md",36245],"403dbe61":[()=>n.e(16878).then(n.bind(n,37326)),"@site/weekly/2024/week-15.md",37326],"41a599a1":[()=>n.e(98636).then(n.t.bind(n,93558,19)),"~docs/source-git/version-current-metadata-prop-751.json",93558],"41b307bb":[()=>n.e(54766).then(n.bind(n,72137)),"@site/specfile/api/specfile/specfile.md",72137],"41f6b13c":[()=>n.e(41418).then(n.bind(n,89900)),"@site/docs/fedora-releases-guide/index.md",89900],"424a8cf5":[()=>n.e(80976).then(n.bind(n,73013)),"@site/weekly/2024/week-38.md?truncated=true",73013],"432195cb":[()=>n.e(55248).then(n.bind(n,49804)),"@site/weekly/March-2023.md?truncated=true",49804],"4389629a":[()=>n.e(39984).then(n.t.bind(n,33512,19)),"~blog/weekly/posts-weekly-tags-2023-august-571-list.json",33512],"43dd483a":[()=>n.e(14540).then(n.bind(n,70357)),"@site/weekly/2024/week-33.md",70357],"43e1a395":[()=>n.e(12298).then(n.bind(n,33578)),"@site/research/workflow-engines/prefect.md",33578],"43ea9c74":[()=>n.e(28845).then(n.bind(n,58163)),"@site/docs/cli/init.md",58163],"43ed34bf":[()=>n.e(14827).then(n.bind(n,32331)),"@site/deployment/resource-requirements.md",32331],"4496dd28":[()=>n.e(56080).then(n.bind(n,77570)),"@site/docs/fedora-releases-guide/non-divergent-dist-git-branches.md",77570],"44f5b64e":[()=>n.e(93595).then(n.bind(n,61973)),"@site/weekly/2023/week-43.md?truncated=true",61973],"4519bae3":[()=>n.e(52224).then(n.bind(n,67965)),"@site/research/deployment/verification.md",67965],"45691e52":[()=>n.e(41930).then(n.bind(n,95971)),"@site/weekly/2024/week-7.md",95971],"456d9388":[()=>n.e(13319).then(n.bind(n,24580)),"@site/specfile/api/specfile/conditions.md",24580],"4785b4eb":[()=>n.e(14526).then(n.bind(n,69846)),"@site/research/database/postgres-views/index.md",69846],"4813d5c5":[()=>n.e(78778).then(n.t.bind(n,49469,19)),"~blog/weekly/posts-weekly-tags-2024-january-77a-list.json",49469],"481e2d7b":[()=>n.e(23384).then(n.bind(n,64827)),"@site/weekly/2024/week-45.md",64827],"4828e39a":[()=>n.e(2993).then(n.bind(n,69722)),"@site/research/source-git/on-pagure.md",69722],"492e9aa4":[()=>n.e(68313).then(n.t.bind(n,66235,19)),"~blog/posts/posts-tags-downstream-247-list.json",66235],"49c953f2":[()=>n.e(46423).then(n.bind(n,21665)),"@site/research/automation-tools/rpkg-util.md",21665],"49d4d7f5":[()=>n.e(51786).then(n.t.bind(n,72820,19)),"~blog/weekly/posts-weekly-tags-may-e9a-list.json",72820],"4a859e77":[()=>n.e(99478).then(n.bind(n,94200)),"@site/research/database/composite-types.md",94200],"4b2dc70a":[()=>n.e(89454).then(n.bind(n,69092)),"@site/weekly/2024/week-17.md?truncated=true",69092],"4bb5f62b":[()=>n.e(67513).then(n.bind(n,20613)),"@site/posts/openscanhub-prototype/index.md",20613],"4bb7d756":[()=>n.e(95429).then(n.bind(n,80937)),"@site/weekly/2023/week-44.md?truncated=true",80937],"4bc529c7":[()=>n.e(49730).then(n.bind(n,6648)),"@site/weekly/January-2023.md",6648],"4cafa77a":[()=>n.e(39140).then(n.bind(n,2294)),"@site/posts/downstream-automation/index.md?truncated=true",2294],"4d03f5fa":[()=>n.e(4455).then(n.bind(n,97918)),"@site/research/monitoring/metrics.md",97918],"4d3b2def":[()=>n.e(24029).then(n.bind(n,34513)),"@site/weekly/2024/week-30.md?truncated=true",34513],"4da0ab7d":[()=>n.e(87742).then(n.bind(n,72733)),"@site/docs/cli/build/in-image-builder.md",72733],"4dd0e433":[()=>n.e(52887).then(n.bind(n,81880)),"@site/deployment/monitoring/logs.md",81880],"50232afd":[()=>n.e(89788).then(n.bind(n,32547)),"@site/deployment/scripts.md",32547],"5043a3ef":[()=>n.e(39023).then(n.bind(n,49859)),"@site/development/how-open-is-this-service.md",49859],"5054467f":[()=>n.e(88314).then(n.t.bind(n,91578,19)),"~blog/weekly/posts-weekly-4b8.json",91578],"50b9f00e":[()=>n.e(67425).then(n.bind(n,36210)),"@site/posts/testing-farm-triggering/index.md?truncated=true",36210],"50ed3ab9":[()=>n.e(20534).then(n.t.bind(n,70253,19)),"~docs/docs/category-docs-autogenerated-category-upstream-jobs-c6d.json",70253],"5121e5e6":[()=>n.e(91644).then(n.t.bind(n,85623,19)),"~blog/posts/posts-tags-openscanhub-d64-list.json",85623],"51e66db3":[()=>n.e(51925).then(n.t.bind(n,95362,19)),"~blog/posts/posts-tags-staging-725.json",95362],"5213a2a3":[()=>n.e(55255).then(n.t.bind(n,32370,19)),"~blog/weekly/posts-weekly-tags-2023-august-571.json",32370],"52232d27":[()=>n.e(85855).then(n.t.bind(n,2886,19)),"~blog/weekly/posts-weekly-tags-2023-september-8bb.json",2886],"522bc265":[()=>n.e(47492).then(n.bind(n,57534)),"@site/weekly/May-2023.md?truncated=true",57534],"532aed71":[()=>n.e(86807).then(n.bind(n,87630)),"@site/weekly/2023/week-32.md",87630],"5331db7a":[()=>n.e(17943).then(n.bind(n,51198)),"@site/weekly/May-2023.md",51198],"53503bf6":[()=>n.e(98477).then(n.bind(n,10357)),"@site/posts/project-mycorrhiza/index.md",10357],"53537d8b":[()=>n.e(47073).then(n.bind(n,88769)),"@site/posts/changelogs/index.md?truncated=true",88769],"5534a79d":[()=>n.e(40787).then(n.bind(n,66593)),"@site/weekly/2023/week-32.md?truncated=true",66593],"55b22ef9":[()=>n.e(95988).then(n.t.bind(n,13921,19)),"~docs/research/category-research-autogenerated-category-integrations-b7a.json",13921],"55c8e8f0":[()=>n.e(41943).then(n.t.bind(n,46492,19)),"~blog/weekly/posts-weekly-tags-2023-october-2fe.json",46492],56005495:[()=>n.e(99738).then(n.bind(n,13447)),"@site/docs/cli/build/index.md",13447],"561af407":[()=>n.e(85398).then(n.bind(n,23439)),"@site/specfile/index.md",23439],56384167:[()=>n.e(30860).then(n.t.bind(n,7085,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-theme-search-algolia/default/plugin-route-context-module-100.json",7085],"566dc98d":[()=>n.e(33469).then(n.bind(n,93201)),"@site/posts/pull-from-upstream/index.md",93201],56774503:[()=>n.e(30485).then(n.bind(n,45159)),"@site/research/celery/tasks-prioritizing.md",45159],"5739a1bd":[()=>n.e(3698).then(n.bind(n,20230)),"@site/weekly/2024/week-1.md?truncated=true",20230],"5817dc2c":[()=>n.e(41724).then(n.bind(n,67103)),"@site/posts/2022-features/index.md?truncated=true",67103],"58daa998":[()=>n.e(50447).then(n.t.bind(n,3746,19)),"~docs/research/version-current-metadata-prop-751.json",3746],"58deca8d":[()=>n.e(55955).then(n.t.bind(n,63291,19)),"~blog/weekly/posts-weekly-tags-2021-d53-list.json",63291],"598a2fdb":[()=>n.e(4162).then(n.bind(n,85389)),"@site/deployment/index.md",85389],"59e5d3c1":[()=>n.e(97248).then(n.bind(n,83558)),"@site/research/source-git/index.md",83558],"5becb6b1":[()=>n.e(32291).then(n.t.bind(n,93833,19)),"~blog/weekly/posts-weekly-tags-september-e37-list.json",93833],"5bf4439e":[()=>n.e(12213).then(n.t.bind(n,63,19)),"~blog/posts/posts-page-3-70d.json",63],"5bf6367e":[()=>n.e(56938).then(n.t.bind(n,18891,19)),"~blog/weekly/posts-weekly-tags-june-2a8-list.json",18891],"5c560e88":[()=>n.e(91492).then(n.bind(n,63279)),"@site/weekly/April-2023.md?truncated=true",63279],"5e11d67a":[()=>n.e(85766).then(n.t.bind(n,16804,19)),"~blog/weekly/posts-weekly-tags-april-968-list.json",16804],"5e459208":[()=>n.e(37809).then(n.bind(n,9262)),"@site/research/testing/openshift-zuul-test-alternatives.md",9262],"5e9f5e1a":[()=>Promise.resolve().then(n.bind(n,36809)),"@generated/docusaurus.config",36809],"5ebbaa88":[()=>n.e(78521).then(n.bind(n,42181)),"@site/deployment/specifics/packit-service.md",42181],"5ec2e03d":[()=>n.e(10089).then(n.bind(n,35153)),"@site/weekly/2023/week-52.md?truncated=true",35153],"60df275a":[()=>n.e(69714).then(n.bind(n,28238)),"@site/weekly/2023/week-34.md",28238],"60e3ffe8":[()=>n.e(51514).then(n.t.bind(n,40011,19)),"~blog/posts/posts-tags-fedora-e8f-list.json",40011],"61c67b76":[()=>n.e(28802).then(n.bind(n,14631)),"@site/weekly/2023/week-43.md",14631],"624f6bbf":[()=>n.e(68009).then(n.bind(n,26605)),"@site/weekly/2020.md",26605],"629a5e16":[()=>n.e(52422).then(n.bind(n,28900)),"@site/specfile/api/specfile/options.md",28900],63008411:[()=>n.e(17796).then(n.bind(n,87818)),"@site/research/workflow-engines/index.md",87818],"6316283b":[()=>n.e(99209).then(n.t.bind(n,1585,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-blog/posts/plugin-route-context-module-100.json",1585],"637d3dfa":[()=>n.e(59941).then(n.t.bind(n,491,19)),"~docs/docs/category-docs-autogenerated-category-dist-git-fad.json",491],"643da868":[()=>n.e(42888).then(n.bind(n,31298)),"@site/docs/cli/source-git/update-source-git.md",31298],"656ba791":[()=>n.e(57753).then(n.bind(n,21282)),"@site/research/outages/reporting.md",21282],"657aea8b":[()=>n.e(50066).then(n.bind(n,87287)),"@site/weekly/2023/week-46.md?truncated=true",87287],"67788cf7":[()=>n.e(30422).then(n.bind(n,33984)),"@site/posts/flock_2024_diary/index.md",33984],"678ef1c6":[()=>n.e(4843).then(n.bind(n,77335)),"@site/source-git/shutdown.md",77335],"67ec9723":[()=>n.e(37299).then(n.bind(n,91218)),"@site/posts/manual-triggering/index.md?truncated=true",91218],"6851a236":[()=>n.e(5681).then(n.t.bind(n,27831,19)),"~blog/posts/posts-tags-specfile-0c6.json",27831],"6875c492":[()=>Promise.all([n.e(40532),n.e(8954),n.e(46048),n.e(48610)]).then(n.bind(n,41714)),"@theme/BlogTagsPostsPage",41714],"691ef3b6":[()=>n.e(66720).then(n.t.bind(n,51463,19)),"~docs/research/category-research-autogenerated-category-user-experience-c5c.json",51463],"69936de7":[()=>n.e(73179).then(n.bind(n,26286)),"@site/weekly/2023/week-50.md?truncated=true",26286],"6a238fac":[()=>n.e(16012).then(n.bind(n,72850)),"@site/posts/copr-srpms/index.md",72850],"6af1ef04":[()=>n.e(85621).then(n.bind(n,10504)),"@site/weekly/2024/week-7.md?truncated=true",10504],"6b6a41d2":[()=>n.e(96424).then(n.bind(n,26141)),"@site/specfile/api/specfile/sourcelist.md",26141],"6b9c3960":[()=>n.e(18482).then(n.bind(n,42357)),"@site/research/database/data-stores.md",42357],"6c060eb1":[()=>n.e(33352).then(n.t.bind(n,2688,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/specfile/plugin-route-context-module-100.json",2688],"6cb2d84e":[()=>n.e(86423).then(n.bind(n,98662)),"@site/research/monitoring/github-api-call-inventory/index.md",98662],"6cb47a98":[()=>n.e(98588).then(n.t.bind(n,11696,19)),"~blog/weekly/posts-weekly-tags-august-dad-list.json",11696],"6cd37f94":[()=>n.e(95655).then(n.bind(n,36737)),"@site/research/workflow-engines/selinon.md",36737],"6d96a08b":[()=>n.e(42208).then(n.bind(n,24644)),"@site/weekly/2024/week-48.md",24644],"6e047ae3":[()=>n.e(80489).then(n.t.bind(n,18847,19)),"~blog/posts/posts-page-2-c5d.json",18847],"6ee8458d":[()=>n.e(25457).then(n.t.bind(n,53415,19)),"~blog/weekly/posts-weekly-tags-2023-november-a9b-list.json",53415],"6fa0ba47":[()=>n.e(87378).then(n.t.bind(n,30022,19)),"~blog/weekly/posts-weekly-tags-2024-october-531-list.json",30022],"6ffa8a82":[()=>n.e(15058).then(n.t.bind(n,91168,19)),"~docs/research/category-research-autogenerated-category-automation-of-internal-processes-f47.json",91168],"709b2afb":[()=>n.e(79022).then(n.bind(n,9034)),"@site/research/automation-tools/tito.md",9034],"7102b336":[()=>n.e(52474).then(n.t.bind(n,15251,19)),"~blog/weekly/posts-weekly-tags-2024-june-aa6.json",15251],"7159dcfb":[()=>n.e(90141).then(n.t.bind(n,57976,19)),"~blog/weekly/posts-weekly-tags-2024-november-05e.json",57976],72917567:[()=>n.e(38544).then(n.bind(n,51597)),"@site/weekly/2024/week-43.md",51597],"72e70f11":[()=>n.e(73912).then(n.bind(n,46732)),"@site/weekly/2023/week-47.md?truncated=true",46732],"72e9ee25":[()=>n.e(90589).then(n.t.bind(n,14128,19)),"~blog/posts/posts-tags-copr-7ad-list.json",14128],"72fa94c8":[()=>n.e(56034).then(n.bind(n,24103)),"@site/docs/configuration/actions.md",24103],"731a8a15":[()=>n.e(61659).then(n.t.bind(n,19078,19)),"~blog/weekly/posts-weekly-tags-june-2a8.json",19078],74719024:[()=>n.e(714).then(n.bind(n,58971)),"@site/deployment/openshift_local_cluster.md",58971],"74953bbe":[()=>n.e(90279).then(n.bind(n,86949)),"@site/weekly/March-2023.md",86949],"7527a5f5":[()=>n.e(83725).then(n.bind(n,69636)),"@site/specfile/api/specfile/macro_definitions.md",69636],75551863:[()=>n.e(22352).then(n.bind(n,83236)),"@site/weekly/2023/week-50.md",83236],"759a8cc0":[()=>n.e(51073).then(n.t.bind(n,13298,19)),"~blog/weekly/posts-weekly-tags-2024-march-a4d-list.json",13298],"75a941da":[()=>n.e(58494).then(n.t.bind(n,13510,19)),"~blog/weekly/posts-weekly-tags-2024-july-9ab.json",13510],"763f3776":[()=>n.e(14505).then(n.bind(n,59928)),"@site/research/integrations/downstream/index.md",59928],"7760e989":[()=>n.e(11060).then(n.bind(n,65944)),"@site/docs/cli/index.md",65944],"77cacbdf":[()=>n.e(21741).then(n.t.bind(n,10877,19)),"~blog/weekly/posts-weekly-tags-2024-march-a4d.json",10877],"78461ecb":[()=>n.e(64756).then(n.t.bind(n,34703,19)),"~blog/weekly/posts-weekly-tags-2023-december-26c-list.json",34703],"7856228a":[()=>n.e(44365).then(n.t.bind(n,79335,19)),"~blog/weekly/posts-weekly-tags-2023-page-3-708-list.json",79335],"7959a7e8":[()=>n.e(47559).then(n.bind(n,15883)),"@site/specfile/api/specfile/exceptions.md",15883],"79686d8b":[()=>n.e(49128).then(n.bind(n,36375)),"@site/source-git/design.md",36375],79909006:[()=>n.e(30098).then(n.bind(n,99978)),"@site/weekly/2024/week-10.md",99978],"79ac0311":[()=>n.e(64540).then(n.bind(n,4625)),"@site/posts/experiences_with_rust/index.md",4625],"7a0d6ea9":[()=>n.e(35916).then(n.bind(n,81935)),"@site/weekly/2023/week-36.md?truncated=true",81935],"7a524534":[()=>n.e(71967).then(n.bind(n,23166)),"@site/posts/2021-features/index.md",23166],"7ae439d7":[()=>n.e(6623).then(n.bind(n,1278)),"@site/source-git/work-with-source-git/update-spec.md",1278],"7ae56ea1":[()=>n.e(23216).then(n.t.bind(n,55014,19)),"~blog/posts/posts-tags-yearly-features-34f.json",55014],"7b207a68":[()=>n.e(60788).then(n.t.bind(n,91472,19)),"~blog/weekly/posts-weekly-tags-2024-page-5-6d8.json",91472],"7ba6b78c":[()=>n.e(3105).then(n.t.bind(n,29338,19)),"~blog/weekly/posts-weekly-tags-february-551-list.json",29338],"7d2f9b16":[()=>n.e(79261).then(n.t.bind(n,66569,19)),"~blog/weekly/posts-weekly-tags-2023-page-2-9e5.json",66569],"7d461870":[()=>n.e(75163).then(n.bind(n,1785)),"@site/specfile/api/specfile/utils.md",1785],"7e35e429":[()=>n.e(5989).then(n.bind(n,86762)),"@site/docs/cli/build/in-koji.md",86762],"7e7109f9":[()=>n.e(58047).then(n.t.bind(n,93849,19)),"~blog/weekly/posts-weekly-page-2-c85.json",93849],"7e981f1e":[()=>n.e(27564).then(n.bind(n,65204)),"@site/weekly/2024/week-13.md?truncated=true",65204],"80c1bd4f":[()=>n.e(11150).then(n.t.bind(n,64320,19)),"~blog/posts/posts-archive-049.json",64320],"814d92e8":[()=>n.e(52861).then(n.bind(n,42536)),"@site/research/ux/improve-service-processing.md",42536],"81a6fbb3":[()=>n.e(26949).then(n.bind(n,497)),"@site/research/ui/dashboard/dashboard-improvements.md",497],82117311:[()=>n.e(20503).then(n.bind(n,30260)),"@site/weekly/2024/week-27.md",30260],"8228eeeb":[()=>n.e(45716).then(n.t.bind(n,70155,19)),"~blog/posts/posts-tags-workflow-5f6.json",70155],"82b9c782":[()=>n.e(99250).then(n.bind(n,55200)),"@site/weekly/2023/packit-workshop.md",55200],"82bb726c":[()=>n.e(19647).then(n.bind(n,3941)),"@site/source-git/status.md",3941],"82d0bde2":[()=>n.e(98088).then(n.bind(n,49099)),"@site/docs/configuration/jobs.md",49099],"8307ae4c":[()=>n.e(3091).then(n.bind(n,81975)),"@site/weekly/2024/week-16.md?truncated=true",81975],"840b9c4d":[()=>n.e(44e3).then(n.bind(n,1088)),"@site/docs/cli/propose-downstream.md",1088],"845cca31":[()=>n.e(30083).then(n.bind(n,79795)),"@site/weekly/2024/week-43.md?truncated=true",79795],"846a4c26":[()=>n.e(54473).then(n.bind(n,67327)),"@site/weekly/2024/week-22.md",67327],"84a3b10e":[()=>n.e(63764).then(n.t.bind(n,53284,19)),"~blog/weekly/posts-weekly-tags-2024-page-3-845-list.json",53284],"8641c6bd":[()=>n.e(9725).then(n.bind(n,13058)),"@site/weekly/2024/week-27.md?truncated=true",13058],"86d5a44a":[()=>n.e(84308).then(n.t.bind(n,47725,19)),"~blog/posts/posts-tags-2021-0c8.json",47725],"8746ea35":[()=>n.e(66310).then(n.bind(n,71694)),"@site/specfile/api/specfile/spec_parser.md",71694],"87ec6932":[()=>n.e(34407).then(n.bind(n,8987)),"@site/weekly/2024/week-1.md",8987],"87f4acab":[()=>n.e(70444).then(n.bind(n,32417)),"@site/weekly/2024/week-17.md",32417],"886d1372":[()=>n.e(80349).then(n.t.bind(n,2988,19)),"~docs/research/category-research-autogenerated-category-database-41c.json",2988],"8875e568":[()=>n.e(26522).then(n.t.bind(n,34584,19)),"~blog/posts/posts-tags-fas-5af-list.json",34584],"89a7199b":[()=>n.e(50911).then(n.bind(n,399)),"@site/weekly/2024/week-6.md?truncated=true",399],"8a5fb69f":[()=>n.e(74635).then(n.bind(n,39255)),"@site/research/integrations/console.md",39255],"8a70a7c4":[()=>n.e(55860).then(n.bind(n,37210)),"@site/posts/2022-features/index.md",37210],"8b7a4a46":[()=>n.e(23502).then(n.bind(n,23263)),"@site/development/index.md",23263],"8bc496ec":[()=>n.e(53198).then(n.t.bind(n,97672,19)),"~blog/weekly/posts-weekly-tags-march-27c-list.json",97672],"8c224857":[()=>n.e(44588).then(n.bind(n,58706)),"@site/weekly/2024/week-37.md",58706],"8c306d97":[()=>n.e(61193).then(n.bind(n,79402)),"@site/deployment/specifics/clusters.md",79402],"8cadce09":[()=>n.e(12017).then(n.t.bind(n,265,19)),"~blog/weekly/posts-weekly-tags-october-1b8.json",265],"8d023c0f":[()=>n.e(62896).then(n.t.bind(n,11181,19)),"~blog/posts/posts-tags-project-mycorrhiza-c59-list.json",11181],"8d88c4d9":[()=>n.e(10974).then(n.t.bind(n,97225,19)),"~blog/posts/posts-tags-project-mycorrhiza-c59.json",97225],"8da84e9e":[()=>n.e(20284).then(n.t.bind(n,89794,19)),"~blog/posts/posts-tags-2022-5d4-list.json",89794],"8e319551":[()=>n.e(16251).then(n.bind(n,21588)),"@site/weekly/2024/week-19.md?truncated=true",21588],"8e36d499":[()=>n.e(45663).then(n.bind(n,94318)),"@site/weekly/2023/week-47.md",94318],"8e3f82a3":[()=>n.e(64097).then(n.bind(n,44850)),"@site/specfile/api/specfile/prep.md",44850],"8e3fb1e1":[()=>n.e(14550).then(n.bind(n,92673)),"@site/research/ui/website-improvements.md",92673],"8e9af1e5":[()=>n.e(36673).then(n.bind(n,11623)),"@site/weekly/2024/week-12.md",11623],"8f901ad7":[()=>n.e(47751).then(n.bind(n,46313)),"@site/weekly/2022.md?truncated=true",46313],"8fbda36b":[()=>n.e(6268).then(n.bind(n,44440)),"@site/weekly/2024/week-4.md",44440],"900bc352":[()=>n.e(49158).then(n.bind(n,70639)),"@site/deployment/secrets.md",70639],"904d4a62":[()=>n.e(40945).then(n.bind(n,13658)),"@site/specfile/api/specfile/context_management.md",13658],90686207:[()=>n.e(40466).then(n.bind(n,54717)),"@site/research/deployment/automation-for-stable-branches.md",54717],91127785:[()=>n.e(81977).then(n.bind(n,51037)),"@site/weekly/2024/week-39.md?truncated=true",51037],"917f9494":[()=>n.e(71925).then(n.t.bind(n,18834,19)),"~blog/weekly/posts-weekly-tags-2024-page-2-91e.json",18834],"918dee3e":[()=>n.e(57906).then(n.bind(n,15957)),"@site/weekly/2024/week-48.md?truncated=true",15957],"91ee57e2":[()=>n.e(49159).then(n.bind(n,94527)),"@site/weekly/2023/week-35.md?truncated=true",94527],"9205cbf2":[()=>n.e(99618).then(n.bind(n,48091)),"@site/research/database/refresh.md",48091],"92dc2473":[()=>n.e(74183).then(n.bind(n,29259)),"@site/docs/configuration/upstream/upstream_koji_build.md",29259],"934c94c3":[()=>n.e(20243).then(n.t.bind(n,40536,19)),"~blog/posts/posts-tags-yearly-features-34f-list.json",40536],"943c4455":[()=>n.e(53709).then(n.bind(n,92054)),"@site/posts/pull-from-upstream/index.md?truncated=true",92054],94602731:[()=>n.e(16159).then(n.t.bind(n,69840,19)),"~blog/posts/posts-tags-fedora-e8f.json",69840],"94b15e4a":[()=>n.e(9359).then(n.bind(n,21310)),"@site/weekly/2020.md?truncated=true",21310],"95d530d1":[()=>n.e(23455).then(n.bind(n,36508)),"@site/weekly/2024/week-44.md?truncated=true",36508],"95f730a4":[()=>n.e(96217).then(n.bind(n,97822)),"@site/weekly/2024/week-36.md?truncated=true",97822],"96c88a1c":[()=>n.e(21073).then(n.t.bind(n,46383,19)),"~blog/weekly/posts-weekly-tags-2023-203.json",46383],"9705bc60":[()=>n.e(88230).then(n.bind(n,3652)),"@site/weekly/2024/week-14.md?truncated=true",3652],"97b08134":[()=>n.e(57520).then(n.bind(n,67924)),"@site/weekly/July-2023.md",67924],"98073b56":[()=>n.e(73156).then(n.t.bind(n,80402,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-blog/weekly/plugin-route-context-module-100.json",80402],"98e91f35":[()=>n.e(15779).then(n.t.bind(n,93027,19)),"~blog/posts/posts-tags-propose-downstream-19f-list.json",93027],"99354cae":[()=>n.e(66952).then(n.t.bind(n,34195,19)),"~blog/posts/posts-tags-downstream-247.json",34195],99497812:[()=>n.e(58887).then(n.t.bind(n,80570,19)),"~blog/posts/posts-tags-srpm-071.json",80570],"998260a0":[()=>n.e(23987).then(n.bind(n,5020)),"@site/weekly/2024/week-11.md",5020],"99aea035":[()=>n.e(97485).then(n.bind(n,52236)),"@site/research/ux/automatic-config-updates.md",52236],"99b62762":[()=>n.e(35695).then(n.bind(n,2093)),"@site/research/monitoring/logs-aggregation/index.md",2093],"9a7182df":[()=>n.e(67242).then(n.bind(n,38676)),"@site/weekly/2023/week-45.md",38676],"9a87c403":[()=>n.e(40002).then(n.t.bind(n,94923,19)),"~docs/research/category-research-autogenerated-category-specfiles-f99.json",94923],"9ab0720d":[()=>n.e(21279).then(n.t.bind(n,94525,19)),"~blog/weekly/posts-weekly-tags-november-c17-list.json",94525],"9ae5889b":[()=>n.e(97457).then(n.bind(n,20033)),"@site/source-git/work-with-source-git/sync-from-dist-git.md",20033],"9b0e3930":[()=>n.e(7600).then(n.bind(n,17402)),"@site/posts/non-divergent-dist-git-branches/index.md?truncated=true",17402],"9b17ca5c":[()=>n.e(29741).then(n.bind(n,87997)),"@site/weekly/2024/week-36.md",87997],"9cbf899b":[()=>n.e(91922).then(n.t.bind(n,83378,19)),"~blog/posts/posts-tags-pull-from-upstream-a24.json",83378],"9dfb0dde":[()=>n.e(48210).then(n.bind(n,81626)),"@site/deployment/monitoring/index.md",81626],"9e4087bc":[()=>n.e(53608).then(n.bind(n,63169)),"@theme/BlogArchivePage",63169],"9f03ac94":[()=>n.e(58647).then(n.bind(n,9804)),"@site/weekly/2024/week-9.md",9804],a1aba5a8:[()=>n.e(43734).then(n.bind(n,31166)),"@site/docs/configuration/downstream_configuration_template.md",31166],a1e2e3af:[()=>n.e(33055).then(n.t.bind(n,39189,19)),"~blog/weekly/posts-weekly-tags-march-27c.json",39189],a1fff5e9:[()=>n.e(57099).then(n.bind(n,99691)),"@site/research/integrations/fedora-ci/index.md",99691],a214fff1:[()=>n.e(20215).then(n.bind(n,23226)),"@site/weekly/2024/week-12.md?truncated=true",23226],a2275ab1:[()=>n.e(33805).then(n.t.bind(n,53385,19)),"~docs/research/category-research-autogenerated-category-testing-759.json",53385],a25cd4f7:[()=>n.e(69024).then(n.bind(n,58546)),"@site/research/ui/dashboard/oauth.md",58546],a2b87eb6:[()=>n.e(62281).then(n.t.bind(n,28079,19)),"~blog/weekly/posts-weekly-page-4-a25.json",28079],a2cb0f32:[()=>n.e(39118).then(n.bind(n,5567)),"@site/posts/monorepos/index.md",5567],a2ef09a9:[()=>n.e(87924).then(n.t.bind(n,1951,19)),"~docs/development/version-current-metadata-prop-751.json",1951],a371ca0e:[()=>n.e(60775).then(n.bind(n,28099)),"@site/posts/flock_2024_diary/index.md?truncated=true",28099],a3e02e67:[()=>n.e(60825).then(n.t.bind(n,94224,19)),"~blog/weekly/posts-weekly-tags-2022-47e.json",94224],a3e5d6a2:[()=>n.e(22568).then(n.bind(n,60821)),"@site/docs/cli/dist-git/init.md",60821],a3e87acb:[()=>n.e(94154).then(n.bind(n,81918)),"@site/weekly/2024/week-33.md?truncated=true",81918],a3f6e39a:[()=>n.e(54152).then(n.bind(n,1149)),"@site/weekly/2024/week-8.md",1149],a45a012c:[()=>n.e(5510).then(n.bind(n,67072)),"@site/posts/2021-in-numbers/index.md",67072],a462cc58:[()=>n.e(88061).then(n.bind(n,36598)),"@site/development/creating-stream-9-repos.md",36598],a4bf7db1:[()=>n.e(69146).then(n.t.bind(n,39557,19)),"~blog/posts/posts-tags-summary-862.json",39557],a4d25f68:[()=>n.e(51828).then(n.bind(n,89758)),"@site/weekly/2024/week-19.md",89758],a5064e60:[()=>n.e(74721).then(n.bind(n,4093)),"@site/weekly/2024/week-45.md?truncated=true",4093],a64b3083:[()=>n.e(99124).then(n.bind(n,44250)),"@site/weekly/2024/week-8.md?truncated=true",44250],a6752ca1:[()=>n.e(3593).then(n.bind(n,13814)),"@site/posts/fedora-eln/index.md",13814],a6aa9e1f:[()=>Promise.all([n.e(40532),n.e(8954),n.e(46048),n.e(93089)]).then(n.bind(n,80046)),"@theme/BlogListPage",80046],a6f639c4:[()=>n.e(51189).then(n.bind(n,7628)),"@site/posts/packit_1_0_0_action_required/index.md",7628],a7324faf:[()=>n.e(66861).then(n.bind(n,59187)),"@site/specfile/api/specfile/sources.md",59187],a8554a0d:[()=>n.e(75178).then(n.t.bind(n,56057,19)),"~blog/weekly/posts-weekly-tags-2024-july-9ab-list.json",56057],a8b895ad:[()=>n.e(5743).then(n.bind(n,1047)),"@site/research/workflow-engines/celery-canvas.md",1047],a8bb5334:[()=>n.e(8756).then(n.bind(n,36350)),"@site/docs/guide.md",36350],a93f7cfd:[()=>n.e(61644).then(n.bind(n,32899)),"@site/posts/release-field-handling/index.md",32899],aa13154b:[()=>n.e(54793).then(n.bind(n,8706)),"@site/weekly/2024/week-32.md?truncated=true",8706],aa5f9066:[()=>n.e(70818).then(n.t.bind(n,68911,19)),"~blog/weekly/posts-weekly-tags-2024-april-0ee.json",68911],ab0407bd:[()=>n.e(17782).then(n.bind(n,95845)),"@site/research/integrations/gitlab/index.md",95845],ab5c7b8a:[()=>n.e(52015).then(n.bind(n,22832)),"@site/weekly/2023/week-39.md?truncated=true",22832],ac452aa3:[()=>n.e(66314).then(n.t.bind(n,20313,19)),"~blog/posts/posts-tags-configuration-2cd.json",20313],ad33aa20:[()=>n.e(89401).then(n.bind(n,35458)),"@site/docs/cli/source-git/status.md",35458],add8c385:[()=>n.e(9087).then(n.bind(n,61923)),"@site/posts/openscanhub-prototype/index.md?truncated=true",61923],ae19495d:[()=>n.e(89890).then(n.t.bind(n,58542,19)),"~blog/weekly/posts-weekly-tags-2023-october-2fe-list.json",58542],ae308360:[()=>n.e(6520).then(n.bind(n,27432)),"@site/source-git/work-with-source-git/fix-diverged-history.md",27432],ae6cf626:[()=>n.e(46215).then(n.bind(n,41597)),"@site/docs/cli/prepare-sources.md",41597],aea0f75b:[()=>n.e(43801).then(n.bind(n,75950)),"@site/weekly/2024/week-6.md",75950],aed23c73:[()=>n.e(80145).then(n.bind(n,56231)),"@site/weekly/2024/week-5.md",56231],af7e7d2f:[()=>n.e(69843).then(n.bind(n,8391)),"@site/weekly/2024/week-26.md?truncated=true",8391],af90649c:[()=>n.e(41705).then(n.bind(n,65483)),"@site/research/source-git/sync-status.md",65483],af9b46a1:[()=>n.e(40354).then(n.t.bind(n,38718,19)),"~blog/posts/posts-tags-2024-cf2-list.json",38718],afb295bf:[()=>n.e(65584).then(n.t.bind(n,54075,19)),"~blog/weekly/posts-weekly-tags-2020-8c7.json",54075],b0081a5c:[()=>n.e(49672).then(n.bind(n,9618)),"@site/deployment/vars.md",9618],b1581c40:[()=>n.e(58020).then(n.bind(n,17745)),"@site/posts/packit_1_0_0_action_required/index.md?truncated=true",17745],b16ccd33:[()=>n.e(97557).then(n.t.bind(n,82936,19)),"~blog/weekly/posts-weekly-tags-2023-page-3-708.json",82936],b1a90e65:[()=>n.e(55068).then(n.bind(n,10993)),"@site/weekly/February-2023.md?truncated=true",10993],b36b65f3:[()=>n.e(79466).then(n.bind(n,98370)),"@site/research/workflow-engines/argo-workflows.md",98370],b37d2dac:[()=>n.e(45959).then(n.t.bind(n,57424,19)),"~blog/posts/posts-tags-dashboard-22c.json",57424],b392693c:[()=>n.e(26950).then(n.bind(n,32641)),"@site/weekly/2024/week-41.md?truncated=true",32641],b3b08e1f:[()=>n.e(11615).then(n.bind(n,52419)),"@site/research/deployment/distributed-workers/AWS-SQS-RDS.md",52419],b3e0d976:[()=>n.e(69570).then(n.t.bind(n,23999,19)),"~blog/posts/posts-tags-sast-f52-list.json",23999],b6247aba:[()=>n.e(10058).then(n.bind(n,67)),"@site/weekly/2024/week-31.md?truncated=true",67],b7176c34:[()=>n.e(70802).then(n.t.bind(n,8083,19)),"~blog/posts/posts-tags-fas-5af.json",8083],b735410e:[()=>n.e(66259).then(n.t.bind(n,87617,19)),"~blog/weekly/posts-weekly-tags-2024-aea-list.json",87617],b7d0514c:[()=>n.e(11853).then(n.bind(n,34806)),"@site/posts/downstream-automation/index.md",34806],b7d0aaab:[()=>n.e(22667).then(n.t.bind(n,88697,19)),"~blog/posts/posts-tags-2024-cf2.json",88697],b8330396:[()=>n.e(4773).then(n.bind(n,41843)),"@site/deployment/specifics/centos-stream-source-git.md",41843],b8a09bca:[()=>n.e(48235).then(n.t.bind(n,65402,19)),"~blog/posts/posts-tags-2021-0c8-list.json",65402],b8c1fd37:[()=>n.e(66767).then(n.bind(n,1136)),"@site/weekly/2021.md",1136],b94605fa:[()=>n.e(37480).then(n.bind(n,38667)),"@site/source-git/work-with-source-git/control-patch-generation.md",38667],b98f4147:[()=>n.e(34015).then(n.bind(n,49004)),"@site/weekly/2024/week-10.md?truncated=true",49004],b995eee1:[()=>n.e(12689).then(n.bind(n,71022)),"@site/weekly/2023/week-35.md",71022],b9da35a4:[()=>n.e(6682).then(n.bind(n,25263)),"@site/docs/configuration/upstream/tests.md",25263],ba236f3f:[()=>n.e(72679).then(n.bind(n,23092)),"@site/weekly/2024/week-41.md",23092],ba5416a0:[()=>n.e(15024).then(n.bind(n,65980)),"@site/weekly/2024/week-13.md",65980],bb5e3948:[()=>n.e(20095).then(n.t.bind(n,24568,19)),"~blog/posts/posts-tags-logs-f01.json",24568],bc2282da:[()=>n.e(32297).then(n.bind(n,73294)),"@site/docs/cli/build/in-mock.md",73294],bd15657a:[()=>n.e(98371).then(n.t.bind(n,26549,19)),"~blog/weekly/posts-weekly-tags-may-e9a.json",26549],be3a2dac:[()=>n.e(4308).then(n.t.bind(n,91371,19)),"~blog/posts/posts-tags-workflow-5f6-list.json",91371],bec3799f:[()=>n.e(7572).then(n.bind(n,16136)),"@site/research/integrations/building-srpm-in-copr/index.md",16136],bf7a3826:[()=>n.e(26318).then(n.bind(n,22967)),"@site/research/user-stories/summit-demo.md",22967],bfdf3364:[()=>n.e(82909).then(n.bind(n,32201)),"@site/research/source-git/fedora-spec-files/index.md",32201],c06492b1:[()=>n.e(18195).then(n.bind(n,60120)),"@site/research/internal-automation/cert-management.md",60120],c14519d6:[()=>n.e(3591).then(n.bind(n,82109)),"@site/docs/cross-project-testing.md",82109],c17489ce:[()=>n.e(90391).then(n.bind(n,99358)),"@site/research/monorepo-support/index.md",99358],c1a99778:[()=>n.e(68995).then(n.bind(n,57112)),"@site/weekly/2024/week-15.md?truncated=true",57112],c1e4ae13:[()=>n.e(79190).then(n.t.bind(n,19267,19)),"~blog/posts/posts-tags-testing-farm-08a-list.json",19267],c21ae192:[()=>n.e(67006).then(n.bind(n,22766)),"@site/research/automation-tools/dlrn.md",22766],c31edf67:[()=>n.e(80155).then(n.bind(n,81237)),"@site/specfile/api/specfile/tags.md",81237],c364bf00:[()=>n.e(45061).then(n.bind(n,87736)),"@site/docs/cli/push-updates.md",87736],c377a04b:[()=>n.e(46971).then(n.bind(n,15156)),"@site/docs/index.md",15156],c3a456ca:[()=>n.e(97669).then(n.bind(n,96806)),"@site/posts/devconf-2024/index.md?truncated=true",96806],c3aaf83c:[()=>n.e(4175).then(n.bind(n,36862)),"@site/research/automation-tools/rpkg.md",36862],c466c400:[()=>n.e(59900).then(n.t.bind(n,15329,19)),"~blog/weekly/posts-weekly-tags-september-e37.json",15329],c5ab1ae4:[()=>n.e(7159).then(n.bind(n,91632)),"@site/weekly/June-2023.md",91632],c6720e51:[()=>n.e(3940).then(n.bind(n,25511)),"@site/weekly/2023/week-49.md?truncated=true",25511],c6ff0ac2:[()=>n.e(5409).then(n.t.bind(n,24689,19)),"~blog/weekly/posts-weekly-tags-october-1b8-list.json",24689],c79e53b3:[()=>n.e(85980).then(n.t.bind(n,35073,19)),"~blog/weekly/posts-weekly-tags-2020-8c7-list.json",35073],c8fc2b21:[()=>n.e(15539).then(n.t.bind(n,48696,19)),"~blog/posts/posts-tags-flock-d32-list.json",48696],ca71f0ed:[()=>n.e(43569).then(n.t.bind(n,87463,19)),"~blog/weekly/posts-weekly-tags-2024-may-fed-list.json",87463],ca801a32:[()=>n.e(74412).then(n.bind(n,27205)),"@site/research/index.md",27205],cad7e7c6:[()=>n.e(55300).then(n.bind(n,16226)),"@site/posts/devconf-2024/index.md",16226],cb7b78ee:[()=>n.e(122).then(n.bind(n,92906)),"@site/weekly/2024/week-16.md",92906],cb932834:[()=>n.e(63394).then(n.t.bind(n,70485,19)),"~blog/weekly/posts-weekly-tags-2024-page-4-426.json",70485],cbbe5f17:[()=>n.e(97455).then(n.t.bind(n,73734,19)),"~blog/weekly/posts-weekly-tags-2024-february-910-list.json",73734],ccc49370:[()=>Promise.all([n.e(40532),n.e(8954),n.e(46048),n.e(46103)]).then(n.bind(n,65203)),"@theme/BlogPostPage",65203],cd86d947:[()=>n.e(15919).then(n.bind(n,85584)),"@site/posts/2021-features/index.md?truncated=true",85584],cd954261:[()=>n.e(14159).then(n.bind(n,85296)),"@site/research/outages/index.md",85296],ce3551f9:[()=>n.e(44798).then(n.bind(n,11074)),"@site/research/source-git/in-zuul.md",11074],ce758554:[()=>n.e(1084).then(n.t.bind(n,89298,19)),"~blog/posts/posts-tags-conference-cd8.json",89298],cebd682f:[()=>n.e(46926).then(n.bind(n,7827)),"@site/weekly/2023/week-38.md?truncated=true",7827],cf25184c:[()=>n.e(14892).then(n.t.bind(n,90879,19)),"~blog/weekly/posts-weekly-tags-july-23e-list.json",90879],d1096f17:[()=>n.e(35749).then(n.t.bind(n,31280,19)),"~blog/posts/posts-tags-logs-f01-list.json",31280],d164bb8d:[()=>n.e(23510).then(n.t.bind(n,9323,19)),"~blog/weekly/posts-weekly-tags-2023-203-list.json",9323],d1b800f6:[()=>n.e(14849).then(n.t.bind(n,1281,19)),"~docs/deployment/category-deployment-autogenerated-category-deployment-specifics-b06.json",1281],d2883f60:[()=>n.e(98703).then(n.bind(n,77572)),"@site/research/monitoring/error-budgets/users-expectations.md",77572],d33bea9b:[()=>n.e(39418).then(n.bind(n,41495)),"@site/posts/fas-verification-automation/index.md?truncated=true",41495],d34552b2:[()=>n.e(22466).then(n.bind(n,45067)),"@site/docs/configuration/upstream/vm_image_build.md",45067],d3cd371b:[()=>n.e(51906).then(n.bind(n,99348)),"@site/docs/archive-not-matching-git.md",99348],d47d5584:[()=>n.e(3908).then(n.bind(n,49262)),"@site/docs/configuration/downstream/bodhi_update.md",49262],d4906370:[()=>n.e(14554).then(n.t.bind(n,85494,19)),"~blog/posts/posts-tags-monorepos-ced-list.json",85494],d4b098fe:[()=>n.e(69759).then(n.bind(n,23371)),"@site/research/source-git/update.md",23371],d52f6c87:[()=>n.e(70177).then(n.bind(n,77098)),"@site/weekly/2024/week-42.md?truncated=true",77098],d52fed64:[()=>n.e(71119).then(n.bind(n,36096)),"@site/weekly/2024/week-46.md?truncated=true",36096],d53c5ff2:[()=>n.e(93842).then(n.bind(n,91273)),"@site/weekly/2023/week-34.md?truncated=true",91273],d56ac075:[()=>n.e(73378).then(n.bind(n,57200)),"@site/weekly/2023/week-49.md",57200],d56dea34:[()=>n.e(99792).then(n.bind(n,11293)),"@site/research/internal-automation/onboard/status.md",11293],d5eb4a77:[()=>n.e(38024).then(n.bind(n,67495)),"@site/weekly/April-2023.md",67495],d66746c1:[()=>n.e(73996).then(n.bind(n,86525)),"@site/weekly/2024/week-20.md?truncated=true",86525],d66c5321:[()=>n.e(26151).then(n.bind(n,82682)),"@site/posts/copr-srpms/index.md?truncated=true",82682],d6a3d420:[()=>n.e(78514).then(n.t.bind(n,53688,19)),"~blog/posts/posts-tags-yearly-numbers-207-list.json",53688],d6ff966b:[()=>n.e(15647).then(n.bind(n,96673)),"@site/docs/configuration/upstream/copr_build.md",96673],d7260e5d:[()=>n.e(83385).then(n.bind(n,70313)),"@site/weekly/2024/week-24.md?truncated=true",70313],d7ccb4c2:[()=>n.e(12442).then(n.t.bind(n,97560,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/research/plugin-route-context-module-100.json",97560],d7e63866:[()=>n.e(66342).then(n.t.bind(n,49780,19)),"~blog/weekly/posts-weekly-tags-2024-may-fed.json",49780],d7fc2346:[()=>n.e(97825).then(n.t.bind(n,46949,19)),"~blog/posts/posts-tags-2022-5d4.json",46949],d93f083d:[()=>n.e(64194).then(n.bind(n,33980)),"@site/weekly/2023/week-41.md?truncated=true",33980],d98875c2:[()=>n.e(14510).then(n.bind(n,99727)),"@site/weekly/2023/week-39.md",99727],d9f22873:[()=>n.e(51540).then(n.t.bind(n,8559,19)),"~blog/weekly/posts-weekly-tags-2024-page-3-845.json",8559],da2ff862:[()=>n.e(2982).then(n.t.bind(n,18153,19)),"~blog/weekly/posts-weekly-tags-july-23e.json",18153],da818bca:[()=>n.e(4195).then(n.bind(n,75449)),"@site/weekly/2024/week-34.md",75449],db3b0523:[()=>n.e(62626).then(n.bind(n,70551)),"@site/weekly/2024/week-32.md",70551],dbfa3dd6:[()=>n.e(61651).then(n.bind(n,34185)),"@site/posts/pre-commit-hooks/index.md?truncated=true",34185],dce9b99e:[()=>n.e(81873).then(n.bind(n,69845)),"@site/docs/cli/source-git/update-dist-git.md",69845],dd09c8af:[()=>n.e(3281).then(n.bind(n,16932)),"@site/research/job_referencing/index.md",16932],dd4ac388:[()=>n.e(35651).then(n.bind(n,31382)),"@site/posts/non-git-upstreams-support/index.md",31382],dd889d07:[()=>n.e(38500).then(n.t.bind(n,45668,19)),"~blog/posts/posts-tags-openscanhub-d64.json",45668],ddfe5dc3:[()=>n.e(49582).then(n.t.bind(n,85599,19)),"~blog/weekly/posts-weekly-tags-january-fac.json",85599],de20f52c:[()=>n.e(13288).then(n.t.bind(n,52317,19)),"~blog/weekly/posts-weekly-tags-2024-page-4-426-list.json",52317],de459308:[()=>n.e(69432).then(n.bind(n,23309)),"@site/research/source-git/customize-update-dist-git.md",23309],df85a926:[()=>n.e(68746).then(n.bind(n,39723)),"@site/weekly/2024/week-29.md",39723],dfbea73a:[()=>n.e(7133).then(n.t.bind(n,38148,19)),"~blog/weekly/posts-weekly-page-8-113.json",38148],e0147710:[()=>n.e(37425).then(n.t.bind(n,7842,19)),"~blog/weekly/posts-weekly-tags-2024-november-05e-list.json",7842],e0b86265:[()=>n.e(64956).then(n.t.bind(n,30696,19)),"~blog/weekly/posts-weekly-page-6-6bb.json",30696],e0c41194:[()=>n.e(53443).then(n.bind(n,73383)),"@site/posts/2021-in-numbers/index.md?truncated=true",73383],e21f8356:[()=>n.e(65646).then(n.bind(n,62930)),"@site/weekly/2019.md",62930],e22550d2:[()=>n.e(59176).then(n.bind(n,757)),"@site/weekly/July-2023.md?truncated=true",757],e25a039d:[()=>n.e(95376).then(n.bind(n,75829)),"@site/weekly/2024/week-46.md",75829],e26e3489:[()=>n.e(57409).then(n.t.bind(n,49819,19)),"~blog/weekly/posts-weekly-tags-2023-november-a9b.json",49819],e273a171:[()=>n.e(36982).then(n.bind(n,54345)),"@site/docs/configuration/downstream/koji_build.md",54345],e2d3297a:[()=>n.e(52774).then(n.bind(n,52008)),"@site/specfile/api/specfile/sections.md",52008],e3603f1c:[()=>n.e(91073).then(n.t.bind(n,45461,19)),"~docs/docs/category-docs-autogenerated-category-source-git-4d4.json",45461],e4074705:[()=>n.e(98781).then(n.bind(n,51080)),"@site/weekly/June-2023.md?truncated=true",51080],e43e771c:[()=>n.e(23383).then(n.t.bind(n,70016,19)),"~blog/weekly/posts-weekly-tags-2019-495.json",70016],e4a8fc5f:[()=>n.e(92558).then(n.bind(n,12874)),"@site/weekly/2024/week-14.md",12874],e4be8ed3:[()=>n.e(60713).then(n.bind(n,82043)),"@site/weekly/2024/week-24.md",82043],e4febce7:[()=>n.e(64836).then(n.bind(n,87042)),"@site/posts/manual-triggering/index.md",87042],e534fa64:[()=>n.e(57154).then(n.bind(n,59464)),"@site/posts/experiences_with_rust/index.md?truncated=true",59464],e53b4525:[()=>n.e(51486).then(n.bind(n,17305)),"@site/research/workflow-engines/airflow.md",17305],e5572fcd:[()=>n.e(67799).then(n.bind(n,72705)),"@site/deployment/specifics/redict.md",72705],e6339af7:[()=>n.e(21907).then(n.t.bind(n,15062,19)),"~blog/weekly/blog-post-list-prop-weekly.json",15062],e648938d:[()=>n.e(80747).then(n.bind(n,91446)),"@site/source-git/work-with-source-git/pull-upstream-fixes.md",91446],e6722c50:[()=>n.e(94488).then(n.t.bind(n,38516,19)),"~blog/weekly/posts-weekly-archive-9a4.json",38516],e6bbf751:[()=>n.e(48578).then(n.bind(n,99443)),"@site/research/workflow-engines/temporal.md",99443],e721cd31:[()=>n.e(99481).then(n.bind(n,67466)),"@site/weekly/2024/week-40.md?truncated=true",67466],e7c388ba:[()=>n.e(22074).then(n.t.bind(n,22191,19)),"~blog/weekly/posts-weekly-tags-2024-page-2-91e-list.json",22191],e7dac2d9:[()=>n.e(67653).then(n.bind(n,22102)),"@site/research/integrations/image-builder/index.md",22102],e7dd9cc3:[()=>n.e(81923).then(n.bind(n,56750)),"@site/research/deployment/deployment-improvements/index.md",56750],e8269cea:[()=>n.e(38208).then(n.t.bind(n,88735,19)),"~blog/weekly/posts-weekly-tags-2021-d53.json",88735],e8dac370:[()=>n.e(7446).then(n.t.bind(n,79431,19)),"~blog/posts/posts-tags-tags-3de.json",79431],eb2f71fd:[()=>n.e(79775).then(n.bind(n,30835)),"@site/weekly/2024/week-2.md?truncated=true",30835],eb37e67b:[()=>n.e(7176).then(n.bind(n,53119)),"@site/weekly/2024/week-38.md",53119],eb517363:[()=>n.e(80292).then(n.bind(n,78375)),"@site/research/monitoring/adoption-metrics/index.md",78375],ebfc212e:[()=>n.e(47061).then(n.t.bind(n,5348,19)),"~blog/posts/posts-tags-testing-farm-08a.json",5348],ec27e18d:[()=>n.e(63780).then(n.bind(n,35387)),"@site/research/source-git/dist-git-to-src-git/index.md",35387],ecc63bc3:[()=>n.e(87366).then(n.bind(n,71890)),"@site/weekly/2021.md?truncated=true",71890],ed1016b5:[()=>n.e(98569).then(n.bind(n,28327)),"@site/weekly/2023/week-31.md",28327],ed5b6b44:[()=>n.e(65206).then(n.t.bind(n,29292,19)),"~blog/posts/posts-tags-specfile-0c6-list.json",29292],ee1121cc:[()=>n.e(56518).then(n.bind(n,15230)),"@site/weekly/2024/week-20.md",15230],ee360d9b:[()=>n.e(94805).then(n.bind(n,76764)),"@site/weekly/2024/week-37.md?truncated=true",76764],eefbce61:[()=>n.e(67075).then(n.bind(n,13396)),"@site/docs/fedora-releases-guide/releasing-multiple-packages.md",13396],ef3babef:[()=>n.e(76774).then(n.bind(n,71948)),"@site/weekly/2023/packit-workshop.md?truncated=true",71948],f02e71ef:[()=>n.e(60889).then(n.t.bind(n,72994,19)),"~blog/weekly/posts-weekly-tags-2024-page-5-6d8-list.json",72994],f070b3d4:[()=>n.e(52372).then(n.bind(n,28007)),"@site/docs/configuration/upstream/propose_downstream.md",28007],f1552835:[()=>n.e(31730).then(n.t.bind(n,45343,19)),"/home/runner/work/packit.dev/packit.dev/.docusaurus/docusaurus-plugin-content-docs/development/plugin-route-context-module-100.json",45343],f26768b8:[()=>n.e(72152).then(n.t.bind(n,31137,19)),"~blog/weekly/posts-weekly-tags-2022-47e-list.json",31137],f303156d:[()=>n.e(28257).then(n.bind(n,372)),"@site/deployment/images.md",372],f3e20d74:[()=>n.e(55890).then(n.bind(n,78074)),"@site/agile/index.md",78074],f3ec6093:[()=>n.e(83257).then(n.bind(n,46279)),"@site/deployment/internal_tf.md",46279],f40fa3b8:[()=>n.e(7633).then(n.bind(n,9766)),"@site/weekly/2024/week-25.md?truncated=true",9766],f4486898:[()=>n.e(30317).then(n.t.bind(n,22622,19)),"~docs/research/category-research-autogenerated-category-celery-921.json",22622],f47a8e69:[()=>n.e(27271).then(n.t.bind(n,8512,19)),"~blog/posts/posts-tags-staging-725-list.json",8512],f4b7f768:[()=>n.e(13450).then(n.bind(n,7839)),"@site/posts/verify-sync-release-volunteers/index.md",7839],f4db4b00:[()=>n.e(3934).then(n.t.bind(n,44644,19)),"~blog/posts/posts-tags-flock-d32.json",44644],f5cbbd34:[()=>n.e(34597).then(n.bind(n,37753)),"@site/docs/cli/scan-in-osh.md",37753],f5d908f4:[()=>n.e(39843).then(n.t.bind(n,26376,19)),"~blog/posts/posts-tags-srpm-071-list.json",26376],f5f5a225:[()=>n.e(41731).then(n.bind(n,97316)),"@site/research/specfiles/hosting-sources/index.md",97316],f6d78023:[()=>n.e(89016).then(n.bind(n,91551)),"@site/docs/configuration/index.md",91551],f80516b8:[()=>n.e(14114).then(n.t.bind(n,98372,19)),"~blog/posts/posts-tags-summary-862-list.json",98372],f8a37000:[()=>n.e(29564).then(n.bind(n,3361)),"@site/posts/release-field-handling/index.md?truncated=true",3361],f8cf70e9:[()=>n.e(96837).then(n.t.bind(n,86562,19)),"~blog/posts/posts-tags-pull-from-upstream-a24-list.json",86562],f8d02322:[()=>n.e(898).then(n.bind(n,86730)),"@site/research/deprecation/index.md",86730],f9407d5f:[()=>n.e(34084).then(n.t.bind(n,48418,19)),"~blog/weekly/posts-weekly-tags-2024-september-f01.json",48418],f97836aa:[()=>n.e(38379).then(n.bind(n,56048)),"@site/weekly/2024/week-11.md?truncated=true",56048],fa6222e7:[()=>n.e(27911).then(n.bind(n,10837)),"@site/weekly/2024/week-21.md",10837],fa89d654:[()=>n.e(4411).then(n.t.bind(n,95819,19)),"~blog/posts/posts-tags-yearly-numbers-207.json",95819],fac44d3a:[()=>n.e(56555).then(n.bind(n,24015)),"@site/docs/cli/build/locally.md",24015],fb049ecb:[()=>n.e(55031).then(n.bind(n,48126)),"@site/posts/changelogs/index.md",48126],fb94c13d:[()=>n.e(48500).then(n.bind(n,87597)),"@site/research/monitoring/adoption-metrics/define-adoption-metrics.md",87597],fc539523:[()=>n.e(71434).then(n.bind(n,15332)),"@site/research/testing/zuul.md",15332],fce3e8f5:[()=>n.e(37812).then(n.bind(n,53325)),"@site/weekly/2023/week-46.md",53325],fd3c8ea5:[()=>n.e(51326).then(n.t.bind(n,5262,19)),"~blog/posts/posts-tags-conference-cd8-list.json",5262],fd5dbc67:[()=>n.e(72256).then(n.t.bind(n,17111,19)),"~blog/weekly/posts-weekly-tags-2019-495-list.json",17111],fdecaeb2:[()=>n.e(93566).then(n.bind(n,37202)),"@site/docs/fedora-releases-guide/dist-git-onboarding.md",37202],fe364007:[()=>n.e(16804).then(n.t.bind(n,3917,19)),"~blog/weekly/posts-weekly-tags-2023-page-2-9e5-list.json",3917],fe9a6872:[()=>n.e(97305).then(n.bind(n,79555)),"@site/docs/cli/pull-from-upstream.md",79555],ffae348c:[()=>n.e(71260).then(n.bind(n,55091)),"@site/research/testing/external-testing.md",55091],ffe09f92:[()=>n.e(81614).then(n.bind(n,66885)),"@site/research/automation-tools/index.md",66885],fff526c7:[()=>n.e(42128).then(n.bind(n,41627)),"@site/weekly/2024/week-26.md",41627]};function l(e){let{error:t,retry:n,pastDelay:r}=e;return t?a.createElement("div",{style:{textAlign:"center",color:"#fff",backgroundColor:"#fa383e",borderColor:"#fa383e",borderStyle:"solid",borderRadius:"0.25rem",borderWidth:"1px",boxSizing:"border-box",display:"block",padding:"1rem",flex:"0 0 50%",marginLeft:"25%",marginRight:"25%",marginTop:"5rem",maxWidth:"50%",width:"100%"}},a.createElement("p",null,String(t)),a.createElement("div",null,a.createElement("button",{type:"button",onClick:n},"Retry"))):r?a.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},a.createElement("svg",{id:"loader",style:{width:128,height:110,position:"absolute",top:"calc(100vh - 64%)"},viewBox:"0 0 45 45",xmlns:"http://www.w3.org/2000/svg",stroke:"#61dafb"},a.createElement("g",{fill:"none",fillRule:"evenodd",transform:"translate(1 1)",strokeWidth:"2"},a.createElement("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0"},a.createElement("animate",{attributeName:"r",begin:"1.5s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-opacity",begin:"1.5s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-width",begin:"1.5s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})),a.createElement("circle",{cx:"22",cy:"22",r:"6",strokeOpacity:"0"},a.createElement("animate",{attributeName:"r",begin:"3s",dur:"3s",values:"6;22",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-opacity",begin:"3s",dur:"3s",values:"1;0",calcMode:"linear",repeatCount:"indefinite"}),a.createElement("animate",{attributeName:"stroke-width",begin:"3s",dur:"3s",values:"2;0",calcMode:"linear",repeatCount:"indefinite"})),a.createElement("circle",{cx:"22",cy:"22",r:"8"},a.createElement("animate",{attributeName:"r",begin:"0s",dur:"1.5s",values:"6;1;2;3;4;5;6",calcMode:"linear",repeatCount:"indefinite"}))))):null}var u=n(99670),d=n(30226);function p(e,t){if("*"===e)return i()({loading:l,loader:()=>n.e(4972).then(n.bind(n,4972)),modules:["@theme/NotFound"],webpack:()=>[4972],render(e,t){const n=e.default;return a.createElement(d.z,{value:{plugin:{name:"native",id:"default"}}},a.createElement(n,t))}});const o=s[`${e}-${t}`],p={},f=[],m=[],g=(0,u.Z)(o);return Object.entries(g).forEach((e=>{let[t,n]=e;const a=c[n];a&&(p[t]=a[0],f.push(a[1]),m.push(a[2]))})),i().Map({loading:l,loader:p,modules:f,webpack:()=>m,render(t,n){const i=JSON.parse(JSON.stringify(o));Object.entries(t).forEach((t=>{let[n,a]=t;const r=a.default;if(!r)throw new Error(`The page component at ${e} doesn't have a default export. This makes it impossible to render anything. Consider default-exporting a React component.`);"object"!=typeof r&&"function"!=typeof r||Object.keys(a).filter((e=>"default"!==e)).forEach((e=>{r[e]=a[e]}));let o=i;const s=n.split(".");s.slice(0,-1).forEach((e=>{o=o[e]})),o[s[s.length-1]]=r}));const s=i.__comp;delete i.__comp;const c=i.__context;return delete i.__context,a.createElement(d.z,{value:c},a.createElement(s,(0,r.Z)({},i,n)))}})}const f=[{path:"/posts",component:p("/posts","eab"),exact:!0},{path:"/posts/2021-features",component:p("/posts/2021-features","648"),exact:!0},{path:"/posts/2021-in-numbers",component:p("/posts/2021-in-numbers","dd2"),exact:!0},{path:"/posts/2022-features",component:p("/posts/2022-features","3ec"),exact:!0},{path:"/posts/archive",component:p("/posts/archive","90b"),exact:!0},{path:"/posts/aws-and-image-builder",component:p("/posts/aws-and-image-builder","8b9"),exact:!0},{path:"/posts/changelogs",component:p("/posts/changelogs","188"),exact:!0},{path:"/posts/copr-srpms",component:p("/posts/copr-srpms","a6c"),exact:!0},{path:"/posts/devconf-2024",component:p("/posts/devconf-2024","677"),exact:!0},{path:"/posts/downstream-automation",component:p("/posts/downstream-automation","a93"),exact:!0},{path:"/posts/experiences_with_rust",component:p("/posts/experiences_with_rust","733"),exact:!0},{path:"/posts/fas-verification-automation",component:p("/posts/fas-verification-automation","bcf"),exact:!0},{path:"/posts/fedora-eln",component:p("/posts/fedora-eln","0e1"),exact:!0},{path:"/posts/flock_2024_diary",component:p("/posts/flock_2024_diary","3bc"),exact:!0},{path:"/posts/manual-triggering",component:p("/posts/manual-triggering","27d"),exact:!0},{path:"/posts/monorepos",component:p("/posts/monorepos","db3"),exact:!0},{path:"/posts/non-divergent-dist-git-branches",component:p("/posts/non-divergent-dist-git-branches","4c0"),exact:!0},{path:"/posts/non-git-upstreams-support",component:p("/posts/non-git-upstreams-support","305"),exact:!0},{path:"/posts/openscanhub-prototype",component:p("/posts/openscanhub-prototype","b38"),exact:!0},{path:"/posts/packit_1_0_0_action_required",component:p("/posts/packit_1_0_0_action_required","1fc"),exact:!0},{path:"/posts/page/2",component:p("/posts/page/2","0c1"),exact:!0},{path:"/posts/page/3",component:p("/posts/page/3","a58"),exact:!0},{path:"/posts/pre-commit-hooks",component:p("/posts/pre-commit-hooks","0ca"),exact:!0},{path:"/posts/project-mycorrhiza",component:p("/posts/project-mycorrhiza","0d8"),exact:!0},{path:"/posts/pull-from-upstream",component:p("/posts/pull-from-upstream","904"),exact:!0},{path:"/posts/release-field-handling",component:p("/posts/release-field-handling","fef"),exact:!0},{path:"/posts/specfile-introduction",component:p("/posts/specfile-introduction","c37"),exact:!0},{path:"/posts/tags",component:p("/posts/tags","3ad"),exact:!0},{path:"/posts/tags/2021",component:p("/posts/tags/2021","a42"),exact:!0},{path:"/posts/tags/2022",component:p("/posts/tags/2022","d6c"),exact:!0},{path:"/posts/tags/2024",component:p("/posts/tags/2024","e03"),exact:!0},{path:"/posts/tags/conference",component:p("/posts/tags/conference","b9e"),exact:!0},{path:"/posts/tags/configuration",component:p("/posts/tags/configuration","56b"),exact:!0},{path:"/posts/tags/copr",component:p("/posts/tags/copr","442"),exact:!0},{path:"/posts/tags/dashboard",component:p("/posts/tags/dashboard","d5b"),exact:!0},{path:"/posts/tags/downstream",component:p("/posts/tags/downstream","5b6"),exact:!0},{path:"/posts/tags/fas",component:p("/posts/tags/fas","195"),exact:!0},{path:"/posts/tags/fedora",component:p("/posts/tags/fedora","e72"),exact:!0},{path:"/posts/tags/flock",component:p("/posts/tags/flock","919"),exact:!0},{path:"/posts/tags/image-builder",component:p("/posts/tags/image-builder","aab"),exact:!0},{path:"/posts/tags/logs",component:p("/posts/tags/logs","359"),exact:!0},{path:"/posts/tags/monorepos",component:p("/posts/tags/monorepos","901"),exact:!0},{path:"/posts/tags/openscanhub",component:p("/posts/tags/openscanhub","088"),exact:!0},{path:"/posts/tags/project-mycorrhiza",component:p("/posts/tags/project-mycorrhiza","2f8"),exact:!0},{path:"/posts/tags/propose-downstream",component:p("/posts/tags/propose-downstream","605"),exact:!0},{path:"/posts/tags/pull-from-upstream",component:p("/posts/tags/pull-from-upstream","01a"),exact:!0},{path:"/posts/tags/sast",component:p("/posts/tags/sast","d46"),exact:!0},{path:"/posts/tags/shift-left",component:p("/posts/tags/shift-left","921"),exact:!0},{path:"/posts/tags/specfile",component:p("/posts/tags/specfile","dd1"),exact:!0},{path:"/posts/tags/srpm",component:p("/posts/tags/srpm","584"),exact:!0},{path:"/posts/tags/staging",component:p("/posts/tags/staging","207"),exact:!0},{path:"/posts/tags/summary",component:p("/posts/tags/summary","5fa"),exact:!0},{path:"/posts/tags/testing-farm",component:p("/posts/tags/testing-farm","1ad"),exact:!0},{path:"/posts/tags/ux",component:p("/posts/tags/ux","973"),exact:!0},{path:"/posts/tags/workflow",component:p("/posts/tags/workflow","9b6"),exact:!0},{path:"/posts/tags/yearly-features",component:p("/posts/tags/yearly-features","1e1"),exact:!0},{path:"/posts/tags/yearly-numbers",component:p("/posts/tags/yearly-numbers","30c"),exact:!0},{path:"/posts/testing-farm-triggering",component:p("/posts/testing-farm-triggering","916"),exact:!0},{path:"/posts/verify-sync-release-volunteers",component:p("/posts/verify-sync-release-volunteers","4c9"),exact:!0},{path:"/posts/weekly",component:p("/posts/weekly","efd"),exact:!0},{path:"/posts/weekly/2019",component:p("/posts/weekly/2019","b64"),exact:!0},{path:"/posts/weekly/2020",component:p("/posts/weekly/2020","8aa"),exact:!0},{path:"/posts/weekly/2021",component:p("/posts/weekly/2021","2e2"),exact:!0},{path:"/posts/weekly/2022",component:p("/posts/weekly/2022","a10"),exact:!0},{path:"/posts/weekly/2023/packit-workshop",component:p("/posts/weekly/2023/packit-workshop","c4b"),exact:!0},{path:"/posts/weekly/2023/week-31",component:p("/posts/weekly/2023/week-31","df2"),exact:!0},{path:"/posts/weekly/2023/week-32",component:p("/posts/weekly/2023/week-32","fdf"),exact:!0},{path:"/posts/weekly/2023/week-34",component:p("/posts/weekly/2023/week-34","c62"),exact:!0},{path:"/posts/weekly/2023/week-35",component:p("/posts/weekly/2023/week-35","161"),exact:!0},{path:"/posts/weekly/2023/week-36",component:p("/posts/weekly/2023/week-36","545"),exact:!0},{path:"/posts/weekly/2023/week-37",component:p("/posts/weekly/2023/week-37","5b4"),exact:!0},{path:"/posts/weekly/2023/week-38",component:p("/posts/weekly/2023/week-38","e0a"),exact:!0},{path:"/posts/weekly/2023/week-39",component:p("/posts/weekly/2023/week-39","c3a"),exact:!0},{path:"/posts/weekly/2023/week-40",component:p("/posts/weekly/2023/week-40","6eb"),exact:!0},{path:"/posts/weekly/2023/week-41",component:p("/posts/weekly/2023/week-41","a48"),exact:!0},{path:"/posts/weekly/2023/week-43",component:p("/posts/weekly/2023/week-43","1e2"),exact:!0},{path:"/posts/weekly/2023/week-44",component:p("/posts/weekly/2023/week-44","02a"),exact:!0},{path:"/posts/weekly/2023/week-45",component:p("/posts/weekly/2023/week-45","f2e"),exact:!0},{path:"/posts/weekly/2023/week-46",component:p("/posts/weekly/2023/week-46","22d"),exact:!0},{path:"/posts/weekly/2023/week-47",component:p("/posts/weekly/2023/week-47","c90"),exact:!0},{path:"/posts/weekly/2023/week-48",component:p("/posts/weekly/2023/week-48","229"),exact:!0},{path:"/posts/weekly/2023/week-49",component:p("/posts/weekly/2023/week-49","4cd"),exact:!0},{path:"/posts/weekly/2023/week-50",component:p("/posts/weekly/2023/week-50","482"),exact:!0},{path:"/posts/weekly/2023/week-52",component:p("/posts/weekly/2023/week-52","680"),exact:!0},{path:"/posts/weekly/2024/week-1",component:p("/posts/weekly/2024/week-1","5c6"),exact:!0},{path:"/posts/weekly/2024/week-10",component:p("/posts/weekly/2024/week-10","d3f"),exact:!0},{path:"/posts/weekly/2024/week-11",component:p("/posts/weekly/2024/week-11","b9b"),exact:!0},{path:"/posts/weekly/2024/week-12",component:p("/posts/weekly/2024/week-12","12a"),exact:!0},{path:"/posts/weekly/2024/week-13",component:p("/posts/weekly/2024/week-13","5cc"),exact:!0},{path:"/posts/weekly/2024/week-14",component:p("/posts/weekly/2024/week-14","9b2"),exact:!0},{path:"/posts/weekly/2024/week-15",component:p("/posts/weekly/2024/week-15","c96"),exact:!0},{path:"/posts/weekly/2024/week-16",component:p("/posts/weekly/2024/week-16","362"),exact:!0},{path:"/posts/weekly/2024/week-17",component:p("/posts/weekly/2024/week-17","266"),exact:!0},{path:"/posts/weekly/2024/week-18",component:p("/posts/weekly/2024/week-18","807"),exact:!0},{path:"/posts/weekly/2024/week-19",component:p("/posts/weekly/2024/week-19","169"),exact:!0},{path:"/posts/weekly/2024/week-2",component:p("/posts/weekly/2024/week-2","453"),exact:!0},{path:"/posts/weekly/2024/week-20",component:p("/posts/weekly/2024/week-20","0c4"),exact:!0},{path:"/posts/weekly/2024/week-21",component:p("/posts/weekly/2024/week-21","312"),exact:!0},{path:"/posts/weekly/2024/week-22",component:p("/posts/weekly/2024/week-22","23b"),exact:!0},{path:"/posts/weekly/2024/week-24",component:p("/posts/weekly/2024/week-24","9a2"),exact:!0},{path:"/posts/weekly/2024/week-25",component:p("/posts/weekly/2024/week-25","da9"),exact:!0},{path:"/posts/weekly/2024/week-26",component:p("/posts/weekly/2024/week-26","e76"),exact:!0},{path:"/posts/weekly/2024/week-27",component:p("/posts/weekly/2024/week-27","65d"),exact:!0},{path:"/posts/weekly/2024/week-28",component:p("/posts/weekly/2024/week-28","88c"),exact:!0},{path:"/posts/weekly/2024/week-29",component:p("/posts/weekly/2024/week-29","d74"),exact:!0},{path:"/posts/weekly/2024/week-3",component:p("/posts/weekly/2024/week-3","0e7"),exact:!0},{path:"/posts/weekly/2024/week-30",component:p("/posts/weekly/2024/week-30","277"),exact:!0},{path:"/posts/weekly/2024/week-31",component:p("/posts/weekly/2024/week-31","5c5"),exact:!0},{path:"/posts/weekly/2024/week-32",component:p("/posts/weekly/2024/week-32","667"),exact:!0},{path:"/posts/weekly/2024/week-33",component:p("/posts/weekly/2024/week-33","aac"),exact:!0},{path:"/posts/weekly/2024/week-34",component:p("/posts/weekly/2024/week-34","d80"),exact:!0},{path:"/posts/weekly/2024/week-36",component:p("/posts/weekly/2024/week-36","25c"),exact:!0},{path:"/posts/weekly/2024/week-37",component:p("/posts/weekly/2024/week-37","a75"),exact:!0},{path:"/posts/weekly/2024/week-38",component:p("/posts/weekly/2024/week-38","f36"),exact:!0},{path:"/posts/weekly/2024/week-39",component:p("/posts/weekly/2024/week-39","6cf"),exact:!0},{path:"/posts/weekly/2024/week-4",component:p("/posts/weekly/2024/week-4","c50"),exact:!0},{path:"/posts/weekly/2024/week-40",component:p("/posts/weekly/2024/week-40","458"),exact:!0},{path:"/posts/weekly/2024/week-41",component:p("/posts/weekly/2024/week-41","2af"),exact:!0},{path:"/posts/weekly/2024/week-42",component:p("/posts/weekly/2024/week-42","aa5"),exact:!0},{path:"/posts/weekly/2024/week-43",component:p("/posts/weekly/2024/week-43","680"),exact:!0},{path:"/posts/weekly/2024/week-44",component:p("/posts/weekly/2024/week-44","133"),exact:!0},{path:"/posts/weekly/2024/week-45",component:p("/posts/weekly/2024/week-45","b9e"),exact:!0},{path:"/posts/weekly/2024/week-46",component:p("/posts/weekly/2024/week-46","972"),exact:!0},{path:"/posts/weekly/2024/week-47",component:p("/posts/weekly/2024/week-47","cf7"),exact:!0},{path:"/posts/weekly/2024/week-48",component:p("/posts/weekly/2024/week-48","91e"),exact:!0},{path:"/posts/weekly/2024/week-5",component:p("/posts/weekly/2024/week-5","ebb"),exact:!0},{path:"/posts/weekly/2024/week-6",component:p("/posts/weekly/2024/week-6","32f"),exact:!0},{path:"/posts/weekly/2024/week-7",component:p("/posts/weekly/2024/week-7","b45"),exact:!0},{path:"/posts/weekly/2024/week-8",component:p("/posts/weekly/2024/week-8","1b6"),exact:!0},{path:"/posts/weekly/2024/week-9",component:p("/posts/weekly/2024/week-9","420"),exact:!0},{path:"/posts/weekly/April-2023",component:p("/posts/weekly/April-2023","bbe"),exact:!0},{path:"/posts/weekly/archive",component:p("/posts/weekly/archive","6ab"),exact:!0},{path:"/posts/weekly/February-2023",component:p("/posts/weekly/February-2023","606"),exact:!0},{path:"/posts/weekly/January-2023",component:p("/posts/weekly/January-2023","80a"),exact:!0},{path:"/posts/weekly/July-2023",component:p("/posts/weekly/July-2023","f47"),exact:!0},{path:"/posts/weekly/June-2023",component:p("/posts/weekly/June-2023","b0e"),exact:!0},{path:"/posts/weekly/March-2023",component:p("/posts/weekly/March-2023","c0d"),exact:!0},{path:"/posts/weekly/May-2023",component:p("/posts/weekly/May-2023","755"),exact:!0},{path:"/posts/weekly/page/2",component:p("/posts/weekly/page/2","e7a"),exact:!0},{path:"/posts/weekly/page/3",component:p("/posts/weekly/page/3","a40"),exact:!0},{path:"/posts/weekly/page/4",component:p("/posts/weekly/page/4","f7d"),exact:!0},{path:"/posts/weekly/page/5",component:p("/posts/weekly/page/5","ea7"),exact:!0},{path:"/posts/weekly/page/6",component:p("/posts/weekly/page/6","88b"),exact:!0},{path:"/posts/weekly/page/7",component:p("/posts/weekly/page/7","bbc"),exact:!0},{path:"/posts/weekly/page/8",component:p("/posts/weekly/page/8","349"),exact:!0},{path:"/posts/weekly/tags",component:p("/posts/weekly/tags","ad3"),exact:!0},{path:"/posts/weekly/tags/2019",component:p("/posts/weekly/tags/2019","ac2"),exact:!0},{path:"/posts/weekly/tags/2020",component:p("/posts/weekly/tags/2020","dc2"),exact:!0},{path:"/posts/weekly/tags/2021",component:p("/posts/weekly/tags/2021","361"),exact:!0},{path:"/posts/weekly/tags/2022",component:p("/posts/weekly/tags/2022","00e"),exact:!0},{path:"/posts/weekly/tags/2023",component:p("/posts/weekly/tags/2023","315"),exact:!0},{path:"/posts/weekly/tags/2023-august",component:p("/posts/weekly/tags/2023-august","95c"),exact:!0},{path:"/posts/weekly/tags/2023-december",component:p("/posts/weekly/tags/2023-december","421"),exact:!0},{path:"/posts/weekly/tags/2023-november",component:p("/posts/weekly/tags/2023-november","c66"),exact:!0},{path:"/posts/weekly/tags/2023-october",component:p("/posts/weekly/tags/2023-october","3da"),exact:!0},{path:"/posts/weekly/tags/2023-september",component:p("/posts/weekly/tags/2023-september","843"),exact:!0},{path:"/posts/weekly/tags/2023/page/2",component:p("/posts/weekly/tags/2023/page/2","b08"),exact:!0},{path:"/posts/weekly/tags/2023/page/3",component:p("/posts/weekly/tags/2023/page/3","e8e"),exact:!0},{path:"/posts/weekly/tags/2024",component:p("/posts/weekly/tags/2024","1dd"),exact:!0},{path:"/posts/weekly/tags/2024-april",component:p("/posts/weekly/tags/2024-april","3c4"),exact:!0},{path:"/posts/weekly/tags/2024-august",component:p("/posts/weekly/tags/2024-august","3aa"),exact:!0},{path:"/posts/weekly/tags/2024-february",component:p("/posts/weekly/tags/2024-february","95f"),exact:!0},{path:"/posts/weekly/tags/2024-january",component:p("/posts/weekly/tags/2024-january","495"),exact:!0},{path:"/posts/weekly/tags/2024-july",component:p("/posts/weekly/tags/2024-july","00f"),exact:!0},{path:"/posts/weekly/tags/2024-june",component:p("/posts/weekly/tags/2024-june","14b"),exact:!0},{path:"/posts/weekly/tags/2024-march",component:p("/posts/weekly/tags/2024-march","4c6"),exact:!0},{path:"/posts/weekly/tags/2024-may",component:p("/posts/weekly/tags/2024-may","060"),exact:!0},{path:"/posts/weekly/tags/2024-november",component:p("/posts/weekly/tags/2024-november","f4c"),exact:!0},{path:"/posts/weekly/tags/2024-october",component:p("/posts/weekly/tags/2024-october","235"),exact:!0},{path:"/posts/weekly/tags/2024-september",component:p("/posts/weekly/tags/2024-september","72a"),exact:!0},{path:"/posts/weekly/tags/2024/page/2",component:p("/posts/weekly/tags/2024/page/2","0cc"),exact:!0},{path:"/posts/weekly/tags/2024/page/3",component:p("/posts/weekly/tags/2024/page/3","22a"),exact:!0},{path:"/posts/weekly/tags/2024/page/4",component:p("/posts/weekly/tags/2024/page/4","319"),exact:!0},{path:"/posts/weekly/tags/2024/page/5",component:p("/posts/weekly/tags/2024/page/5","f88"),exact:!0},{path:"/posts/weekly/tags/april",component:p("/posts/weekly/tags/april","776"),exact:!0},{path:"/posts/weekly/tags/august",component:p("/posts/weekly/tags/august","503"),exact:!0},{path:"/posts/weekly/tags/december",component:p("/posts/weekly/tags/december","d74"),exact:!0},{path:"/posts/weekly/tags/february",component:p("/posts/weekly/tags/february","20a"),exact:!0},{path:"/posts/weekly/tags/january",component:p("/posts/weekly/tags/january","dfd"),exact:!0},{path:"/posts/weekly/tags/july",component:p("/posts/weekly/tags/july","989"),exact:!0},{path:"/posts/weekly/tags/june",component:p("/posts/weekly/tags/june","9b9"),exact:!0},{path:"/posts/weekly/tags/march",component:p("/posts/weekly/tags/march","066"),exact:!0},{path:"/posts/weekly/tags/may",component:p("/posts/weekly/tags/may","fc3"),exact:!0},{path:"/posts/weekly/tags/november",component:p("/posts/weekly/tags/november","3c5"),exact:!0},{path:"/posts/weekly/tags/october",component:p("/posts/weekly/tags/october","ffd"),exact:!0},{path:"/posts/weekly/tags/september",component:p("/posts/weekly/tags/september","951"),exact:!0},{path:"/search",component:p("/search","a40"),exact:!0},{path:"/usage",component:p("/usage","e6d"),exact:!0},{path:"/agile",component:p("/agile","b40"),routes:[{path:"/agile",component:p("/agile","c4c"),exact:!0,sidebar:"autogenerated"},{path:"/agile/weekly-roles",component:p("/agile/weekly-roles","bfa"),exact:!0,sidebar:"autogenerated"}]},{path:"/deployment",component:p("/deployment","eff"),routes:[{path:"/deployment",component:p("/deployment","905"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/category/deployment-specifics",component:p("/deployment/category/deployment-specifics","144"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/continuous-deployment",component:p("/deployment/continuous-deployment","63e"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/images",component:p("/deployment/images","9e8"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/internal_tf",component:p("/deployment/internal_tf","0fa"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/monitoring",component:p("/deployment/monitoring","ff6"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/monitoring/logs",component:p("/deployment/monitoring/logs","fde"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/openshift_local_cluster",component:p("/deployment/openshift_local_cluster","e25"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/postgresql",component:p("/deployment/postgresql","815"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/resource-requirements",component:p("/deployment/resource-requirements","fef"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/scripts",component:p("/deployment/scripts","b62"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/secrets",component:p("/deployment/secrets","bdf"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/specifics/centos-stream-source-git",component:p("/deployment/specifics/centos-stream-source-git","2a2"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/specifics/clusters",component:p("/deployment/specifics/clusters","7d6"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/specifics/fedora-source-git",component:p("/deployment/specifics/fedora-source-git","e16"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/specifics/packit-service",component:p("/deployment/specifics/packit-service","d84"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/specifics/redict",component:p("/deployment/specifics/redict","718"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/testing-changes",component:p("/deployment/testing-changes","65b"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/tls-certs",component:p("/deployment/tls-certs","cd0"),exact:!0,sidebar:"autogenerated"},{path:"/deployment/vars",component:p("/deployment/vars","799"),exact:!0,sidebar:"autogenerated"}]},{path:"/development",component:p("/development","b6a"),routes:[{path:"/development",component:p("/development","ce2"),exact:!0,sidebar:"autogenerated"},{path:"/development/creating-stream-9-repos",component:p("/development/creating-stream-9-repos","17d"),exact:!0,sidebar:"autogenerated"},{path:"/development/how-open-is-this-service",component:p("/development/how-open-is-this-service","ff0"),exact:!0,sidebar:"autogenerated"},{path:"/development/patch-metadata",component:p("/development/patch-metadata","eb2"),exact:!0,sidebar:"autogenerated"}]},{path:"/docs",component:p("/docs","33c"),routes:[{path:"/docs",component:p("/docs","e83"),exact:!0,sidebar:"autogenerated"},{path:"/docs/about",component:p("/docs/about","db0"),exact:!0,sidebar:"autogenerated"},{path:"/docs/archive-not-matching-git",component:p("/docs/archive-not-matching-git","de1"),exact:!0,sidebar:"autogenerated"},{path:"/docs/category/dist-git",component:p("/docs/category/dist-git","ef4"),exact:!0,sidebar:"autogenerated"},{path:"/docs/category/downstream-jobs",component:p("/docs/category/downstream-jobs","dc0"),exact:!0,sidebar:"autogenerated"},{path:"/docs/category/source-git",component:p("/docs/category/source-git","854"),exact:!0,sidebar:"autogenerated"},{path:"/docs/category/upstream-jobs",component:p("/docs/category/upstream-jobs","afa"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli",component:p("/docs/cli","52c"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/build",component:p("/docs/cli/build","a28"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/build/in-copr",component:p("/docs/cli/build/in-copr","9b6"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/build/in-image-builder",component:p("/docs/cli/build/in-image-builder","cd6"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/build/in-koji",component:p("/docs/cli/build/in-koji","48f"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/build/in-mock",component:p("/docs/cli/build/in-mock","23a"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/build/locally",component:p("/docs/cli/build/locally","33d"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/create-update",component:p("/docs/cli/create-update","e84"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/dist-git/init",component:p("/docs/cli/dist-git/init","104"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/init",component:p("/docs/cli/init","ec0"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/prepare-sources",component:p("/docs/cli/prepare-sources","4d7"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/propose-downstream",component:p("/docs/cli/propose-downstream","7c9"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/pull-from-upstream",component:p("/docs/cli/pull-from-upstream","64b"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/push-updates",component:p("/docs/cli/push-updates","fe6"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/scan-in-osh",component:p("/docs/cli/scan-in-osh","98b"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/source-git/init",component:p("/docs/cli/source-git/init","fbf"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/source-git/status",component:p("/docs/cli/source-git/status","447"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/source-git/update-dist-git",component:p("/docs/cli/source-git/update-dist-git","54a"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/source-git/update-source-git",component:p("/docs/cli/source-git/update-source-git","715"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/srpm",component:p("/docs/cli/srpm","708"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/status",component:p("/docs/cli/status","c40"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/sync-from-downstream",component:p("/docs/cli/sync-from-downstream","135"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cli/validate-config",component:p("/docs/cli/validate-config","5e9"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration",component:p("/docs/configuration","399"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/actions",component:p("/docs/configuration/actions","fba"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/downstream_configuration_template",component:p("/docs/configuration/downstream_configuration_template","664"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/downstream/bodhi_update",component:p("/docs/configuration/downstream/bodhi_update","3c9"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/downstream/koji_build",component:p("/docs/configuration/downstream/koji_build","2e5"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/downstream/pull_from_upstream",component:p("/docs/configuration/downstream/pull_from_upstream","6af"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/examples",component:p("/docs/configuration/examples","801"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/jobs",component:p("/docs/configuration/jobs","439"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/upstream/copr_build",component:p("/docs/configuration/upstream/copr_build","a9e"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/upstream/propose_downstream",component:p("/docs/configuration/upstream/propose_downstream","778"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/upstream/tests",component:p("/docs/configuration/upstream/tests","9a7"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/upstream/upstream_koji_build",component:p("/docs/configuration/upstream/upstream_koji_build","5b2"),exact:!0,sidebar:"autogenerated"},{path:"/docs/configuration/upstream/vm_image_build",component:p("/docs/configuration/upstream/vm_image_build","bb3"),exact:!0,sidebar:"autogenerated"},{path:"/docs/cross-project-testing",component:p("/docs/cross-project-testing","422"),exact:!0,sidebar:"autogenerated"},{path:"/docs/faq",component:p("/docs/faq","aa9"),exact:!0,sidebar:"autogenerated"},{path:"/docs/fedora-releases-guide",component:p("/docs/fedora-releases-guide","3e5"),exact:!0,sidebar:"autogenerated"},{path:"/docs/fedora-releases-guide/dist-git-onboarding",component:p("/docs/fedora-releases-guide/dist-git-onboarding","bca"),exact:!0,sidebar:"autogenerated"},{path:"/docs/fedora-releases-guide/non-divergent-dist-git-branches",component:p("/docs/fedora-releases-guide/non-divergent-dist-git-branches","97c"),exact:!0,sidebar:"autogenerated"},{path:"/docs/fedora-releases-guide/releasing-multiple-packages",component:p("/docs/fedora-releases-guide/releasing-multiple-packages","b75"),exact:!0,sidebar:"autogenerated"},{path:"/docs/guide",component:p("/docs/guide","647"),exact:!0,sidebar:"autogenerated"},{path:"/docs/pre-releases",component:p("/docs/pre-releases","da8"),exact:!0,sidebar:"autogenerated"},{path:"/docs/reproduce-locally",component:p("/docs/reproduce-locally","58c"),exact:!0,sidebar:"autogenerated"},{path:"/docs/service-level-objectives",component:p("/docs/service-level-objectives","086"),exact:!0,sidebar:"autogenerated"},{path:"/docs/workshops-materials",component:p("/docs/workshops-materials","b17"),exact:!0,sidebar:"autogenerated"}]},{path:"/research",component:p("/research","5b4"),routes:[{path:"/research",component:p("/research","0a8"),exact:!0,sidebar:"autogenerated"},{path:"/research/automation-tools",component:p("/research/automation-tools","15b"),exact:!0,sidebar:"autogenerated"},{path:"/research/automation-tools/dlrn",component:p("/research/automation-tools/dlrn","5be"),exact:!0,sidebar:"autogenerated"},{path:"/research/automation-tools/rdopkg",component:p("/research/automation-tools/rdopkg","436"),exact:!0,sidebar:"autogenerated"},{path:"/research/automation-tools/rpkg",component:p("/research/automation-tools/rpkg","221"),exact:!0,sidebar:"autogenerated"},{path:"/research/automation-tools/rpkg-util",component:p("/research/automation-tools/rpkg-util","fa6"),exact:!0,sidebar:"autogenerated"},{path:"/research/automation-tools/tito",component:p("/research/automation-tools/tito","15c"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/automation-of-internal-processes",component:p("/research/category/automation-of-internal-processes","ce2"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/celery",component:p("/research/category/celery","70f"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/database",component:p("/research/category/database","bc2"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/deployment",component:p("/research/category/deployment","cf2"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/integrations",component:p("/research/category/integrations","832"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/specfiles",component:p("/research/category/specfiles","080"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/testing",component:p("/research/category/testing","1c6"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/user-experience",component:p("/research/category/user-experience","e80"),exact:!0,sidebar:"autogenerated"},{path:"/research/category/user-interface",component:p("/research/category/user-interface","66e"),exact:!0,sidebar:"autogenerated"},{path:"/research/celery/task-workflow-refactor",component:p("/research/celery/task-workflow-refactor","5fe"),exact:!0,sidebar:"autogenerated"},{path:"/research/celery/tasks-prioritizing",component:p("/research/celery/tasks-prioritizing","dab"),exact:!0,sidebar:"autogenerated"},{path:"/research/database/composite-types",component:p("/research/database/composite-types","638"),exact:!0,sidebar:"autogenerated"},{path:"/research/database/data-stores",component:p("/research/database/data-stores","1ce"),exact:!0,sidebar:"autogenerated"},{path:"/research/database/postgres-views",component:p("/research/database/postgres-views","cb4"),exact:!0,sidebar:"autogenerated"},{path:"/research/database/refactoring_project_events_and_commit_sha",component:p("/research/database/refactoring_project_events_and_commit_sha","0c2"),exact:!0,sidebar:"autogenerated"},{path:"/research/database/refresh",component:p("/research/database/refresh","b0d"),exact:!0,sidebar:"autogenerated"},{path:"/research/database/whats-in-production-database",component:p("/research/database/whats-in-production-database","f9c"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/automation-for-stable-branches",component:p("/research/deployment/automation-for-stable-branches","951"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/automotive-rosa",component:p("/research/deployment/automotive-rosa","756"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/deploy-packit-pr",component:p("/research/deployment/deploy-packit-pr","1c8"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/deployment-improvements",component:p("/research/deployment/deployment-improvements","baa"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/distributed-workers",component:p("/research/deployment/distributed-workers","235"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/distributed-workers/AWS-SQS-RDS",component:p("/research/deployment/distributed-workers/AWS-SQS-RDS","e84"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/verification",component:p("/research/deployment/verification","eb0"),exact:!0,sidebar:"autogenerated"},{path:"/research/deployment/workers-scaling",component:p("/research/deployment/workers-scaling","832"),exact:!0,sidebar:"autogenerated"},{path:"/research/deprecation",component:p("/research/deprecation","9d3"),exact:!0,sidebar:"autogenerated"},{path:"/research/fedora-packages-onboarding",component:p("/research/fedora-packages-onboarding","43d"),exact:!0,sidebar:"autogenerated"},{path:"/research/git-notes",component:p("/research/git-notes","fe9"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/building-srpm-in-copr",component:p("/research/integrations/building-srpm-in-copr","1e9"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/building-srpm-in-copr/september-2022",component:p("/research/integrations/building-srpm-in-copr/september-2022","35b"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/console",component:p("/research/integrations/console","2f8"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/downstream",component:p("/research/integrations/downstream","bdb"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/fedora-ci",component:p("/research/integrations/fedora-ci","7e3"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/gitlab",component:p("/research/integrations/gitlab","bb6"),exact:!0,sidebar:"autogenerated"},{path:"/research/integrations/image-builder",component:p("/research/integrations/image-builder","4d2"),exact:!0,sidebar:"autogenerated"},{path:"/research/internal-automation/cert-management",component:p("/research/internal-automation/cert-management","2b5"),exact:!0,sidebar:"autogenerated"},{path:"/research/internal-automation/onboard",component:p("/research/internal-automation/onboard","b6c"),exact:!0,sidebar:"autogenerated"},{path:"/research/internal-automation/onboard/status",component:p("/research/internal-automation/onboard/status","3c5"),exact:!0,sidebar:"autogenerated"},{path:"/research/internal-automation/sync2jira",component:p("/research/internal-automation/sync2jira","59f"),exact:!0,sidebar:"autogenerated"},{path:"/research/job_referencing",component:p("/research/job_referencing","f71"),exact:!0,sidebar:"autogenerated"},{path:"/research/making-decisions",component:p("/research/making-decisions","ef6"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring",component:p("/research/monitoring","a55"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/adoption-metrics",component:p("/research/monitoring/adoption-metrics","8ba"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/adoption-metrics/define-adoption-metrics",component:p("/research/monitoring/adoption-metrics/define-adoption-metrics","0a8"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/adoption-metrics/implementation",component:p("/research/monitoring/adoption-metrics/implementation","d5e"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/error-budgets",component:p("/research/monitoring/error-budgets","326"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/error-budgets/SLOs-SLIs",component:p("/research/monitoring/error-budgets/SLOs-SLIs","34b"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/error-budgets/users-expectations",component:p("/research/monitoring/error-budgets/users-expectations","5f0"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/github-api-call-inventory",component:p("/research/monitoring/github-api-call-inventory","0f3"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/logs-aggregation",component:p("/research/monitoring/logs-aggregation","83b"),exact:!0,sidebar:"autogenerated"},{path:"/research/monitoring/metrics",component:p("/research/monitoring/metrics","af4"),exact:!0,sidebar:"autogenerated"},{path:"/research/monorepo-support",component:p("/research/monorepo-support","0ec"),exact:!0,sidebar:"autogenerated"},{path:"/research/monorepo-support/refactoring",component:p("/research/monorepo-support/refactoring","408"),exact:!0,sidebar:"autogenerated"},{path:"/research/outages",component:p("/research/outages","119"),exact:!0,sidebar:"autogenerated"},{path:"/research/outages/reporting",component:p("/research/outages/reporting","b14"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git",component:p("/research/source-git","d03"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/customize-update-dist-git",component:p("/research/source-git/customize-update-dist-git","96b"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/dist-git-to-src-git",component:p("/research/source-git/dist-git-to-src-git","bae"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/dist-git-to-src-git/updates",component:p("/research/source-git/dist-git-to-src-git/updates","8be"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/fedora-spec-files",component:p("/research/source-git/fedora-spec-files","cd7"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/in-zuul",component:p("/research/source-git/in-zuul","0ad"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/on-pagure",component:p("/research/source-git/on-pagure","11a"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/split-the-stream",component:p("/research/source-git/split-the-stream","7b0"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/sync-status",component:p("/research/source-git/sync-status","7c2"),exact:!0,sidebar:"autogenerated"},{path:"/research/source-git/update",component:p("/research/source-git/update","01b"),exact:!0,sidebar:"autogenerated"},{path:"/research/specfiles/hosting-sources",component:p("/research/specfiles/hosting-sources","0f0"),exact:!0,sidebar:"autogenerated"},{path:"/research/specfiles/library-requirements",component:p("/research/specfiles/library-requirements","2b9"),exact:!0,sidebar:"autogenerated"},{path:"/research/specfiles/packages-with-patches",component:p("/research/specfiles/packages-with-patches","ac7"),exact:!0,sidebar:"autogenerated"},{path:"/research/testing/external-testing",component:p("/research/testing/external-testing","eb2"),exact:!0,sidebar:"autogenerated"},{path:"/research/testing/openshift-to-podman-kube-play",component:p("/research/testing/openshift-to-podman-kube-play","aab"),exact:!0,sidebar:"autogenerated"},{path:"/research/testing/openshift-zuul-test-alternatives",component:p("/research/testing/openshift-zuul-test-alternatives","11e"),exact:!0,sidebar:"autogenerated"},{path:"/research/testing/zuul",component:p("/research/testing/zuul","5ec"),exact:!0,sidebar:"autogenerated"},{path:"/research/ui/dashboard",component:p("/research/ui/dashboard","99a"),exact:!0,sidebar:"autogenerated"},{path:"/research/ui/dashboard/dashboard-improvements",component:p("/research/ui/dashboard/dashboard-improvements","257"),exact:!0,sidebar:"autogenerated"},{path:"/research/ui/dashboard/oauth",component:p("/research/ui/dashboard/oauth","de4"),exact:!0,sidebar:"autogenerated"},{path:"/research/ui/website-improvements",component:p("/research/ui/website-improvements","492"),exact:!0,sidebar:"autogenerated"},{path:"/research/user-stories",component:p("/research/user-stories","998"),exact:!0,sidebar:"autogenerated"},{path:"/research/user-stories/python_project_from_scratch",component:p("/research/user-stories/python_project_from_scratch","1d0"),exact:!0,sidebar:"autogenerated"},{path:"/research/user-stories/summit-demo",component:p("/research/user-stories/summit-demo","ec7"),exact:!0,sidebar:"autogenerated"},{path:"/research/user-stories/tests-builds-from-more-prs",component:p("/research/user-stories/tests-builds-from-more-prs","125"),exact:!0,sidebar:"autogenerated"},{path:"/research/ux/automatic-config-updates",component:p("/research/ux/automatic-config-updates","491"),exact:!0,sidebar:"autogenerated"},{path:"/research/ux/configuration-versioning",component:p("/research/ux/configuration-versioning","211"),exact:!0,sidebar:"autogenerated"},{path:"/research/ux/improve-service-processing",component:p("/research/ux/improve-service-processing","361"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines",component:p("/research/workflow-engines","fb7"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines/airflow",component:p("/research/workflow-engines/airflow","00a"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines/argo-workflows",component:p("/research/workflow-engines/argo-workflows","3a0"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines/celery-canvas",component:p("/research/workflow-engines/celery-canvas","59d"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines/prefect",component:p("/research/workflow-engines/prefect","962"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines/selinon",component:p("/research/workflow-engines/selinon","e59"),exact:!0,sidebar:"autogenerated"},{path:"/research/workflow-engines/temporal",component:p("/research/workflow-engines/temporal","193"),exact:!0,sidebar:"autogenerated"}]},{path:"/source-git",component:p("/source-git","96c"),routes:[{path:"/source-git",component:p("/source-git","baa"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/design",component:p("/source-git/design","4f6"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/shutdown",component:p("/source-git/shutdown","fee"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/status",component:p("/source-git/status","aa6"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git",component:p("/source-git/work-with-source-git","ce0"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/build-locally",component:p("/source-git/work-with-source-git/build-locally","765"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/control-patch-generation",component:p("/source-git/work-with-source-git/control-patch-generation","330"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/create-source-git",component:p("/source-git/work-with-source-git/create-source-git","561"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/fix-diverged-history",component:p("/source-git/work-with-source-git/fix-diverged-history","adc"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/propose-to-dist-git",component:p("/source-git/work-with-source-git/propose-to-dist-git","462"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/pull-upstream-fixes",component:p("/source-git/work-with-source-git/pull-upstream-fixes","9f7"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/sync-from-dist-git",component:p("/source-git/work-with-source-git/sync-from-dist-git","fab"),exact:!0,sidebar:"autogenerated"},{path:"/source-git/work-with-source-git/update-spec",component:p("/source-git/work-with-source-git/update-spec","044"),exact:!0,sidebar:"autogenerated"}]},{path:"/specfile",component:p("/specfile","206"),routes:[{path:"/specfile",component:p("/specfile","c72"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile",component:p("/specfile/api/specfile","9b2"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/changelog",component:p("/specfile/api/specfile/changelog","c46"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/conditions",component:p("/specfile/api/specfile/conditions","1ed"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/context_management",component:p("/specfile/api/specfile/context_management","83f"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/exceptions",component:p("/specfile/api/specfile/exceptions","57a"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/formatter",component:p("/specfile/api/specfile/formatter","b78"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/macro_definitions",component:p("/specfile/api/specfile/macro_definitions","147"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/macros",component:p("/specfile/api/specfile/macros","9f7"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/options",component:p("/specfile/api/specfile/options","8ea"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/prep",component:p("/specfile/api/specfile/prep","b38"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/sections",component:p("/specfile/api/specfile/sections","310"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/sourcelist",component:p("/specfile/api/specfile/sourcelist","322"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/sources",component:p("/specfile/api/specfile/sources","89e"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/spec_parser",component:p("/specfile/api/specfile/spec_parser","7d3"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/tags",component:p("/specfile/api/specfile/tags","8d1"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/utils",component:p("/specfile/api/specfile/utils","e5e"),exact:!0,sidebar:"autogenerated"},{path:"/specfile/api/specfile/value_parser",component:p("/specfile/api/specfile/value_parser","eb3"),exact:!0,sidebar:"autogenerated"}]},{path:"/",component:p("/","6cd"),exact:!0},{path:"*",component:p("*")}]},98934:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,t:()=>o});var a=n(67294);const r=a.createContext(!1);function o(e){let{children:t}=e;const[n,o]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{o(!0)}),[]),a.createElement(r.Provider,{value:n},t)}},49383:(e,t,n)=>{"use strict";var a=n(67294),r=n(73935),o=n(73727),i=n(70405),s=n(10412);const c=[n(32497),n(3310),n(18320),n(52295)];var l=n(723),u=n(16550),d=n(18790);function p(e){let{children:t}=e;return a.createElement(a.Fragment,null,t)}var f=n(87462),m=n(35742),g=n(52263),h=n(44996),b=n(86668),y=n(10833),w=n(94711),k=n(19727),v=n(43320),_=n(90197);function x(){const{i18n:{defaultLocale:e,localeConfigs:t}}=(0,g.Z)(),n=(0,w.l)();return a.createElement(m.Z,null,Object.entries(t).map((e=>{let[t,{htmlLang:r}]=e;return a.createElement("link",{key:t,rel:"alternate",href:n.createUrl({locale:t,fullyQualified:!0}),hrefLang:r})})),a.createElement("link",{rel:"alternate",href:n.createUrl({locale:e,fullyQualified:!0}),hrefLang:"x-default"}))}function E(e){let{permalink:t}=e;const{siteConfig:{url:n}}=(0,g.Z)(),r=function(){const{siteConfig:{url:e}}=(0,g.Z)(),{pathname:t}=(0,u.TH)();return e+(0,h.Z)(t)}(),o=t?`${n}${t}`:r;return a.createElement(m.Z,null,a.createElement("meta",{property:"og:url",content:o}),a.createElement("link",{rel:"canonical",href:o}))}function S(){const{i18n:{currentLocale:e}}=(0,g.Z)(),{metadata:t,image:n}=(0,b.L)();return a.createElement(a.Fragment,null,a.createElement(m.Z,null,a.createElement("meta",{name:"twitter:card",content:"summary_large_image"}),a.createElement("body",{className:k.h})),n&&a.createElement(y.d,{image:n}),a.createElement(E,null),a.createElement(x,null),a.createElement(_.Z,{tag:v.HX,locale:e}),a.createElement(m.Z,null,t.map(((e,t)=>a.createElement("meta",(0,f.Z)({key:t},e))))))}const C=new Map;function T(e){if(C.has(e.pathname))return{...e,pathname:C.get(e.pathname)};if((0,d.f)(l.Z,e.pathname).some((e=>{let{route:t}=e;return!0===t.exact})))return C.set(e.pathname,e.pathname),e;const t=e.pathname.trim().replace(/(?:\/index)?\.html$/,"")||"/";return C.set(e.pathname,t),{...e,pathname:t}}var A=n(98934),L=n(58940);function P(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),a=1;a{const a=t.default?.[e]??t[e];return a?.(...n)}));return()=>r.forEach((e=>e?.()))}const R=function(e){let{children:t,location:n,previousLocation:r}=e;return(0,a.useLayoutEffect)((()=>{r!==n&&(!function(e){let{location:t,previousLocation:n}=e;if(!n)return;const a=t.pathname===n.pathname,r=t.hash===n.hash,o=t.search===n.search;if(a&&r&&!o)return;const{hash:i}=t;if(i){const e=decodeURIComponent(i.substring(1)),t=document.getElementById(e);t?.scrollIntoView()}else window.scrollTo(0,0)}({location:n,previousLocation:r}),P("onRouteDidUpdate",{previousLocation:r,location:n}))}),[r,n]),t};function j(e){const t=Array.from(new Set([e,decodeURI(e)])).map((e=>(0,d.f)(l.Z,e))).flat();return Promise.all(t.map((e=>e.route.component.preload?.())))}class N extends a.Component{previousLocation;routeUpdateCleanupCb;constructor(e){super(e),this.previousLocation=null,this.routeUpdateCleanupCb=s.Z.canUseDOM?P("onRouteUpdate",{previousLocation:null,location:this.props.location}):()=>{},this.state={nextRouteHasLoaded:!0}}shouldComponentUpdate(e,t){if(e.location===this.props.location)return t.nextRouteHasLoaded;const n=e.location;return this.previousLocation=this.props.location,this.setState({nextRouteHasLoaded:!1}),this.routeUpdateCleanupCb=P("onRouteUpdate",{previousLocation:this.previousLocation,location:n}),j(n.pathname).then((()=>{this.routeUpdateCleanupCb(),this.setState({nextRouteHasLoaded:!0})})).catch((e=>{console.warn(e),window.location.reload()})),!1}render(){const{children:e,location:t}=this.props;return a.createElement(R,{previousLocation:this.previousLocation,location:t},a.createElement(u.AW,{location:t,render:()=>e}))}}const O=N,I="__docusaurus-base-url-issue-banner-container",M="__docusaurus-base-url-issue-banner",D="__docusaurus-base-url-issue-banner-suggestion-container",B="__DOCUSAURUS_INSERT_BASEURL_BANNER";function F(e){return`\nwindow['${B}'] = true;\n\ndocument.addEventListener('DOMContentLoaded', maybeInsertBanner);\n\nfunction maybeInsertBanner() {\n var shouldInsert = window['${B}'];\n shouldInsert && insertBanner();\n}\n\nfunction insertBanner() {\n var bannerContainer = document.getElementById('${I}');\n if (!bannerContainer) {\n return;\n }\n var bannerHtml = ${JSON.stringify(function(e){return`\n
\n

Your Docusaurus site did not load properly.

\n

A very common reason is a wrong site baseUrl configuration.

\n

Current configured baseUrl = ${e} ${"/"===e?" (default value)":""}

\n

We suggest trying baseUrl =

\n
\n`}(e)).replace(/{window[B]=!1}),[]),a.createElement(a.Fragment,null,!s.Z.canUseDOM&&a.createElement(m.Z,null,a.createElement("script",null,F(e))),a.createElement("div",{id:I}))}function U(){const{siteConfig:{baseUrl:e,baseUrlIssueBanner:t}}=(0,g.Z)(),{pathname:n}=(0,u.TH)();return t&&n===e?a.createElement(z,null):null}function $(){const{siteConfig:{favicon:e,title:t,noIndex:n},i18n:{currentLocale:r,localeConfigs:o}}=(0,g.Z)(),i=(0,h.Z)(e),{htmlLang:s,direction:c}=o[r];return a.createElement(m.Z,null,a.createElement("html",{lang:s,dir:c}),a.createElement("title",null,t),a.createElement("meta",{property:"og:title",content:t}),a.createElement("meta",{name:"viewport",content:"width=device-width, initial-scale=1.0"}),n&&a.createElement("meta",{name:"robots",content:"noindex, nofollow"}),e&&a.createElement("link",{rel:"icon",href:i}))}var q=n(44763);function G(){const e=(0,d.H)(l.Z),t=(0,u.TH)();return a.createElement(q.Z,null,a.createElement(L.M,null,a.createElement(A.t,null,a.createElement(p,null,a.createElement($,null),a.createElement(S,null),a.createElement(U,null),a.createElement(O,{location:T(t)},e)))))}var H=n(16887);const Z=function(e){try{return document.createElement("link").relList.supports(e)}catch{return!1}}("prefetch")?function(e){return new Promise(((t,n)=>{if("undefined"==typeof document)return void n();const a=document.createElement("link");a.setAttribute("rel","prefetch"),a.setAttribute("href",e),a.onload=()=>t(),a.onerror=()=>n();const r=document.getElementsByTagName("head")[0]??document.getElementsByName("script")[0]?.parentNode;r?.appendChild(a)}))}:function(e){return new Promise(((t,n)=>{const a=new XMLHttpRequest;a.open("GET",e,!0),a.withCredentials=!0,a.onload=()=>{200===a.status?t():n()},a.send(null)}))};var V=n(99670);const W=new Set,K=new Set,Y=()=>navigator.connection?.effectiveType.includes("2g")||navigator.connection?.saveData,Q={prefetch(e){if(!(e=>!Y()&&!K.has(e)&&!W.has(e))(e))return!1;W.add(e);const t=(0,d.f)(l.Z,e).flatMap((e=>{return t=e.route.path,Object.entries(H).filter((e=>{let[n]=e;return n.replace(/-[^-]+$/,"")===t})).flatMap((e=>{let[,t]=e;return Object.values((0,V.Z)(t))}));var t}));return Promise.all(t.map((e=>{const t=n.gca(e);return t&&!t.includes("undefined")?Z(t).catch((()=>{})):Promise.resolve()})))},preload:e=>!!(e=>!Y()&&!K.has(e))(e)&&(K.add(e),j(e))},X=Object.freeze(Q);if(s.Z.canUseDOM){window.docusaurus=X;const e=r.hydrate;j(window.location.pathname).then((()=>{e(a.createElement(i.B6,null,a.createElement(o.VK,null,a.createElement(G,null))),document.getElementById("__docusaurus"))}))}},58940:(e,t,n)=>{"use strict";n.d(t,{_:()=>u,M:()=>d});var a=n(67294),r=n(36809);const o=JSON.parse('{"docusaurus-plugin-content-docs":{"docs":{"path":"/docs","versions":[{"name":"current","label":"Next","isLast":true,"path":"/docs","mainDocId":"index","docs":[{"id":"about","path":"/docs/about","sidebar":"autogenerated"},{"id":"archive-not-matching-git","path":"/docs/archive-not-matching-git","sidebar":"autogenerated"},{"id":"cli/build/in-copr","path":"/docs/cli/build/in-copr","sidebar":"autogenerated"},{"id":"cli/build/in-image-builder","path":"/docs/cli/build/in-image-builder","sidebar":"autogenerated"},{"id":"cli/build/in-koji","path":"/docs/cli/build/in-koji","sidebar":"autogenerated"},{"id":"cli/build/in-mock","path":"/docs/cli/build/in-mock","sidebar":"autogenerated"},{"id":"cli/build/index","path":"/docs/cli/build/","sidebar":"autogenerated"},{"id":"cli/build/locally","path":"/docs/cli/build/locally","sidebar":"autogenerated"},{"id":"cli/create-update","path":"/docs/cli/create-update","sidebar":"autogenerated"},{"id":"cli/dist-git/init","path":"/docs/cli/dist-git/init","sidebar":"autogenerated"},{"id":"cli/index","path":"/docs/cli/","sidebar":"autogenerated"},{"id":"cli/init","path":"/docs/cli/init","sidebar":"autogenerated"},{"id":"cli/prepare-sources","path":"/docs/cli/prepare-sources","sidebar":"autogenerated"},{"id":"cli/propose-downstream","path":"/docs/cli/propose-downstream","sidebar":"autogenerated"},{"id":"cli/pull-from-upstream","path":"/docs/cli/pull-from-upstream","sidebar":"autogenerated"},{"id":"cli/push-updates","path":"/docs/cli/push-updates","sidebar":"autogenerated"},{"id":"cli/scan-in-osh","path":"/docs/cli/scan-in-osh","sidebar":"autogenerated"},{"id":"cli/source-git/init","path":"/docs/cli/source-git/init","sidebar":"autogenerated"},{"id":"cli/source-git/status","path":"/docs/cli/source-git/status","sidebar":"autogenerated"},{"id":"cli/source-git/update-dist-git","path":"/docs/cli/source-git/update-dist-git","sidebar":"autogenerated"},{"id":"cli/source-git/update-source-git","path":"/docs/cli/source-git/update-source-git","sidebar":"autogenerated"},{"id":"cli/srpm","path":"/docs/cli/srpm","sidebar":"autogenerated"},{"id":"cli/status","path":"/docs/cli/status","sidebar":"autogenerated"},{"id":"cli/sync-from-downstream","path":"/docs/cli/sync-from-downstream","sidebar":"autogenerated"},{"id":"cli/validate-config","path":"/docs/cli/validate-config","sidebar":"autogenerated"},{"id":"configuration/actions","path":"/docs/configuration/actions","sidebar":"autogenerated"},{"id":"configuration/downstream_configuration_template","path":"/docs/configuration/downstream_configuration_template","sidebar":"autogenerated"},{"id":"configuration/downstream/bodhi_update","path":"/docs/configuration/downstream/bodhi_update","sidebar":"autogenerated"},{"id":"configuration/downstream/koji_build","path":"/docs/configuration/downstream/koji_build","sidebar":"autogenerated"},{"id":"configuration/downstream/pull_from_upstream","path":"/docs/configuration/downstream/pull_from_upstream","sidebar":"autogenerated"},{"id":"configuration/examples","path":"/docs/configuration/examples","sidebar":"autogenerated"},{"id":"configuration/index","path":"/docs/configuration/","sidebar":"autogenerated"},{"id":"configuration/jobs","path":"/docs/configuration/jobs","sidebar":"autogenerated"},{"id":"configuration/upstream/copr_build","path":"/docs/configuration/upstream/copr_build","sidebar":"autogenerated"},{"id":"configuration/upstream/propose_downstream","path":"/docs/configuration/upstream/propose_downstream","sidebar":"autogenerated"},{"id":"configuration/upstream/tests","path":"/docs/configuration/upstream/tests","sidebar":"autogenerated"},{"id":"configuration/upstream/upstream_koji_build","path":"/docs/configuration/upstream/upstream_koji_build","sidebar":"autogenerated"},{"id":"configuration/upstream/vm_image_build","path":"/docs/configuration/upstream/vm_image_build","sidebar":"autogenerated"},{"id":"cross-project-testing","path":"/docs/cross-project-testing","sidebar":"autogenerated"},{"id":"faq","path":"/docs/faq","sidebar":"autogenerated"},{"id":"fedora-releases-guide/dist-git-onboarding","path":"/docs/fedora-releases-guide/dist-git-onboarding","sidebar":"autogenerated"},{"id":"fedora-releases-guide/index","path":"/docs/fedora-releases-guide/","sidebar":"autogenerated"},{"id":"fedora-releases-guide/non-divergent-dist-git-branches","path":"/docs/fedora-releases-guide/non-divergent-dist-git-branches","sidebar":"autogenerated"},{"id":"fedora-releases-guide/releasing-multiple-packages","path":"/docs/fedora-releases-guide/releasing-multiple-packages","sidebar":"autogenerated"},{"id":"guide","path":"/docs/guide","sidebar":"autogenerated"},{"id":"index","path":"/docs/","sidebar":"autogenerated"},{"id":"pre-releases","path":"/docs/pre-releases","sidebar":"autogenerated"},{"id":"reproduce-locally","path":"/docs/reproduce-locally","sidebar":"autogenerated"},{"id":"service-level-objectives","path":"/docs/service-level-objectives","sidebar":"autogenerated"},{"id":"workshops-materials","path":"/docs/workshops-materials","sidebar":"autogenerated"},{"id":"/category/upstream-jobs","path":"/docs/category/upstream-jobs","sidebar":"autogenerated"},{"id":"/category/downstream-jobs","path":"/docs/category/downstream-jobs","sidebar":"autogenerated"},{"id":"/category/dist-git","path":"/docs/category/dist-git","sidebar":"autogenerated"},{"id":"/category/source-git","path":"/docs/category/source-git","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/docs/","label":"index"}}}}],"breadcrumbs":true},"development":{"path":"/development","versions":[{"name":"current","label":"Next","isLast":true,"path":"/development","mainDocId":"index","docs":[{"id":"creating-stream-9-repos","path":"/development/creating-stream-9-repos","sidebar":"autogenerated"},{"id":"how-open-is-this-service","path":"/development/how-open-is-this-service","sidebar":"autogenerated"},{"id":"index","path":"/development/","sidebar":"autogenerated"},{"id":"patch-metadata","path":"/development/patch-metadata","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/development/","label":"index"}}}}],"breadcrumbs":true},"source-git":{"path":"/source-git","versions":[{"name":"current","label":"Next","isLast":true,"path":"/source-git","mainDocId":"index","docs":[{"id":"design","path":"/source-git/design","sidebar":"autogenerated"},{"id":"index","path":"/source-git/","sidebar":"autogenerated"},{"id":"shutdown","path":"/source-git/shutdown","sidebar":"autogenerated"},{"id":"status","path":"/source-git/status","sidebar":"autogenerated"},{"id":"work-with-source-git/build-locally","path":"/source-git/work-with-source-git/build-locally","sidebar":"autogenerated"},{"id":"work-with-source-git/control-patch-generation","path":"/source-git/work-with-source-git/control-patch-generation","sidebar":"autogenerated"},{"id":"work-with-source-git/create-source-git","path":"/source-git/work-with-source-git/create-source-git","sidebar":"autogenerated"},{"id":"work-with-source-git/fix-diverged-history","path":"/source-git/work-with-source-git/fix-diverged-history","sidebar":"autogenerated"},{"id":"work-with-source-git/index","path":"/source-git/work-with-source-git/","sidebar":"autogenerated"},{"id":"work-with-source-git/propose-to-dist-git","path":"/source-git/work-with-source-git/propose-to-dist-git","sidebar":"autogenerated"},{"id":"work-with-source-git/pull-upstream-fixes","path":"/source-git/work-with-source-git/pull-upstream-fixes","sidebar":"autogenerated"},{"id":"work-with-source-git/sync-from-dist-git","path":"/source-git/work-with-source-git/sync-from-dist-git","sidebar":"autogenerated"},{"id":"work-with-source-git/update-spec","path":"/source-git/work-with-source-git/update-spec","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/source-git/","label":"index"}}}}],"breadcrumbs":true},"agile":{"path":"/agile","versions":[{"name":"current","label":"Next","isLast":true,"path":"/agile","mainDocId":"index","docs":[{"id":"index","path":"/agile/","sidebar":"autogenerated"},{"id":"weekly-roles/index","path":"/agile/weekly-roles/","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/agile/","label":"index"}}}}],"breadcrumbs":true},"deployment":{"path":"/deployment","versions":[{"name":"current","label":"Next","isLast":true,"path":"/deployment","mainDocId":"index","docs":[{"id":"continuous-deployment","path":"/deployment/continuous-deployment","sidebar":"autogenerated"},{"id":"images","path":"/deployment/images","sidebar":"autogenerated"},{"id":"index","path":"/deployment/","sidebar":"autogenerated"},{"id":"internal_tf","path":"/deployment/internal_tf","sidebar":"autogenerated"},{"id":"monitoring/index","path":"/deployment/monitoring/","sidebar":"autogenerated"},{"id":"monitoring/logs","path":"/deployment/monitoring/logs","sidebar":"autogenerated"},{"id":"openshift_local_cluster","path":"/deployment/openshift_local_cluster","sidebar":"autogenerated"},{"id":"postgresql","path":"/deployment/postgresql","sidebar":"autogenerated"},{"id":"resource-requirements","path":"/deployment/resource-requirements","sidebar":"autogenerated"},{"id":"scripts","path":"/deployment/scripts","sidebar":"autogenerated"},{"id":"secrets","path":"/deployment/secrets","sidebar":"autogenerated"},{"id":"specifics/centos-stream-source-git","path":"/deployment/specifics/centos-stream-source-git","sidebar":"autogenerated"},{"id":"specifics/clusters","path":"/deployment/specifics/clusters","sidebar":"autogenerated"},{"id":"specifics/fedora-source-git","path":"/deployment/specifics/fedora-source-git","sidebar":"autogenerated"},{"id":"specifics/packit-service","path":"/deployment/specifics/packit-service","sidebar":"autogenerated"},{"id":"specifics/redict","path":"/deployment/specifics/redict","sidebar":"autogenerated"},{"id":"testing-changes","path":"/deployment/testing-changes","sidebar":"autogenerated"},{"id":"tls-certs","path":"/deployment/tls-certs","sidebar":"autogenerated"},{"id":"vars","path":"/deployment/vars","sidebar":"autogenerated"},{"id":"/category/deployment-specifics","path":"/deployment/category/deployment-specifics","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/deployment/","label":"index"}}}}],"breadcrumbs":true},"specfile":{"path":"/specfile","versions":[{"name":"current","label":"Next","isLast":true,"path":"/specfile","mainDocId":"index","docs":[{"id":"api/specfile/changelog","path":"/specfile/api/specfile/changelog","sidebar":"autogenerated"},{"id":"api/specfile/conditions","path":"/specfile/api/specfile/conditions","sidebar":"autogenerated"},{"id":"api/specfile/context_management","path":"/specfile/api/specfile/context_management","sidebar":"autogenerated"},{"id":"api/specfile/exceptions","path":"/specfile/api/specfile/exceptions","sidebar":"autogenerated"},{"id":"api/specfile/formatter","path":"/specfile/api/specfile/formatter","sidebar":"autogenerated"},{"id":"api/specfile/macro_definitions","path":"/specfile/api/specfile/macro_definitions","sidebar":"autogenerated"},{"id":"api/specfile/macros","path":"/specfile/api/specfile/macros","sidebar":"autogenerated"},{"id":"api/specfile/options","path":"/specfile/api/specfile/options","sidebar":"autogenerated"},{"id":"api/specfile/prep","path":"/specfile/api/specfile/prep","sidebar":"autogenerated"},{"id":"api/specfile/sections","path":"/specfile/api/specfile/sections","sidebar":"autogenerated"},{"id":"api/specfile/sourcelist","path":"/specfile/api/specfile/sourcelist","sidebar":"autogenerated"},{"id":"api/specfile/sources","path":"/specfile/api/specfile/sources","sidebar":"autogenerated"},{"id":"api/specfile/spec_parser","path":"/specfile/api/specfile/spec_parser","sidebar":"autogenerated"},{"id":"api/specfile/specfile","path":"/specfile/api/specfile/","sidebar":"autogenerated"},{"id":"api/specfile/tags","path":"/specfile/api/specfile/tags","sidebar":"autogenerated"},{"id":"api/specfile/utils","path":"/specfile/api/specfile/utils","sidebar":"autogenerated"},{"id":"api/specfile/value_parser","path":"/specfile/api/specfile/value_parser","sidebar":"autogenerated"},{"id":"index","path":"/specfile/","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/specfile/api/specfile/","label":"specfile"}}}}],"breadcrumbs":true},"research":{"path":"/research","versions":[{"name":"current","label":"Next","isLast":true,"path":"/research","mainDocId":"index","docs":[{"id":"automation-tools/dlrn","path":"/research/automation-tools/dlrn","sidebar":"autogenerated"},{"id":"automation-tools/index","path":"/research/automation-tools/","sidebar":"autogenerated"},{"id":"automation-tools/rdopkg","path":"/research/automation-tools/rdopkg","sidebar":"autogenerated"},{"id":"automation-tools/rpkg","path":"/research/automation-tools/rpkg","sidebar":"autogenerated"},{"id":"automation-tools/rpkg-util","path":"/research/automation-tools/rpkg-util","sidebar":"autogenerated"},{"id":"automation-tools/tito","path":"/research/automation-tools/tito","sidebar":"autogenerated"},{"id":"celery/task-workflow-refactor","path":"/research/celery/task-workflow-refactor","sidebar":"autogenerated"},{"id":"celery/tasks-prioritizing","path":"/research/celery/tasks-prioritizing","sidebar":"autogenerated"},{"id":"database/composite-types","path":"/research/database/composite-types","sidebar":"autogenerated"},{"id":"database/data-stores","path":"/research/database/data-stores","sidebar":"autogenerated"},{"id":"database/postgres-views/index","path":"/research/database/postgres-views/","sidebar":"autogenerated"},{"id":"database/refactoring_project_events_and_commit_sha","path":"/research/database/refactoring_project_events_and_commit_sha","sidebar":"autogenerated"},{"id":"database/refresh","path":"/research/database/refresh","sidebar":"autogenerated"},{"id":"database/whats-in-production-database","path":"/research/database/whats-in-production-database","sidebar":"autogenerated"},{"id":"deployment/automation-for-stable-branches","path":"/research/deployment/automation-for-stable-branches","sidebar":"autogenerated"},{"id":"deployment/automotive-rosa","path":"/research/deployment/automotive-rosa","sidebar":"autogenerated"},{"id":"deployment/deploy-packit-pr","path":"/research/deployment/deploy-packit-pr","sidebar":"autogenerated"},{"id":"deployment/deployment-improvements/index","path":"/research/deployment/deployment-improvements/","sidebar":"autogenerated"},{"id":"deployment/distributed-workers/AWS-SQS-RDS","path":"/research/deployment/distributed-workers/AWS-SQS-RDS","sidebar":"autogenerated"},{"id":"deployment/distributed-workers/index","path":"/research/deployment/distributed-workers/","sidebar":"autogenerated"},{"id":"deployment/verification","path":"/research/deployment/verification","sidebar":"autogenerated"},{"id":"deployment/workers-scaling","path":"/research/deployment/workers-scaling","sidebar":"autogenerated"},{"id":"deprecation/index","path":"/research/deprecation/","sidebar":"autogenerated"},{"id":"fedora-packages-onboarding/index","path":"/research/fedora-packages-onboarding/","sidebar":"autogenerated"},{"id":"git-notes/index","path":"/research/git-notes/","sidebar":"autogenerated"},{"id":"index","path":"/research/","sidebar":"autogenerated"},{"id":"integrations/building-srpm-in-copr/index","path":"/research/integrations/building-srpm-in-copr/","sidebar":"autogenerated"},{"id":"integrations/building-srpm-in-copr/september-2022","path":"/research/integrations/building-srpm-in-copr/september-2022","sidebar":"autogenerated"},{"id":"integrations/console","path":"/research/integrations/console","sidebar":"autogenerated"},{"id":"integrations/downstream/index","path":"/research/integrations/downstream/","sidebar":"autogenerated"},{"id":"integrations/fedora-ci/index","path":"/research/integrations/fedora-ci/","sidebar":"autogenerated"},{"id":"integrations/gitlab/index","path":"/research/integrations/gitlab/","sidebar":"autogenerated"},{"id":"integrations/image-builder/index","path":"/research/integrations/image-builder/","sidebar":"autogenerated"},{"id":"internal-automation/cert-management","path":"/research/internal-automation/cert-management","sidebar":"autogenerated"},{"id":"internal-automation/onboard/index","path":"/research/internal-automation/onboard/","sidebar":"autogenerated"},{"id":"internal-automation/onboard/status","path":"/research/internal-automation/onboard/status","sidebar":"autogenerated"},{"id":"internal-automation/sync2jira","path":"/research/internal-automation/sync2jira","sidebar":"autogenerated"},{"id":"job_referencing/index","path":"/research/job_referencing/","sidebar":"autogenerated"},{"id":"making-decisions/index","path":"/research/making-decisions/","sidebar":"autogenerated"},{"id":"monitoring/adoption-metrics/define-adoption-metrics","path":"/research/monitoring/adoption-metrics/define-adoption-metrics","sidebar":"autogenerated"},{"id":"monitoring/adoption-metrics/implementation","path":"/research/monitoring/adoption-metrics/implementation","sidebar":"autogenerated"},{"id":"monitoring/adoption-metrics/index","path":"/research/monitoring/adoption-metrics/","sidebar":"autogenerated"},{"id":"monitoring/error-budgets/index","path":"/research/monitoring/error-budgets/","sidebar":"autogenerated"},{"id":"monitoring/error-budgets/SLOs-SLIs","path":"/research/monitoring/error-budgets/SLOs-SLIs","sidebar":"autogenerated"},{"id":"monitoring/error-budgets/users-expectations","path":"/research/monitoring/error-budgets/users-expectations","sidebar":"autogenerated"},{"id":"monitoring/github-api-call-inventory/index","path":"/research/monitoring/github-api-call-inventory/","sidebar":"autogenerated"},{"id":"monitoring/index","path":"/research/monitoring/","sidebar":"autogenerated"},{"id":"monitoring/logs-aggregation/index","path":"/research/monitoring/logs-aggregation/","sidebar":"autogenerated"},{"id":"monitoring/metrics","path":"/research/monitoring/metrics","sidebar":"autogenerated"},{"id":"monorepo-support/index","path":"/research/monorepo-support/","sidebar":"autogenerated"},{"id":"monorepo-support/refactoring","path":"/research/monorepo-support/refactoring","sidebar":"autogenerated"},{"id":"outages/index","path":"/research/outages/","sidebar":"autogenerated"},{"id":"outages/reporting","path":"/research/outages/reporting","sidebar":"autogenerated"},{"id":"source-git/customize-update-dist-git","path":"/research/source-git/customize-update-dist-git","sidebar":"autogenerated"},{"id":"source-git/dist-git-to-src-git/index","path":"/research/source-git/dist-git-to-src-git/","sidebar":"autogenerated"},{"id":"source-git/dist-git-to-src-git/updates","path":"/research/source-git/dist-git-to-src-git/updates","sidebar":"autogenerated"},{"id":"source-git/fedora-spec-files/index","path":"/research/source-git/fedora-spec-files/","sidebar":"autogenerated"},{"id":"source-git/in-zuul","path":"/research/source-git/in-zuul","sidebar":"autogenerated"},{"id":"source-git/index","path":"/research/source-git/","sidebar":"autogenerated"},{"id":"source-git/on-pagure","path":"/research/source-git/on-pagure","sidebar":"autogenerated"},{"id":"source-git/split-the-stream","path":"/research/source-git/split-the-stream","sidebar":"autogenerated"},{"id":"source-git/sync-status","path":"/research/source-git/sync-status","sidebar":"autogenerated"},{"id":"source-git/update","path":"/research/source-git/update","sidebar":"autogenerated"},{"id":"specfiles/hosting-sources/index","path":"/research/specfiles/hosting-sources/","sidebar":"autogenerated"},{"id":"specfiles/library-requirements","path":"/research/specfiles/library-requirements","sidebar":"autogenerated"},{"id":"specfiles/packages-with-patches/index","path":"/research/specfiles/packages-with-patches/","sidebar":"autogenerated"},{"id":"testing/external-testing","path":"/research/testing/external-testing","sidebar":"autogenerated"},{"id":"testing/openshift-to-podman-kube-play","path":"/research/testing/openshift-to-podman-kube-play","sidebar":"autogenerated"},{"id":"testing/openshift-zuul-test-alternatives","path":"/research/testing/openshift-zuul-test-alternatives","sidebar":"autogenerated"},{"id":"testing/zuul","path":"/research/testing/zuul","sidebar":"autogenerated"},{"id":"ui/dashboard/dashboard-improvements","path":"/research/ui/dashboard/dashboard-improvements","sidebar":"autogenerated"},{"id":"ui/dashboard/index","path":"/research/ui/dashboard/","sidebar":"autogenerated"},{"id":"ui/dashboard/oauth","path":"/research/ui/dashboard/oauth","sidebar":"autogenerated"},{"id":"ui/website-improvements","path":"/research/ui/website-improvements","sidebar":"autogenerated"},{"id":"user-stories/index","path":"/research/user-stories/","sidebar":"autogenerated"},{"id":"user-stories/python_project_from_scratch","path":"/research/user-stories/python_project_from_scratch","sidebar":"autogenerated"},{"id":"user-stories/summit-demo","path":"/research/user-stories/summit-demo","sidebar":"autogenerated"},{"id":"user-stories/tests-builds-from-more-prs","path":"/research/user-stories/tests-builds-from-more-prs","sidebar":"autogenerated"},{"id":"ux/automatic-config-updates","path":"/research/ux/automatic-config-updates","sidebar":"autogenerated"},{"id":"ux/configuration-versioning","path":"/research/ux/configuration-versioning","sidebar":"autogenerated"},{"id":"ux/improve-service-processing","path":"/research/ux/improve-service-processing","sidebar":"autogenerated"},{"id":"workflow-engines/airflow","path":"/research/workflow-engines/airflow","sidebar":"autogenerated"},{"id":"workflow-engines/argo-workflows","path":"/research/workflow-engines/argo-workflows","sidebar":"autogenerated"},{"id":"workflow-engines/celery-canvas","path":"/research/workflow-engines/celery-canvas","sidebar":"autogenerated"},{"id":"workflow-engines/index","path":"/research/workflow-engines/","sidebar":"autogenerated"},{"id":"workflow-engines/prefect","path":"/research/workflow-engines/prefect","sidebar":"autogenerated"},{"id":"workflow-engines/selinon","path":"/research/workflow-engines/selinon","sidebar":"autogenerated"},{"id":"workflow-engines/temporal","path":"/research/workflow-engines/temporal","sidebar":"autogenerated"},{"id":"/category/celery","path":"/research/category/celery","sidebar":"autogenerated"},{"id":"/category/database","path":"/research/category/database","sidebar":"autogenerated"},{"id":"/category/deployment","path":"/research/category/deployment","sidebar":"autogenerated"},{"id":"/category/integrations","path":"/research/category/integrations","sidebar":"autogenerated"},{"id":"/category/automation-of-internal-processes","path":"/research/category/automation-of-internal-processes","sidebar":"autogenerated"},{"id":"/category/specfiles","path":"/research/category/specfiles","sidebar":"autogenerated"},{"id":"/category/testing","path":"/research/category/testing","sidebar":"autogenerated"},{"id":"/category/user-interface","path":"/research/category/user-interface","sidebar":"autogenerated"},{"id":"/category/user-experience","path":"/research/category/user-experience","sidebar":"autogenerated"}],"draftIds":[],"sidebars":{"autogenerated":{"link":{"path":"/research/","label":"index"}}}}],"breadcrumbs":true}}}'),i=JSON.parse('{"defaultLocale":"en","locales":["en"],"path":"i18n","currentLocale":"en","localeConfigs":{"en":{"label":"English","direction":"ltr","htmlLang":"en","calendar":"gregory","path":"en"}}}');var s=n(57529);const c=JSON.parse('{"docusaurusVersion":"2.4.1","siteVersion":"0.0.0","pluginVersions":{"docusaurus-plugin-content-pages":{"type":"package","name":"@docusaurus/plugin-content-pages","version":"2.4.1"},"docusaurus-plugin-sitemap":{"type":"package","name":"@docusaurus/plugin-sitemap","version":"2.4.1"},"docusaurus-theme-classic":{"type":"package","name":"@docusaurus/theme-classic","version":"2.4.1"},"docusaurus-theme-search-algolia":{"type":"package","name":"@docusaurus/theme-search-algolia","version":"2.4.1"},"docusaurus-plugin-content-docs":{"type":"package","name":"@docusaurus/plugin-content-docs","version":"2.4.1"},"docusaurus-plugin-content-blog":{"type":"package","name":"@docusaurus/plugin-content-blog","version":"2.4.1"},"docusaurus-plugin-client-redirects":{"type":"package","name":"@docusaurus/plugin-client-redirects","version":"2.4.1"},"docusaurus-theme-mermaid":{"type":"package","name":"@docusaurus/theme-mermaid","version":"2.4.1"}}}'),l={siteConfig:r.default,siteMetadata:c,globalData:o,i18n:i,codeTranslations:s},u=a.createContext(l);function d(e){let{children:t}=e;return a.createElement(u.Provider,{value:l},t)}},44763:(e,t,n)=>{"use strict";n.d(t,{Z:()=>p});var a=n(67294),r=n(10412),o=n(35742),i=n(18780),s=n(7452);function c(e){let{error:t,tryAgain:n}=e;return a.createElement("div",{style:{display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"flex-start",minHeight:"100vh",width:"100%",maxWidth:"80ch",fontSize:"20px",margin:"0 auto",padding:"1rem"}},a.createElement("h1",{style:{fontSize:"3rem"}},"This page crashed"),a.createElement("button",{type:"button",onClick:n,style:{margin:"1rem 0",fontSize:"2rem",cursor:"pointer",borderRadius:20,padding:"1rem"}},"Try again"),a.createElement(l,{error:t}))}function l(e){let{error:t}=e;const n=(0,i.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return a.createElement("p",{style:{whiteSpace:"pre-wrap"}},n)}function u(e){let{error:t,tryAgain:n}=e;return a.createElement(p,{fallback:()=>a.createElement(c,{error:t,tryAgain:n})},a.createElement(o.Z,null,a.createElement("title",null,"Page Error")),a.createElement(s.Z,null,a.createElement(c,{error:t,tryAgain:n})))}const d=e=>a.createElement(u,e);class p extends a.Component{constructor(e){super(e),this.state={error:null}}componentDidCatch(e){r.Z.canUseDOM&&this.setState({error:e})}render(){const{children:e}=this.props,{error:t}=this.state;if(t){const e={error:t,tryAgain:()=>this.setState({error:null})};return(this.props.fallback??d)(e)}return e??null}}},10412:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const a="undefined"!=typeof window&&"document"in window&&"createElement"in window.document,r={canUseDOM:a,canUseEventListeners:a&&("addEventListener"in window||"attachEvent"in window),canUseIntersectionObserver:a&&"IntersectionObserver"in window,canUseViewport:a&&"screen"in window}},35742:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(70405);function o(e){return a.createElement(r.ql,e)}},39960:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var a=n(87462),r=n(67294),o=n(73727),i=n(18780),s=n(52263),c=n(13919),l=n(10412);const u=r.createContext({collectLink:()=>{}});var d=n(44996);function p(e,t){let{isNavLink:n,to:p,href:f,activeClassName:m,isActive:g,"data-noBrokenLinkCheck":h,autoAddBaseUrl:b=!0,...y}=e;const{siteConfig:{trailingSlash:w,baseUrl:k}}=(0,s.Z)(),{withBaseUrl:v}=(0,d.C)(),_=(0,r.useContext)(u),x=(0,r.useRef)(null);(0,r.useImperativeHandle)(t,(()=>x.current));const E=p||f;const S=(0,c.Z)(E),C=E?.replace("pathname://","");let T=void 0!==C?(A=C,b&&(e=>e.startsWith("/"))(A)?v(A):A):void 0;var A;T&&S&&(T=(0,i.applyTrailingSlash)(T,{trailingSlash:w,baseUrl:k}));const L=(0,r.useRef)(!1),P=n?o.OL:o.rU,R=l.Z.canUseIntersectionObserver,j=(0,r.useRef)(),N=()=>{L.current||null==T||(window.docusaurus.preload(T),L.current=!0)};(0,r.useEffect)((()=>(!R&&S&&null!=T&&window.docusaurus.prefetch(T),()=>{R&&j.current&&j.current.disconnect()})),[j,T,R,S]);const O=T?.startsWith("#")??!1,I=!T||!S||O;return I||h||_.collectLink(T),I?r.createElement("a",(0,a.Z)({ref:x,href:T},E&&!S&&{target:"_blank",rel:"noopener noreferrer"},y)):r.createElement(P,(0,a.Z)({},y,{onMouseEnter:N,onTouchStart:N,innerRef:e=>{x.current=e,R&&e&&S&&(j.current=new window.IntersectionObserver((t=>{t.forEach((t=>{e===t.target&&(t.isIntersecting||t.intersectionRatio>0)&&(j.current.unobserve(e),j.current.disconnect(),null!=T&&window.docusaurus.prefetch(T))}))})),j.current.observe(e))},to:T},n&&{isActive:g,activeClassName:m}))}const f=r.forwardRef(p)},95999:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c,I:()=>s});var a=n(67294);function r(e,t){const n=e.split(/(\{\w+\})/).map(((e,n)=>{if(n%2==1){const n=t?.[e.slice(1,-1)];if(void 0!==n)return n}return e}));return n.some((e=>(0,a.isValidElement)(e)))?n.map(((e,t)=>(0,a.isValidElement)(e)?a.cloneElement(e,{key:t}):e)).filter((e=>""!==e)):n.join("")}var o=n(57529);function i(e){let{id:t,message:n}=e;if(void 0===t&&void 0===n)throw new Error("Docusaurus translation declarations must have at least a translation id or a default translation message");return o[t??n]??n??t}function s(e,t){let{message:n,id:a}=e;return r(i({message:n,id:a}),t)}function c(e){let{children:t,id:n,values:o}=e;if(t&&"string"!=typeof t)throw console.warn("Illegal children",t),new Error("The Docusaurus component only accept simple string values");const s=i({message:t,id:n});return a.createElement(a.Fragment,null,r(s,o))}},29935:(e,t,n)=>{"use strict";n.d(t,{m:()=>a});const a="default"},13919:(e,t,n)=>{"use strict";function a(e){return/^(?:\w*:|\/\/)/.test(e)}function r(e){return void 0!==e&&!a(e)}n.d(t,{Z:()=>r,b:()=>a})},44996:(e,t,n)=>{"use strict";n.d(t,{C:()=>i,Z:()=>s});var a=n(67294),r=n(52263),o=n(13919);function i(){const{siteConfig:{baseUrl:e,url:t}}=(0,r.Z)(),n=(0,a.useCallback)(((n,a)=>function(e,t,n,a){let{forcePrependBaseUrl:r=!1,absolute:i=!1}=void 0===a?{}:a;if(!n||n.startsWith("#")||(0,o.b)(n))return n;if(r)return t+n.replace(/^\//,"");if(n===t.replace(/\/$/,""))return t;const s=n.startsWith(t)?n:t+n.replace(/^\//,"");return i?e+s:s}(t,e,n,a)),[t,e]);return{withBaseUrl:n}}function s(e,t){void 0===t&&(t={});const{withBaseUrl:n}=i();return n(e,t)}},52263:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(58940);function o(){return(0,a.useContext)(r._)}},72389:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(98934);function o(){return(0,a.useContext)(r._)}},99670:(e,t,n)=>{"use strict";n.d(t,{Z:()=>r});const a=e=>"object"==typeof e&&!!e&&Object.keys(e).length>0;function r(e){const t={};return function e(n,r){Object.entries(n).forEach((n=>{let[o,i]=n;const s=r?`${r}.${o}`:o;a(i)?e(i,s):t[s]=i}))}(e),t}},30226:(e,t,n)=>{"use strict";n.d(t,{_:()=>r,z:()=>o});var a=n(67294);const r=a.createContext(null);function o(e){let{children:t,value:n}=e;const o=a.useContext(r),i=(0,a.useMemo)((()=>function(e){let{parent:t,value:n}=e;if(!t){if(!n)throw new Error("Unexpected: no Docusaurus route context found");if(!("plugin"in n))throw new Error("Unexpected: Docusaurus topmost route context has no `plugin` attribute");return n}const a={...t.data,...n?.data};return{plugin:t.plugin,data:a}}({parent:o,value:n})),[o,n]);return a.createElement(r.Provider,{value:i},t)}},80143:(e,t,n)=>{"use strict";n.d(t,{Iw:()=>b,gA:()=>f,WS:()=>m,_r:()=>d,Jo:()=>y,zh:()=>p,yW:()=>h,gB:()=>g});var a=n(16550),r=n(52263),o=n(29935);function i(e,t){void 0===t&&(t={});const n=function(){const{globalData:e}=(0,r.Z)();return e}()[e];if(!n&&t.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin.`);return n}const s=e=>e.versions.find((e=>e.isLast));function c(e,t){const n=s(e);return[...e.versions.filter((e=>e!==n)),n].find((e=>!!(0,a.LX)(t,{path:e.path,exact:!1,strict:!1})))}function l(e,t){const n=c(e,t),r=n?.docs.find((e=>!!(0,a.LX)(t,{path:e.path,exact:!0,strict:!1})));return{activeVersion:n,activeDoc:r,alternateDocVersions:r?function(t){const n={};return e.versions.forEach((e=>{e.docs.forEach((a=>{a.id===t&&(n[e.name]=a)}))})),n}(r.id):{}}}const u={},d=()=>i("docusaurus-plugin-content-docs")??u,p=e=>function(e,t,n){void 0===t&&(t=o.m),void 0===n&&(n={});const a=i(e),r=a?.[t];if(!r&&n.failfast)throw new Error(`Docusaurus plugin global data not found for "${e}" plugin with id "${t}".`);return r}("docusaurus-plugin-content-docs",e,{failfast:!0});function f(e){void 0===e&&(e={});const t=d(),{pathname:n}=(0,a.TH)();return function(e,t,n){void 0===n&&(n={});const r=Object.entries(e).sort(((e,t)=>t[1].path.localeCompare(e[1].path))).find((e=>{let[,n]=e;return!!(0,a.LX)(t,{path:n.path,exact:!1,strict:!1})})),o=r?{pluginId:r[0],pluginData:r[1]}:void 0;if(!o&&n.failfast)throw new Error(`Can't find active docs plugin for "${t}" pathname, while it was expected to be found. Maybe you tried to use a docs feature that can only be used on a docs-related page? Existing docs plugin paths are: ${Object.values(e).map((e=>e.path)).join(", ")}`);return o}(t,n,e)}function m(e){void 0===e&&(e={});const t=f(e),{pathname:n}=(0,a.TH)();if(!t)return;return{activePlugin:t,activeVersion:c(t.pluginData,n)}}function g(e){return p(e).versions}function h(e){const t=p(e);return s(t)}function b(e){const t=p(e),{pathname:n}=(0,a.TH)();return l(t,n)}function y(e){const t=p(e),{pathname:n}=(0,a.TH)();return function(e,t){const n=s(e);return{latestDocSuggestion:l(e,t).alternateDocVersions[n.name],latestVersionSuggestion:n}}(t,n)}},18320:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>o});var a=n(74865),r=n.n(a);r().configure({showSpinner:!1});const o={onRouteUpdate(e){let{location:t,previousLocation:n}=e;if(n&&t.pathname!==n.pathname){const e=window.setTimeout((()=>{r().start()}),200);return()=>window.clearTimeout(e)}},onRouteDidUpdate(){r().done()}}},3310:(e,t,n)=>{"use strict";n.r(t);var a=n(87410),r=n(36809);!function(e){const{themeConfig:{prism:t}}=r.default,{additionalLanguages:a}=t;globalThis.Prism=e,a.forEach((e=>{n(6726)(`./prism-${e}`)})),delete globalThis.Prism}(a.Z)},39471:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294);const r={iconExternalLink:"iconExternalLink_nPIU"};function o(e){let{width:t=13.5,height:n=13.5}=e;return a.createElement("svg",{width:t,height:n,"aria-hidden":"true",viewBox:"0 0 24 24",className:r.iconExternalLink},a.createElement("path",{fill:"currentColor",d:"M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"}))}},7452:(e,t,n)=>{"use strict";n.d(t,{Z:()=>Pt});var a=n(67294),r=n(86010),o=n(44763),i=n(10833),s=n(87462),c=n(16550),l=n(95999),u=n(85936);const d="__docusaurus_skipToContent_fallback";function p(e){e.setAttribute("tabindex","-1"),e.focus(),e.removeAttribute("tabindex")}function f(){const e=(0,a.useRef)(null),{action:t}=(0,c.k6)(),n=(0,a.useCallback)((e=>{e.preventDefault();const t=document.querySelector("main:first-of-type")??document.getElementById(d);t&&p(t)}),[]);return(0,u.S)((n=>{let{location:a}=n;e.current&&!a.hash&&"PUSH"===t&&p(e.current)})),{containerRef:e,onClick:n}}const m=(0,l.I)({id:"theme.common.skipToMainContent",description:"The skip to content label used for accessibility, allowing to rapidly navigate to main content with keyboard tab/enter navigation",message:"Skip to main content"});function g(e){const t=e.children??m,{containerRef:n,onClick:r}=f();return a.createElement("div",{ref:n,role:"region","aria-label":m},a.createElement("a",(0,s.Z)({},e,{href:`#${d}`,onClick:r}),t))}var h=n(35281),b=n(19727);const y={skipToContent:"skipToContent_fXgn"};function w(){return a.createElement(g,{className:y.skipToContent})}var k=n(86668),v=n(59689);function _(e){let{width:t=21,height:n=21,color:r="currentColor",strokeWidth:o=1.2,className:i,...c}=e;return a.createElement("svg",(0,s.Z)({viewBox:"0 0 15 15",width:t,height:n},c),a.createElement("g",{stroke:r,strokeWidth:o},a.createElement("path",{d:"M.75.75l13.5 13.5M14.25.75L.75 14.25"})))}const x={closeButton:"closeButton_CVFx"};function E(e){return a.createElement("button",(0,s.Z)({type:"button","aria-label":(0,l.I)({id:"theme.AnnouncementBar.closeButtonAriaLabel",message:"Close",description:"The ARIA label for close button of announcement bar"})},e,{className:(0,r.Z)("clean-btn close",x.closeButton,e.className)}),a.createElement(_,{width:14,height:14,strokeWidth:3.1}))}const S={content:"content_knG7"};function C(e){const{announcementBar:t}=(0,k.L)(),{content:n}=t;return a.createElement("div",(0,s.Z)({},e,{className:(0,r.Z)(S.content,e.className),dangerouslySetInnerHTML:{__html:n}}))}const T={announcementBar:"announcementBar_mb4j",announcementBarPlaceholder:"announcementBarPlaceholder_vyr4",announcementBarClose:"announcementBarClose_gvF7",announcementBarContent:"announcementBarContent_xLdY"};function A(){const{announcementBar:e}=(0,k.L)(),{isActive:t,close:n}=(0,v.nT)();if(!t)return null;const{backgroundColor:r,textColor:o,isCloseable:i}=e;return a.createElement("div",{className:T.announcementBar,style:{backgroundColor:r,color:o},role:"banner"},i&&a.createElement("div",{className:T.announcementBarPlaceholder}),a.createElement(C,{className:T.announcementBarContent}),i&&a.createElement(E,{onClick:n,className:T.announcementBarClose}))}var L=n(93163),P=n(12466);var R=n(902),j=n(13102);const N=a.createContext(null);function O(e){let{children:t}=e;const n=function(){const e=(0,L.e)(),t=(0,j.HY)(),[n,r]=(0,a.useState)(!1),o=null!==t.component,i=(0,R.D9)(o);return(0,a.useEffect)((()=>{o&&!i&&r(!0)}),[o,i]),(0,a.useEffect)((()=>{o?e.shown||r(!0):r(!1)}),[e.shown,o]),(0,a.useMemo)((()=>[n,r]),[n])}();return a.createElement(N.Provider,{value:n},t)}function I(e){if(e.component){const t=e.component;return a.createElement(t,e.props)}}function M(){const e=(0,a.useContext)(N);if(!e)throw new R.i6("NavbarSecondaryMenuDisplayProvider");const[t,n]=e,r=(0,a.useCallback)((()=>n(!1)),[n]),o=(0,j.HY)();return(0,a.useMemo)((()=>({shown:t,hide:r,content:I(o)})),[r,o,t])}function D(e){let{header:t,primaryMenu:n,secondaryMenu:o}=e;const{shown:i}=M();return a.createElement("div",{className:"navbar-sidebar"},t,a.createElement("div",{className:(0,r.Z)("navbar-sidebar__items",{"navbar-sidebar__items--show-secondary":i})},a.createElement("div",{className:"navbar-sidebar__item menu"},n),a.createElement("div",{className:"navbar-sidebar__item menu"},o)))}var B=n(92949),F=n(72389);function z(e){return a.createElement("svg",(0,s.Z)({viewBox:"0 0 24 24",width:24,height:24},e),a.createElement("path",{fill:"currentColor",d:"M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"}))}function U(e){return a.createElement("svg",(0,s.Z)({viewBox:"0 0 24 24",width:24,height:24},e),a.createElement("path",{fill:"currentColor",d:"M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"}))}const $={toggle:"toggle_vylO",toggleButton:"toggleButton_gllP",darkToggleIcon:"darkToggleIcon_wfgR",lightToggleIcon:"lightToggleIcon_pyhR",toggleButtonDisabled:"toggleButtonDisabled_aARS"};function q(e){let{className:t,buttonClassName:n,value:o,onChange:i}=e;const s=(0,F.Z)(),c=(0,l.I)({message:"Switch between dark and light mode (currently {mode})",id:"theme.colorToggle.ariaLabel",description:"The ARIA label for the navbar color mode toggle"},{mode:"dark"===o?(0,l.I)({message:"dark mode",id:"theme.colorToggle.ariaLabel.mode.dark",description:"The name for the dark color mode"}):(0,l.I)({message:"light mode",id:"theme.colorToggle.ariaLabel.mode.light",description:"The name for the light color mode"})});return a.createElement("div",{className:(0,r.Z)($.toggle,t)},a.createElement("button",{className:(0,r.Z)("clean-btn",$.toggleButton,!s&&$.toggleButtonDisabled,n),type:"button",onClick:()=>i("dark"===o?"light":"dark"),disabled:!s,title:c,"aria-label":c,"aria-live":"polite"},a.createElement(z,{className:(0,r.Z)($.toggleIcon,$.lightToggleIcon)}),a.createElement(U,{className:(0,r.Z)($.toggleIcon,$.darkToggleIcon)})))}const G=a.memo(q),H={darkNavbarColorModeToggle:"darkNavbarColorModeToggle_X3D1"};function Z(e){let{className:t}=e;const n=(0,k.L)().navbar.style,r=(0,k.L)().colorMode.disableSwitch,{colorMode:o,setColorMode:i}=(0,B.I)();return r?null:a.createElement(G,{className:t,buttonClassName:"dark"===n?H.darkNavbarColorModeToggle:void 0,value:o,onChange:i})}var V=n(21327);function W(){return a.createElement(V.Z,{className:"navbar__brand",imageClassName:"navbar__logo",titleClassName:"navbar__title text--truncate"})}function K(){const e=(0,L.e)();return a.createElement("button",{type:"button","aria-label":(0,l.I)({id:"theme.docs.sidebar.closeSidebarButtonAriaLabel",message:"Close navigation bar",description:"The ARIA label for close button of mobile sidebar"}),className:"clean-btn navbar-sidebar__close",onClick:()=>e.toggle()},a.createElement(_,{color:"var(--ifm-color-emphasis-600)"}))}function Y(){return a.createElement("div",{className:"navbar-sidebar__brand"},a.createElement(W,null),a.createElement(Z,{className:"margin-right--md"}),a.createElement(K,null))}var Q=n(39960),X=n(44996),J=n(13919),ee=n(98022),te=n(39471);function ne(e){let{activeBasePath:t,activeBaseRegex:n,to:r,href:o,label:i,html:c,isDropdownLink:l,prependBaseUrlToHref:u,...d}=e;const p=(0,X.Z)(r),f=(0,X.Z)(t),m=(0,X.Z)(o,{forcePrependBaseUrl:!0}),g=i&&o&&!(0,J.Z)(o),h=c?{dangerouslySetInnerHTML:{__html:c}}:{children:a.createElement(a.Fragment,null,i,g&&a.createElement(te.Z,l&&{width:12,height:12}))};return o?a.createElement(Q.Z,(0,s.Z)({href:u?m:o},d,h)):a.createElement(Q.Z,(0,s.Z)({to:p,isNavLink:!0},(t||n)&&{isActive:(e,t)=>n?(0,ee.F)(n,t.pathname):t.pathname.startsWith(f)},d,h))}function ae(e){let{className:t,isDropdownItem:n=!1,...o}=e;const i=a.createElement(ne,(0,s.Z)({className:(0,r.Z)(n?"dropdown__link":"navbar__item navbar__link",t),isDropdownLink:n},o));return n?a.createElement("li",null,i):i}function re(e){let{className:t,isDropdownItem:n,...o}=e;return a.createElement("li",{className:"menu__list-item"},a.createElement(ne,(0,s.Z)({className:(0,r.Z)("menu__link",t)},o)))}function oe(e){let{mobile:t=!1,position:n,...r}=e;const o=t?re:ae;return a.createElement(o,(0,s.Z)({},r,{activeClassName:r.activeClassName??(t?"menu__link--active":"navbar__link--active")}))}var ie=n(86043),se=n(48596),ce=n(52263);function le(e,t){return e.some((e=>function(e,t){return!!(0,se.Mg)(e.to,t)||!!(0,ee.F)(e.activeBaseRegex,t)||!(!e.activeBasePath||!t.startsWith(e.activeBasePath))}(e,t)))}function ue(e){let{items:t,position:n,className:o,onClick:i,...c}=e;const l=(0,a.useRef)(null),[u,d]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{const e=e=>{l.current&&!l.current.contains(e.target)&&d(!1)};return document.addEventListener("mousedown",e),document.addEventListener("touchstart",e),document.addEventListener("focusin",e),()=>{document.removeEventListener("mousedown",e),document.removeEventListener("touchstart",e),document.removeEventListener("focusin",e)}}),[l]),a.createElement("div",{ref:l,className:(0,r.Z)("navbar__item","dropdown","dropdown--hoverable",{"dropdown--right":"right"===n,"dropdown--show":u})},a.createElement(ne,(0,s.Z)({"aria-haspopup":"true","aria-expanded":u,role:"button",href:c.to?void 0:"#",className:(0,r.Z)("navbar__link",o)},c,{onClick:c.to?void 0:e=>e.preventDefault(),onKeyDown:e=>{"Enter"===e.key&&(e.preventDefault(),d(!u))}}),c.children??c.label),a.createElement("ul",{className:"dropdown__menu"},t.map(((e,t)=>a.createElement(qe,(0,s.Z)({isDropdownItem:!0,activeClassName:"dropdown__link--active"},e,{key:t}))))))}function de(e){let{items:t,className:n,position:o,onClick:i,...l}=e;const u=function(){const{siteConfig:{baseUrl:e}}=(0,ce.Z)(),{pathname:t}=(0,c.TH)();return t.replace(e,"/")}(),d=le(t,u),{collapsed:p,toggleCollapsed:f,setCollapsed:m}=(0,ie.u)({initialState:()=>!d});return(0,a.useEffect)((()=>{d&&m(!d)}),[u,d,m]),a.createElement("li",{className:(0,r.Z)("menu__list-item",{"menu__list-item--collapsed":p})},a.createElement(ne,(0,s.Z)({role:"button",className:(0,r.Z)("menu__link menu__link--sublist menu__link--sublist-caret",n)},l,{onClick:e=>{e.preventDefault(),f()}}),l.children??l.label),a.createElement(ie.z,{lazy:!0,as:"ul",className:"menu__list",collapsed:p},t.map(((e,t)=>a.createElement(qe,(0,s.Z)({mobile:!0,isDropdownItem:!0,onClick:i,activeClassName:"menu__link--active"},e,{key:t}))))))}function pe(e){let{mobile:t=!1,...n}=e;const r=t?de:ue;return a.createElement(r,n)}var fe=n(94711);function me(e){let{width:t=20,height:n=20,...r}=e;return a.createElement("svg",(0,s.Z)({viewBox:"0 0 24 24",width:t,height:n,"aria-hidden":!0},r),a.createElement("path",{fill:"currentColor",d:"M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"}))}const ge="iconLanguage_nlXk";function he(){return a.createElement("svg",{width:"15",height:"15",className:"DocSearch-Control-Key-Icon"},a.createElement("path",{d:"M4.505 4.496h2M5.505 5.496v5M8.216 4.496l.055 5.993M10 7.5c.333.333.5.667.5 1v2M12.326 4.5v5.996M8.384 4.496c1.674 0 2.116 0 2.116 1.5s-.442 1.5-2.116 1.5M3.205 9.303c-.09.448-.277 1.21-1.241 1.203C1 10.5.5 9.513.5 8V7c0-1.57.5-2.5 1.464-2.494.964.006 1.134.598 1.24 1.342M12.553 10.5h1.953",strokeWidth:"1.2",stroke:"currentColor",fill:"none",strokeLinecap:"square"}))}var be=n(20830),ye=["translations"];function we(){return we=Object.assign||function(e){for(var t=1;te.length)&&(t=e.length);for(var n=0,a=new Array(t);n=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var xe="Ctrl";var Ee=a.forwardRef((function(e,t){var n=e.translations,r=void 0===n?{}:n,o=_e(e,ye),i=r.buttonText,s=void 0===i?"Search":i,c=r.buttonAriaLabel,l=void 0===c?"Search":c,u=ke((0,a.useState)(null),2),d=u[0],p=u[1];return(0,a.useEffect)((function(){"undefined"!=typeof navigator&&(/(Mac|iPhone|iPod|iPad)/i.test(navigator.platform)?p("\u2318"):p(xe))}),[]),a.createElement("button",we({type:"button",className:"DocSearch DocSearch-Button","aria-label":l},o,{ref:t}),a.createElement("span",{className:"DocSearch-Button-Container"},a.createElement(be.W,null),a.createElement("span",{className:"DocSearch-Button-Placeholder"},s)),a.createElement("span",{className:"DocSearch-Button-Keys"},null!==d&&a.createElement(a.Fragment,null,a.createElement("kbd",{className:"DocSearch-Button-Key"},d===xe?a.createElement(he,null):d),a.createElement("kbd",{className:"DocSearch-Button-Key"},"K"))))})),Se=n(35742),Ce=n(66177),Te=n(239),Ae=n(43320);var Le=n(73935);const Pe={button:{buttonText:(0,l.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"}),buttonAriaLabel:(0,l.I)({id:"theme.SearchBar.label",message:"Search",description:"The ARIA label and placeholder for search button"})},modal:{searchBox:{resetButtonTitle:(0,l.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),resetButtonAriaLabel:(0,l.I)({id:"theme.SearchModal.searchBox.resetButtonTitle",message:"Clear the query",description:"The label and ARIA label for search box reset button"}),cancelButtonText:(0,l.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"}),cancelButtonAriaLabel:(0,l.I)({id:"theme.SearchModal.searchBox.cancelButtonText",message:"Cancel",description:"The label and ARIA label for search box cancel button"})},startScreen:{recentSearchesTitle:(0,l.I)({id:"theme.SearchModal.startScreen.recentSearchesTitle",message:"Recent",description:"The title for recent searches"}),noRecentSearchesText:(0,l.I)({id:"theme.SearchModal.startScreen.noRecentSearchesText",message:"No recent searches",description:"The text when no recent searches"}),saveRecentSearchButtonTitle:(0,l.I)({id:"theme.SearchModal.startScreen.saveRecentSearchButtonTitle",message:"Save this search",description:"The label for save recent search button"}),removeRecentSearchButtonTitle:(0,l.I)({id:"theme.SearchModal.startScreen.removeRecentSearchButtonTitle",message:"Remove this search from history",description:"The label for remove recent search button"}),favoriteSearchesTitle:(0,l.I)({id:"theme.SearchModal.startScreen.favoriteSearchesTitle",message:"Favorite",description:"The title for favorite searches"}),removeFavoriteSearchButtonTitle:(0,l.I)({id:"theme.SearchModal.startScreen.removeFavoriteSearchButtonTitle",message:"Remove this search from favorites",description:"The label for remove favorite search button"})},errorScreen:{titleText:(0,l.I)({id:"theme.SearchModal.errorScreen.titleText",message:"Unable to fetch results",description:"The title for error screen of search modal"}),helpText:(0,l.I)({id:"theme.SearchModal.errorScreen.helpText",message:"You might want to check your network connection.",description:"The help text for error screen of search modal"})},footer:{selectText:(0,l.I)({id:"theme.SearchModal.footer.selectText",message:"to select",description:"The explanatory text of the action for the enter key"}),selectKeyAriaLabel:(0,l.I)({id:"theme.SearchModal.footer.selectKeyAriaLabel",message:"Enter key",description:"The ARIA label for the Enter key button that makes the selection"}),navigateText:(0,l.I)({id:"theme.SearchModal.footer.navigateText",message:"to navigate",description:"The explanatory text of the action for the Arrow up and Arrow down key"}),navigateUpKeyAriaLabel:(0,l.I)({id:"theme.SearchModal.footer.navigateUpKeyAriaLabel",message:"Arrow up",description:"The ARIA label for the Arrow up key button that makes the navigation"}),navigateDownKeyAriaLabel:(0,l.I)({id:"theme.SearchModal.footer.navigateDownKeyAriaLabel",message:"Arrow down",description:"The ARIA label for the Arrow down key button that makes the navigation"}),closeText:(0,l.I)({id:"theme.SearchModal.footer.closeText",message:"to close",description:"The explanatory text of the action for Escape key"}),closeKeyAriaLabel:(0,l.I)({id:"theme.SearchModal.footer.closeKeyAriaLabel",message:"Escape key",description:"The ARIA label for the Escape key button that close the modal"}),searchByText:(0,l.I)({id:"theme.SearchModal.footer.searchByText",message:"Search by",description:"The text explain that the search is making by Algolia"})},noResultsScreen:{noResultsText:(0,l.I)({id:"theme.SearchModal.noResultsScreen.noResultsText",message:"No results for",description:"The text explains that there are no results for the following search"}),suggestedQueryText:(0,l.I)({id:"theme.SearchModal.noResultsScreen.suggestedQueryText",message:"Try searching for",description:"The text for the suggested query when no results are found for the following search"}),reportMissingResultsText:(0,l.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsText",message:"Believe this query should return results?",description:"The text for the question where the user thinks there are missing results"}),reportMissingResultsLinkText:(0,l.I)({id:"theme.SearchModal.noResultsScreen.reportMissingResultsLinkText",message:"Let us know.",description:"The text for the link to report missing results"})}},placeholder:(0,l.I)({id:"theme.SearchModal.placeholder",message:"Search docs",description:"The placeholder of the input of the DocSearch pop-up modal"})};let Re=null;function je(e){let{hit:t,children:n}=e;return a.createElement(Q.Z,{to:t.url},n)}function Ne(e){let{state:t,onClose:n}=e;const r=(0,Ce.M)();return a.createElement(Q.Z,{to:r(t.query),onClick:n},a.createElement(l.Z,{id:"theme.SearchBar.seeAll",values:{count:t.context.nbHits}},"See all {count} results"))}function Oe(e){let{contextualSearch:t,externalUrlRegex:r,...o}=e;const{siteMetadata:i}=(0,ce.Z)(),l=(0,Te.l)(),u=function(){const{locale:e,tags:t}=(0,Ae._q)();return[`language:${e}`,t.map((e=>`docusaurus_tag:${e}`))]}(),d=o.searchParameters?.facetFilters??[],p=t?function(e,t){const n=e=>"string"==typeof e?[e]:e;return[...n(e),...n(t)]}(u,d):d,f={...o.searchParameters,facetFilters:p},m=(0,c.k6)(),g=(0,a.useRef)(null),h=(0,a.useRef)(null),[b,y]=(0,a.useState)(!1),[w,k]=(0,a.useState)(void 0),v=(0,a.useCallback)((()=>Re?Promise.resolve():Promise.all([n.e(61426).then(n.bind(n,61426)),Promise.all([n.e(40532),n.e(46945)]).then(n.bind(n,46945)),Promise.all([n.e(40532),n.e(18894)]).then(n.bind(n,18894))]).then((e=>{let[{DocSearchModal:t}]=e;Re=t}))),[]),_=(0,a.useCallback)((()=>{v().then((()=>{g.current=document.createElement("div"),document.body.insertBefore(g.current,document.body.firstChild),y(!0)}))}),[v,y]),x=(0,a.useCallback)((()=>{y(!1),g.current?.remove()}),[y]),E=(0,a.useCallback)((e=>{v().then((()=>{y(!0),k(e.key)}))}),[v,y,k]),S=(0,a.useRef)({navigate(e){let{itemUrl:t}=e;(0,ee.F)(r,t)?window.location.href=t:m.push(t)}}).current,C=(0,a.useRef)((e=>o.transformItems?o.transformItems(e):e.map((e=>({...e,url:l(e.url)}))))).current,T=(0,a.useMemo)((()=>e=>a.createElement(Ne,(0,s.Z)({},e,{onClose:x}))),[x]),A=(0,a.useCallback)((e=>(e.addAlgoliaAgent("docusaurus",i.docusaurusVersion),e)),[i.docusaurusVersion]);return function(e){var t=e.isOpen,n=e.onOpen,r=e.onClose,o=e.onInput,i=e.searchButtonRef;a.useEffect((function(){function e(e){var a;(27===e.keyCode&&t||"k"===(null===(a=e.key)||void 0===a?void 0:a.toLowerCase())&&(e.metaKey||e.ctrlKey)||!function(e){var t=e.target,n=t.tagName;return t.isContentEditable||"INPUT"===n||"SELECT"===n||"TEXTAREA"===n}(e)&&"/"===e.key&&!t)&&(e.preventDefault(),t?r():document.body.classList.contains("DocSearch--active")||document.body.classList.contains("DocSearch--active")||n()),i&&i.current===document.activeElement&&o&&/[a-zA-Z0-9]/.test(String.fromCharCode(e.keyCode))&&o(e)}return window.addEventListener("keydown",e),function(){window.removeEventListener("keydown",e)}}),[t,n,r,o,i])}({isOpen:b,onOpen:_,onClose:x,onInput:E,searchButtonRef:h}),a.createElement(a.Fragment,null,a.createElement(Se.Z,null,a.createElement("link",{rel:"preconnect",href:`https://${o.appId}-dsn.algolia.net`,crossOrigin:"anonymous"})),a.createElement(Ee,{onTouchStart:v,onFocus:v,onMouseOver:v,onClick:_,ref:h,translations:Pe.button}),b&&Re&&g.current&&(0,Le.createPortal)(a.createElement(Re,(0,s.Z)({onClose:x,initialScrollY:window.scrollY,initialQuery:w,navigator:S,transformItems:C,hitComponent:je,transformSearchClient:A},o.searchPagePath&&{resultsFooterComponent:T},o,{searchParameters:f,placeholder:Pe.placeholder,translations:Pe.modal})),g.current))}function Ie(){const{siteConfig:e}=(0,ce.Z)();return a.createElement(Oe,e.themeConfig.algolia)}const Me={searchBox:"searchBox_ZlJk"};function De(e){let{children:t,className:n}=e;return a.createElement("div",{className:(0,r.Z)(n,Me.searchBox)},t)}var Be=n(80143),Fe=n(52802);var ze=n(60373);const Ue=e=>e.docs.find((t=>t.id===e.mainDocId));const $e={default:oe,localeDropdown:function(e){let{mobile:t,dropdownItemsBefore:n,dropdownItemsAfter:r,...o}=e;const{i18n:{currentLocale:i,locales:u,localeConfigs:d}}=(0,ce.Z)(),p=(0,fe.l)(),{search:f,hash:m}=(0,c.TH)(),g=[...n,...u.map((e=>{const n=`${`pathname://${p.createUrl({locale:e,fullyQualified:!1})}`}${f}${m}`;return{label:d[e].label,lang:d[e].htmlLang,to:n,target:"_self",autoAddBaseUrl:!1,className:e===i?t?"menu__link--active":"dropdown__link--active":""}})),...r],h=t?(0,l.I)({message:"Languages",id:"theme.navbar.mobileLanguageDropdown.label",description:"The label for the mobile language switcher dropdown"}):d[i].label;return a.createElement(pe,(0,s.Z)({},o,{mobile:t,label:a.createElement(a.Fragment,null,a.createElement(me,{className:ge}),h),items:g}))},search:function(e){let{mobile:t,className:n}=e;return t?null:a.createElement(De,{className:n},a.createElement(Ie,null))},dropdown:pe,html:function(e){let{value:t,className:n,mobile:o=!1,isDropdownItem:i=!1}=e;const s=i?"li":"div";return a.createElement(s,{className:(0,r.Z)({navbar__item:!o&&!i,"menu__list-item":o},n),dangerouslySetInnerHTML:{__html:t}})},doc:function(e){let{docId:t,label:n,docsPluginId:r,...o}=e;const{activeDoc:i}=(0,Be.Iw)(r),c=(0,Fe.vY)(t,r);return null===c?null:a.createElement(oe,(0,s.Z)({exact:!0},o,{isActive:()=>i?.path===c.path||!!i?.sidebar&&i.sidebar===c.sidebar,label:n??c.id,to:c.path}))},docSidebar:function(e){let{sidebarId:t,label:n,docsPluginId:r,...o}=e;const{activeDoc:i}=(0,Be.Iw)(r),c=(0,Fe.oz)(t,r).link;if(!c)throw new Error(`DocSidebarNavbarItem: Sidebar with ID "${t}" doesn't have anything to be linked to.`);return a.createElement(oe,(0,s.Z)({exact:!0},o,{isActive:()=>i?.sidebar===t,label:n??c.label,to:c.path}))},docsVersion:function(e){let{label:t,to:n,docsPluginId:r,...o}=e;const i=(0,Fe.lO)(r)[0],c=t??i.label,l=n??(e=>e.docs.find((t=>t.id===e.mainDocId)))(i).path;return a.createElement(oe,(0,s.Z)({},o,{label:c,to:l}))},docsVersionDropdown:function(e){let{mobile:t,docsPluginId:n,dropdownActiveClassDisabled:r,dropdownItemsBefore:o,dropdownItemsAfter:i,...u}=e;const{search:d,hash:p}=(0,c.TH)(),f=(0,Be.Iw)(n),m=(0,Be.gB)(n),{savePreferredVersionName:g}=(0,ze.J)(n),h=[...o,...m.map((e=>{const t=f.alternateDocVersions[e.name]??Ue(e);return{label:e.label,to:`${t.path}${d}${p}`,isActive:()=>e===f.activeVersion,onClick:()=>g(e.name)}})),...i],b=(0,Fe.lO)(n)[0],y=t&&h.length>1?(0,l.I)({id:"theme.navbar.mobileVersionsDropdown.label",message:"Versions",description:"The label for the navbar versions dropdown on mobile view"}):b.label,w=t&&h.length>1?void 0:Ue(b).path;return h.length<=1?a.createElement(oe,(0,s.Z)({},u,{mobile:t,label:y,to:w,isActive:r?()=>!1:void 0})):a.createElement(pe,(0,s.Z)({},u,{mobile:t,label:y,to:w,items:h,isActive:r?()=>!1:void 0}))}};function qe(e){let{type:t,...n}=e;const r=function(e,t){return e&&"default"!==e?e:"items"in t?"dropdown":"default"}(t,n),o=$e[r];if(!o)throw new Error(`No NavbarItem component found for type "${t}".`);return a.createElement(o,n)}function Ge(){const e=(0,L.e)(),t=(0,k.L)().navbar.items;return a.createElement("ul",{className:"menu__list"},t.map(((t,n)=>a.createElement(qe,(0,s.Z)({mobile:!0},t,{onClick:()=>e.toggle(),key:n})))))}function He(e){return a.createElement("button",(0,s.Z)({},e,{type:"button",className:"clean-btn navbar-sidebar__back"}),a.createElement(l.Z,{id:"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel",description:"The label of the back button to return to main menu, inside the mobile navbar sidebar secondary menu (notably used to display the docs sidebar)"},"\u2190 Back to main menu"))}function Ze(){const e=0===(0,k.L)().navbar.items.length,t=M();return a.createElement(a.Fragment,null,!e&&a.createElement(He,{onClick:()=>t.hide()}),t.content)}function Ve(){const e=(0,L.e)();var t;return void 0===(t=e.shown)&&(t=!0),(0,a.useEffect)((()=>(document.body.style.overflow=t?"hidden":"visible",()=>{document.body.style.overflow="visible"})),[t]),e.shouldRender?a.createElement(D,{header:a.createElement(Y,null),primaryMenu:a.createElement(Ge,null),secondaryMenu:a.createElement(Ze,null)}):null}const We={navbarHideable:"navbarHideable_m1mJ",navbarHidden:"navbarHidden_jGov"};function Ke(e){return a.createElement("div",(0,s.Z)({role:"presentation"},e,{className:(0,r.Z)("navbar-sidebar__backdrop",e.className)}))}function Ye(e){let{children:t}=e;const{navbar:{hideOnScroll:n,style:o}}=(0,k.L)(),i=(0,L.e)(),{navbarRef:s,isNavbarVisible:c}=function(e){const[t,n]=(0,a.useState)(e),r=(0,a.useRef)(!1),o=(0,a.useRef)(0),i=(0,a.useCallback)((e=>{null!==e&&(o.current=e.getBoundingClientRect().height)}),[]);return(0,P.RF)(((t,a)=>{let{scrollY:i}=t;if(!e)return;if(i=s?n(!1):i+l{if(!e)return;const a=t.location.hash;if(a?document.getElementById(a.substring(1)):void 0)return r.current=!0,void n(!1);n(!0)})),{navbarRef:i,isNavbarVisible:t}}(n);return a.createElement("nav",{ref:s,"aria-label":(0,l.I)({id:"theme.NavBar.navAriaLabel",message:"Main",description:"The ARIA label for the main navigation"}),className:(0,r.Z)("navbar","navbar--fixed-top",n&&[We.navbarHideable,!c&&We.navbarHidden],{"navbar--dark":"dark"===o,"navbar--primary":"primary"===o,"navbar-sidebar--show":i.shown})},t,a.createElement(Ke,{onClick:i.toggle}),a.createElement(Ve,null))}var Qe=n(18780);const Xe={errorBoundaryError:"errorBoundaryError_a6uf"};function Je(e){return a.createElement("button",(0,s.Z)({type:"button"},e),a.createElement(l.Z,{id:"theme.ErrorPageContent.tryAgain",description:"The label of the button to try again rendering when the React error boundary captures an error"},"Try again"))}function et(e){let{error:t}=e;const n=(0,Qe.getErrorCausalChain)(t).map((e=>e.message)).join("\n\nCause:\n");return a.createElement("p",{className:Xe.errorBoundaryError},n)}class tt extends a.Component{componentDidCatch(e,t){throw this.props.onError(e,t)}render(){return this.props.children}}const nt="right";function at(e){let{width:t=30,height:n=30,className:r,...o}=e;return a.createElement("svg",(0,s.Z)({className:r,width:t,height:n,viewBox:"0 0 30 30","aria-hidden":"true"},o),a.createElement("path",{stroke:"currentColor",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"2",d:"M4 7h22M4 15h22M4 23h22"}))}function rt(){const{toggle:e,shown:t}=(0,L.e)();return a.createElement("button",{onClick:e,"aria-label":(0,l.I)({id:"theme.docs.sidebar.toggleSidebarButtonAriaLabel",message:"Toggle navigation bar",description:"The ARIA label for hamburger menu button of mobile navigation"}),"aria-expanded":t,className:"navbar__toggle clean-btn",type:"button"},a.createElement(at,null))}const ot={colorModeToggle:"colorModeToggle_DEke"};function it(e){let{items:t}=e;return a.createElement(a.Fragment,null,t.map(((e,t)=>a.createElement(tt,{key:t,onError:t=>new Error(`A theme navbar item failed to render.\nPlease double-check the following navbar item (themeConfig.navbar.items) of your Docusaurus config:\n${JSON.stringify(e,null,2)}`,{cause:t})},a.createElement(qe,e)))))}function st(e){let{left:t,right:n}=e;return a.createElement("div",{className:"navbar__inner"},a.createElement("div",{className:"navbar__items"},t),a.createElement("div",{className:"navbar__items navbar__items--right"},n))}function ct(){const e=(0,L.e)(),t=(0,k.L)().navbar.items,[n,r]=function(e){function t(e){return"left"===(e.position??nt)}return[e.filter(t),e.filter((e=>!t(e)))]}(t),o=t.find((e=>"search"===e.type));return a.createElement(st,{left:a.createElement(a.Fragment,null,!e.disabled&&a.createElement(rt,null),a.createElement(W,null),a.createElement(it,{items:n})),right:a.createElement(a.Fragment,null,a.createElement(it,{items:r}),a.createElement(Z,{className:ot.colorModeToggle}),!o&&a.createElement(De,null,a.createElement(Ie,null)))})}function lt(){return a.createElement(Ye,null,a.createElement(ct,null))}function ut(e){let{item:t}=e;const{to:n,href:r,label:o,prependBaseUrlToHref:i,...c}=t,l=(0,X.Z)(n),u=(0,X.Z)(r,{forcePrependBaseUrl:!0});return a.createElement(Q.Z,(0,s.Z)({className:"footer__link-item"},r?{href:i?u:r}:{to:l},c),o,r&&!(0,J.Z)(r)&&a.createElement(te.Z,null))}function dt(e){let{item:t}=e;return t.html?a.createElement("li",{className:"footer__item",dangerouslySetInnerHTML:{__html:t.html}}):a.createElement("li",{key:t.href??t.to,className:"footer__item"},a.createElement(ut,{item:t}))}function pt(e){let{column:t}=e;return a.createElement("div",{className:"col footer__col"},a.createElement("div",{className:"footer__title"},t.title),a.createElement("ul",{className:"footer__items clean-list"},t.items.map(((e,t)=>a.createElement(dt,{key:t,item:e})))))}function ft(e){let{columns:t}=e;return a.createElement("div",{className:"row footer__links"},t.map(((e,t)=>a.createElement(pt,{key:t,column:e}))))}function mt(){return a.createElement("span",{className:"footer__link-separator"},"\xb7")}function gt(e){let{item:t}=e;return t.html?a.createElement("span",{className:"footer__link-item",dangerouslySetInnerHTML:{__html:t.html}}):a.createElement(ut,{item:t})}function ht(e){let{links:t}=e;return a.createElement("div",{className:"footer__links text--center"},a.createElement("div",{className:"footer__links"},t.map(((e,n)=>a.createElement(a.Fragment,{key:n},a.createElement(gt,{item:e}),t.length!==n+1&&a.createElement(mt,null))))))}function bt(e){let{links:t}=e;return function(e){return"title"in e[0]}(t)?a.createElement(ft,{columns:t}):a.createElement(ht,{links:t})}var yt=n(50941);const wt={footerLogoLink:"footerLogoLink_BH7S"};function kt(e){let{logo:t}=e;const{withBaseUrl:n}=(0,X.C)(),o={light:n(t.src),dark:n(t.srcDark??t.src)};return a.createElement(yt.Z,{className:(0,r.Z)("footer__logo",t.className),alt:t.alt,sources:o,width:t.width,height:t.height,style:t.style})}function vt(e){let{logo:t}=e;return t.href?a.createElement(Q.Z,{href:t.href,className:wt.footerLogoLink,target:t.target},a.createElement(kt,{logo:t})):a.createElement(kt,{logo:t})}function _t(e){let{copyright:t}=e;return a.createElement("div",{className:"footer__copyright",dangerouslySetInnerHTML:{__html:t}})}function xt(e){let{style:t,links:n,logo:o,copyright:i}=e;return a.createElement("footer",{className:(0,r.Z)("footer",{"footer--dark":"dark"===t})},a.createElement("div",{className:"container container-fluid"},n,(o||i)&&a.createElement("div",{className:"footer__bottom text--center"},o&&a.createElement("div",{className:"margin-bottom--sm"},o),i)))}function Et(){const{footer:e}=(0,k.L)();if(!e)return null;const{copyright:t,links:n,logo:r,style:o}=e;return a.createElement(xt,{style:o,links:n&&n.length>0&&a.createElement(bt,{links:n}),logo:r&&a.createElement(vt,{logo:r}),copyright:t&&a.createElement(_t,{copyright:t})})}const St=a.memo(Et),Ct=(0,R.Qc)([B.S,v.pl,P.OC,ze.L5,i.VC,function(e){let{children:t}=e;return a.createElement(j.n2,null,a.createElement(L.M,null,a.createElement(O,null,t)))}]);function Tt(e){let{children:t}=e;return a.createElement(Ct,null,t)}function At(e){let{error:t,tryAgain:n}=e;return a.createElement("main",{className:"container margin-vert--xl"},a.createElement("div",{className:"row"},a.createElement("div",{className:"col col--6 col--offset-3"},a.createElement("h1",{className:"hero__title"},a.createElement(l.Z,{id:"theme.ErrorPageContent.title",description:"The title of the fallback page when the page crashed"},"This page crashed.")),a.createElement("div",{className:"margin-vert--lg"},a.createElement(Je,{onClick:n,className:"button button--primary shadow--lw"})),a.createElement("hr",null),a.createElement("div",{className:"margin-vert--md"},a.createElement(et,{error:t})))))}const Lt={mainWrapper:"mainWrapper_z2l0"};function Pt(e){const{children:t,noFooter:n,wrapperClassName:s,title:c,description:l}=e;return(0,b.t)(),a.createElement(Tt,null,a.createElement(i.d,{title:c,description:l}),a.createElement(w,null),a.createElement(A,null),a.createElement(lt,null),a.createElement("div",{id:d,className:(0,r.Z)(h.k.wrapper.main,Lt.mainWrapper,s)},a.createElement(o.Z,{fallback:e=>a.createElement(At,e)},t)),!n&&a.createElement(St,null))}},21327:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var a=n(87462),r=n(67294),o=n(39960),i=n(44996),s=n(52263),c=n(86668),l=n(50941);function u(e){let{logo:t,alt:n,imageClassName:a}=e;const o={light:(0,i.Z)(t.src),dark:(0,i.Z)(t.srcDark||t.src)},s=r.createElement(l.Z,{className:t.className,sources:o,height:t.height,width:t.width,alt:n,style:t.style});return a?r.createElement("div",{className:a},s):s}function d(e){const{siteConfig:{title:t}}=(0,s.Z)(),{navbar:{title:n,logo:l}}=(0,c.L)(),{imageClassName:d,titleClassName:p,...f}=e,m=(0,i.Z)(l?.href||"/"),g=n?"":t,h=l?.alt??g;return r.createElement(o.Z,(0,a.Z)({to:m},f,l?.target&&{target:l.target}),l&&r.createElement(u,{logo:l,alt:h,imageClassName:d}),null!=n&&r.createElement("b",{className:p},n))}},90197:(e,t,n)=>{"use strict";n.d(t,{Z:()=>o});var a=n(67294),r=n(35742);function o(e){let{locale:t,version:n,tag:o}=e;const i=t;return a.createElement(r.Z,null,t&&a.createElement("meta",{name:"docusaurus_locale",content:t}),n&&a.createElement("meta",{name:"docusaurus_version",content:n}),o&&a.createElement("meta",{name:"docusaurus_tag",content:o}),i&&a.createElement("meta",{name:"docsearch:language",content:i}),n&&a.createElement("meta",{name:"docsearch:version",content:n}),o&&a.createElement("meta",{name:"docsearch:docusaurus_tag",content:o}))}},50941:(e,t,n)=>{"use strict";n.d(t,{Z:()=>l});var a=n(87462),r=n(67294),o=n(86010),i=n(72389),s=n(92949);const c={themedImage:"themedImage_ToTc","themedImage--light":"themedImage--light_HNdA","themedImage--dark":"themedImage--dark_i4oU"};function l(e){const t=(0,i.Z)(),{colorMode:n}=(0,s.I)(),{sources:l,className:u,alt:d,...p}=e,f=t?"dark"===n?["dark"]:["light"]:["light","dark"];return r.createElement(r.Fragment,null,f.map((e=>r.createElement("img",(0,a.Z)({key:e,src:l[e],alt:d,className:(0,o.Z)(c.themedImage,c[`themedImage--${e}`],u)},p)))))}},86043:(e,t,n)=>{"use strict";n.d(t,{u:()=>c,z:()=>h});var a=n(87462),r=n(67294),o=n(10412),i=n(91442);const s="ease-in-out";function c(e){let{initialState:t}=e;const[n,a]=(0,r.useState)(t??!1),o=(0,r.useCallback)((()=>{a((e=>!e))}),[]);return{collapsed:n,setCollapsed:a,toggleCollapsed:o}}const l={display:"none",overflow:"hidden",height:"0px"},u={display:"block",overflow:"visible",height:"auto"};function d(e,t){const n=t?l:u;e.style.display=n.display,e.style.overflow=n.overflow,e.style.height=n.height}function p(e){let{collapsibleRef:t,collapsed:n,animation:a}=e;const o=(0,r.useRef)(!1);(0,r.useEffect)((()=>{const e=t.current;function r(){const t=e.scrollHeight,n=a?.duration??function(e){if((0,i.n)())return 1;const t=e/36;return Math.round(10*(4+15*t**.25+t/5))}(t);return{transition:`height ${n}ms ${a?.easing??s}`,height:`${t}px`}}function c(){const t=r();e.style.transition=t.transition,e.style.height=t.height}if(!o.current)return d(e,n),void(o.current=!0);return e.style.willChange="height",function(){const t=requestAnimationFrame((()=>{n?(c(),requestAnimationFrame((()=>{e.style.height=l.height,e.style.overflow=l.overflow}))):(e.style.display="block",requestAnimationFrame((()=>{c()})))}));return()=>cancelAnimationFrame(t)}()}),[t,n,a])}function f(e){if(!o.Z.canUseDOM)return e?l:u}function m(e){let{as:t="div",collapsed:n,children:a,animation:o,onCollapseTransitionEnd:i,className:s,disableSSRStyle:c}=e;const l=(0,r.useRef)(null);return p({collapsibleRef:l,collapsed:n,animation:o}),r.createElement(t,{ref:l,style:c?void 0:f(n),onTransitionEnd:e=>{"height"===e.propertyName&&(d(l.current,n),i?.(n))},className:s},a)}function g(e){let{collapsed:t,...n}=e;const[o,i]=(0,r.useState)(!t),[s,c]=(0,r.useState)(t);return(0,r.useLayoutEffect)((()=>{t||i(!0)}),[t]),(0,r.useLayoutEffect)((()=>{o&&c(t)}),[o,t]),o?r.createElement(m,(0,a.Z)({},n,{collapsed:s})):null}function h(e){let{lazy:t,...n}=e;const a=t?g:m;return r.createElement(a,n)}},59689:(e,t,n)=>{"use strict";n.d(t,{nT:()=>m,pl:()=>f});var a=n(67294),r=n(72389),o=n(50012),i=n(902),s=n(86668);const c=(0,o.WA)("docusaurus.announcement.dismiss"),l=(0,o.WA)("docusaurus.announcement.id"),u=()=>"true"===c.get(),d=e=>c.set(String(e)),p=a.createContext(null);function f(e){let{children:t}=e;const n=function(){const{announcementBar:e}=(0,s.L)(),t=(0,r.Z)(),[n,o]=(0,a.useState)((()=>!!t&&u()));(0,a.useEffect)((()=>{o(u())}),[]);const i=(0,a.useCallback)((()=>{d(!0),o(!0)}),[]);return(0,a.useEffect)((()=>{if(!e)return;const{id:t}=e;let n=l.get();"annoucement-bar"===n&&(n="announcement-bar");const a=t!==n;l.set(t),a&&d(!1),!a&&u()||o(!1)}),[e]),(0,a.useMemo)((()=>({isActive:!!e&&!n,close:i})),[e,n,i])}();return a.createElement(p.Provider,{value:n},t)}function m(){const e=(0,a.useContext)(p);if(!e)throw new i.i6("AnnouncementBarProvider");return e}},92949:(e,t,n)=>{"use strict";n.d(t,{I:()=>h,S:()=>g});var a=n(67294),r=n(10412),o=n(902),i=n(50012),s=n(86668);const c=a.createContext(void 0),l="theme",u=(0,i.WA)(l),d={light:"light",dark:"dark"},p=e=>e===d.dark?d.dark:d.light,f=e=>r.Z.canUseDOM?p(document.documentElement.getAttribute("data-theme")):p(e),m=e=>{u.set(p(e))};function g(e){let{children:t}=e;const n=function(){const{colorMode:{defaultMode:e,disableSwitch:t,respectPrefersColorScheme:n}}=(0,s.L)(),[r,o]=(0,a.useState)(f(e));(0,a.useEffect)((()=>{t&&u.del()}),[t]);const i=(0,a.useCallback)((function(t,a){void 0===a&&(a={});const{persist:r=!0}=a;t?(o(t),r&&m(t)):(o(n?window.matchMedia("(prefers-color-scheme: dark)").matches?d.dark:d.light:e),u.del())}),[n,e]);(0,a.useEffect)((()=>{document.documentElement.setAttribute("data-theme",p(r))}),[r]),(0,a.useEffect)((()=>{if(t)return;const e=e=>{if(e.key!==l)return;const t=u.get();null!==t&&i(p(t))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)}),[t,i]);const c=(0,a.useRef)(!1);return(0,a.useEffect)((()=>{if(t&&!n)return;const e=window.matchMedia("(prefers-color-scheme: dark)"),a=()=>{window.matchMedia("print").matches||c.current?c.current=window.matchMedia("print").matches:i(null)};return e.addListener(a),()=>e.removeListener(a)}),[i,t,n]),(0,a.useMemo)((()=>({colorMode:r,setColorMode:i,get isDarkTheme(){return r===d.dark},setLightTheme(){i(d.light)},setDarkTheme(){i(d.dark)}})),[r,i])}();return a.createElement(c.Provider,{value:n},t)}function h(){const e=(0,a.useContext)(c);if(null==e)throw new o.i6("ColorModeProvider","Please see https://docusaurus.io/docs/api/themes/configuration#use-color-mode.");return e}},60373:(e,t,n)=>{"use strict";n.d(t,{J:()=>y,L5:()=>h,Oh:()=>w});var a=n(67294),r=n(80143),o=n(29935),i=n(86668),s=n(52802),c=n(902),l=n(50012);const u=e=>`docs-preferred-version-${e}`,d={save:(e,t,n)=>{(0,l.WA)(u(e),{persistence:t}).set(n)},read:(e,t)=>(0,l.WA)(u(e),{persistence:t}).get(),clear:(e,t)=>{(0,l.WA)(u(e),{persistence:t}).del()}},p=e=>Object.fromEntries(e.map((e=>[e,{preferredVersionName:null}])));const f=a.createContext(null);function m(){const e=(0,r._r)(),t=(0,i.L)().docs.versionPersistence,n=(0,a.useMemo)((()=>Object.keys(e)),[e]),[o,s]=(0,a.useState)((()=>p(n)));(0,a.useEffect)((()=>{s(function(e){let{pluginIds:t,versionPersistence:n,allDocsData:a}=e;function r(e){const t=d.read(e,n);return a[e].versions.some((e=>e.name===t))?{preferredVersionName:t}:(d.clear(e,n),{preferredVersionName:null})}return Object.fromEntries(t.map((e=>[e,r(e)])))}({allDocsData:e,versionPersistence:t,pluginIds:n}))}),[e,t,n]);return[o,(0,a.useMemo)((()=>({savePreferredVersion:function(e,n){d.save(e,t,n),s((t=>({...t,[e]:{preferredVersionName:n}})))}})),[t])]}function g(e){let{children:t}=e;const n=m();return a.createElement(f.Provider,{value:n},t)}function h(e){let{children:t}=e;return s.cE?a.createElement(g,null,t):a.createElement(a.Fragment,null,t)}function b(){const e=(0,a.useContext)(f);if(!e)throw new c.i6("DocsPreferredVersionContextProvider");return e}function y(e){void 0===e&&(e=o.m);const t=(0,r.zh)(e),[n,i]=b(),{preferredVersionName:s}=n[e];return{preferredVersion:t.versions.find((e=>e.name===s))??null,savePreferredVersionName:(0,a.useCallback)((t=>{i.savePreferredVersion(e,t)}),[i,e])}}function w(){const e=(0,r._r)(),[t]=b();function n(n){const a=e[n],{preferredVersionName:r}=t[n];return a.versions.find((e=>e.name===r))??null}const a=Object.keys(e);return Object.fromEntries(a.map((e=>[e,n(e)])))}},1116:(e,t,n)=>{"use strict";n.d(t,{V:()=>c,b:()=>s});var a=n(67294),r=n(902);const o=Symbol("EmptyContext"),i=a.createContext(o);function s(e){let{children:t,name:n,items:r}=e;const o=(0,a.useMemo)((()=>n&&r?{name:n,items:r}:null),[n,r]);return a.createElement(i.Provider,{value:o},t)}function c(){const e=(0,a.useContext)(i);if(e===o)throw new r.i6("DocsSidebarProvider");return e}},74477:(e,t,n)=>{"use strict";n.d(t,{E:()=>s,q:()=>i});var a=n(67294),r=n(902);const o=a.createContext(null);function i(e){let{children:t,version:n}=e;return a.createElement(o.Provider,{value:n},t)}function s(){const e=(0,a.useContext)(o);if(null===e)throw new r.i6("DocsVersionProvider");return e}},93163:(e,t,n)=>{"use strict";n.d(t,{M:()=>d,e:()=>p});var a=n(67294),r=n(13102),o=n(87524),i=n(91980),s=n(86668),c=n(902);const l=a.createContext(void 0);function u(){const e=function(){const e=(0,r.HY)(),{items:t}=(0,s.L)().navbar;return 0===t.length&&!e.component}(),t=(0,o.i)(),n=!e&&"mobile"===t,[c,l]=(0,a.useState)(!1);(0,i.Rb)((()=>{if(c)return l(!1),!1}));const u=(0,a.useCallback)((()=>{l((e=>!e))}),[]);return(0,a.useEffect)((()=>{"desktop"===t&&l(!1)}),[t]),(0,a.useMemo)((()=>({disabled:e,shouldRender:n,toggle:u,shown:c})),[e,n,u,c])}function d(e){let{children:t}=e;const n=u();return a.createElement(l.Provider,{value:n},t)}function p(){const e=a.useContext(l);if(void 0===e)throw new c.i6("NavbarMobileSidebarProvider");return e}},13102:(e,t,n)=>{"use strict";n.d(t,{HY:()=>s,Zo:()=>c,n2:()=>i});var a=n(67294),r=n(902);const o=a.createContext(null);function i(e){let{children:t}=e;const n=(0,a.useState)({component:null,props:null});return a.createElement(o.Provider,{value:n},t)}function s(){const e=(0,a.useContext)(o);if(!e)throw new r.i6("NavbarSecondaryMenuContentProvider");return e[0]}function c(e){let{component:t,props:n}=e;const i=(0,a.useContext)(o);if(!i)throw new r.i6("NavbarSecondaryMenuContentProvider");const[,s]=i,c=(0,r.Ql)(n);return(0,a.useEffect)((()=>{s({component:t,props:c})}),[s,t,c]),(0,a.useEffect)((()=>()=>s({component:null,props:null})),[s]),null}},19727:(e,t,n)=>{"use strict";n.d(t,{h:()=>r,t:()=>o});var a=n(67294);const r="navigation-with-keyboard";function o(){(0,a.useEffect)((()=>{function e(e){"keydown"===e.type&&"Tab"===e.key&&document.body.classList.add(r),"mousedown"===e.type&&document.body.classList.remove(r)}return document.addEventListener("keydown",e),document.addEventListener("mousedown",e),()=>{document.body.classList.remove(r),document.removeEventListener("keydown",e),document.removeEventListener("mousedown",e)}}),[])}},66177:(e,t,n)=>{"use strict";n.d(t,{K:()=>s,M:()=>c});var a=n(67294),r=n(52263),o=n(91980);const i="q";function s(){return(0,o.Nc)(i)}function c(){const{siteConfig:{baseUrl:e,themeConfig:t}}=(0,r.Z)(),{algolia:{searchPagePath:n}}=t;return(0,a.useCallback)((t=>`${e}${n}?${i}=${encodeURIComponent(t)}`),[e,n])}},87524:(e,t,n)=>{"use strict";n.d(t,{i:()=>l});var a=n(67294),r=n(10412);const o={desktop:"desktop",mobile:"mobile",ssr:"ssr"},i=996;function s(){return r.Z.canUseDOM?window.innerWidth>i?o.desktop:o.mobile:o.ssr}const c=!1;function l(){const[e,t]=(0,a.useState)((()=>c?"ssr":s()));return(0,a.useEffect)((()=>{function e(){t(s())}const n=c?window.setTimeout(e,1e3):void 0;return window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e),clearTimeout(n)}}),[]),e}},35281:(e,t,n)=>{"use strict";n.d(t,{k:()=>a});const a={page:{blogListPage:"blog-list-page",blogPostPage:"blog-post-page",blogTagsListPage:"blog-tags-list-page",blogTagPostListPage:"blog-tags-post-list-page",docsDocPage:"docs-doc-page",docsTagsListPage:"docs-tags-list-page",docsTagDocListPage:"docs-tags-doc-list-page",mdxPage:"mdx-page"},wrapper:{main:"main-wrapper",blogPages:"blog-wrapper",docsPages:"docs-wrapper",mdxPages:"mdx-wrapper"},common:{editThisPage:"theme-edit-this-page",lastUpdated:"theme-last-updated",backToTopButton:"theme-back-to-top-button",codeBlock:"theme-code-block",admonition:"theme-admonition",admonitionType:e=>`theme-admonition-${e}`},layout:{},docs:{docVersionBanner:"theme-doc-version-banner",docVersionBadge:"theme-doc-version-badge",docBreadcrumbs:"theme-doc-breadcrumbs",docMarkdown:"theme-doc-markdown",docTocMobile:"theme-doc-toc-mobile",docTocDesktop:"theme-doc-toc-desktop",docFooter:"theme-doc-footer",docFooterTagsRow:"theme-doc-footer-tags-row",docFooterEditMetaRow:"theme-doc-footer-edit-meta-row",docSidebarContainer:"theme-doc-sidebar-container",docSidebarMenu:"theme-doc-sidebar-menu",docSidebarItemCategory:"theme-doc-sidebar-item-category",docSidebarItemLink:"theme-doc-sidebar-item-link",docSidebarItemCategoryLevel:e=>`theme-doc-sidebar-item-category-level-${e}`,docSidebarItemLinkLevel:e=>`theme-doc-sidebar-item-link-level-${e}`},blog:{}}},91442:(e,t,n)=>{"use strict";function a(){return window.matchMedia("(prefers-reduced-motion: reduce)").matches}n.d(t,{n:()=>a})},52802:(e,t,n)=>{"use strict";n.d(t,{MN:()=>S,Wl:()=>m,_F:()=>y,cE:()=>p,jA:()=>g,xz:()=>f,hI:()=>E,lO:()=>v,vY:()=>x,oz:()=>_,s1:()=>k});var a=n(67294),r=n(16550),o=n(18790),i=n(80143),s=n(60373),c=n(74477),l=n(1116);function u(e){return Array.from(new Set(e))}var d=n(48596);const p=!!i._r;function f(e){const t=(0,c.E)();if(!e)return;const n=t.docs[e];if(!n)throw new Error(`no version doc found by id=${e}`);return n}function m(e){if(e.href)return e.href;for(const t of e.items){if("link"===t.type)return t.href;if("category"===t.type){const e=m(t);if(e)return e}}}function g(){const{pathname:e}=(0,r.TH)(),t=(0,l.V)();if(!t)throw new Error("Unexpected: cant find current sidebar in context");const n=w({sidebarItems:t.items,pathname:e,onlyCategories:!0}).slice(-1)[0];if(!n)throw new Error(`${e} is not associated with a category. useCurrentSidebarCategory() should only be used on category index pages.`);return n}const h=(e,t)=>void 0!==e&&(0,d.Mg)(e,t),b=(e,t)=>e.some((e=>y(e,t)));function y(e,t){return"link"===e.type?h(e.href,t):"category"===e.type&&(h(e.href,t)||b(e.items,t))}function w(e){let{sidebarItems:t,pathname:n,onlyCategories:a=!1}=e;const r=[];return function e(t){for(const o of t)if("category"===o.type&&((0,d.Mg)(o.href,n)||e(o.items))||"link"===o.type&&(0,d.Mg)(o.href,n)){return a&&"category"!==o.type||r.unshift(o),!0}return!1}(t),r}function k(){const e=(0,l.V)(),{pathname:t}=(0,r.TH)(),n=(0,i.gA)()?.pluginData.breadcrumbs;return!1!==n&&e?w({sidebarItems:e.items,pathname:t}):null}function v(e){const{activeVersion:t}=(0,i.Iw)(e),{preferredVersion:n}=(0,s.J)(e),r=(0,i.yW)(e);return(0,a.useMemo)((()=>u([t,n,r].filter(Boolean))),[t,n,r])}function _(e,t){const n=v(t);return(0,a.useMemo)((()=>{const t=n.flatMap((e=>e.sidebars?Object.entries(e.sidebars):[])),a=t.find((t=>t[0]===e));if(!a)throw new Error(`Can't find any sidebar with id "${e}" in version${n.length>1?"s":""} ${n.map((e=>e.name)).join(", ")}".\nAvailable sidebar ids are:\n- ${t.map((e=>e[0])).join("\n- ")}`);return a[1]}),[e,n])}function x(e,t){const n=v(t);return(0,a.useMemo)((()=>{const t=n.flatMap((e=>e.docs)),a=t.find((t=>t.id===e));if(!a){if(n.flatMap((e=>e.draftIds)).includes(e))return null;throw new Error(`Couldn't find any doc with id "${e}" in version${n.length>1?"s":""} "${n.map((e=>e.name)).join(", ")}".\nAvailable doc ids are:\n- ${u(t.map((e=>e.id))).join("\n- ")}`)}return a}),[e,n])}function E(e){let{route:t,versionMetadata:n}=e;const a=(0,r.TH)(),i=t.routes,s=i.find((e=>(0,r.LX)(a.pathname,e)));if(!s)return null;const c=s.sidebar,l=c?n.docsSidebars[c]:void 0;return{docElement:(0,o.H)(i),sidebarName:c,sidebarItems:l}}function S(e){return e.filter((e=>"category"!==e.type||!!m(e)))}},82128:(e,t,n)=>{"use strict";n.d(t,{p:()=>r});var a=n(52263);function r(e){const{siteConfig:t}=(0,a.Z)(),{title:n,titleDelimiter:r}=t;return e?.trim().length?`${e.trim()} ${r} ${n}`:n}},91980:(e,t,n)=>{"use strict";n.d(t,{Nc:()=>l,Rb:()=>s});var a=n(67294),r=n(16550),o=n(61688),i=n(902);function s(e){!function(e){const t=(0,r.k6)(),n=(0,i.zX)(e);(0,a.useEffect)((()=>t.block(((e,t)=>n(e,t)))),[t,n])}(((t,n)=>{if("POP"===n)return e(t,n)}))}function c(e){return function(e){const t=(0,r.k6)();return(0,o.useSyncExternalStore)(t.listen,(()=>e(t)),(()=>e(t)))}((t=>null===e?null:new URLSearchParams(t.location.search).get(e)))}function l(e){const t=c(e)??"",n=function(){const e=(0,r.k6)();return(0,a.useCallback)(((t,n,a)=>{const r=new URLSearchParams(e.location.search);n?r.set(t,n):r.delete(t),(a?.push?e.push:e.replace)({search:r.toString()})}),[e])}();return[t,(0,a.useCallback)(((t,a)=>{n(e,t,a)}),[n,e])]}},10833:(e,t,n)=>{"use strict";n.d(t,{FG:()=>p,d:()=>u,VC:()=>f});var a=n(67294),r=n(86010),o=n(35742),i=n(30226);function s(){const e=a.useContext(i._);if(!e)throw new Error("Unexpected: no Docusaurus route context found");return e}var c=n(44996),l=n(82128);function u(e){let{title:t,description:n,keywords:r,image:i,children:s}=e;const u=(0,l.p)(t),{withBaseUrl:d}=(0,c.C)(),p=i?d(i,{absolute:!0}):void 0;return a.createElement(o.Z,null,t&&a.createElement("title",null,u),t&&a.createElement("meta",{property:"og:title",content:u}),n&&a.createElement("meta",{name:"description",content:n}),n&&a.createElement("meta",{property:"og:description",content:n}),r&&a.createElement("meta",{name:"keywords",content:Array.isArray(r)?r.join(","):r}),p&&a.createElement("meta",{property:"og:image",content:p}),p&&a.createElement("meta",{name:"twitter:image",content:p}),s)}const d=a.createContext(void 0);function p(e){let{className:t,children:n}=e;const i=a.useContext(d),s=(0,r.Z)(i,t);return a.createElement(d.Provider,{value:s},a.createElement(o.Z,null,a.createElement("html",{className:s})),n)}function f(e){let{children:t}=e;const n=s(),o=`plugin-${n.plugin.name.replace(/docusaurus-(?:plugin|theme)-(?:content-)?/gi,"")}`;const i=`plugin-id-${n.plugin.id}`;return a.createElement(p,{className:(0,r.Z)(o,i)},t)}},902:(e,t,n)=>{"use strict";n.d(t,{D9:()=>i,Qc:()=>l,Ql:()=>c,i6:()=>s,zX:()=>o});var a=n(67294);const r=n(10412).Z.canUseDOM?a.useLayoutEffect:a.useEffect;function o(e){const t=(0,a.useRef)(e);return r((()=>{t.current=e}),[e]),(0,a.useCallback)((function(){return t.current(...arguments)}),[])}function i(e){const t=(0,a.useRef)();return r((()=>{t.current=e})),t.current}class s extends Error{constructor(e,t){super(),this.name="ReactContextError",this.message=`Hook ${this.stack?.split("\n")[1]?.match(/at (?:\w+\.)?(?\w+)/)?.groups.name??""} is called outside the <${e}>. ${t??""}`}}function c(e){const t=Object.entries(e);return t.sort(((e,t)=>e[0].localeCompare(t[0]))),(0,a.useMemo)((()=>e),t.flat())}function l(e){return t=>{let{children:n}=t;return a.createElement(a.Fragment,null,e.reduceRight(((e,t)=>a.createElement(t,null,e)),n))}}},98022:(e,t,n)=>{"use strict";function a(e,t){return void 0!==e&&void 0!==t&&new RegExp(e,"gi").test(t)}n.d(t,{F:()=>a})},48596:(e,t,n)=>{"use strict";n.d(t,{Mg:()=>i,Ns:()=>s});var a=n(67294),r=n(723),o=n(52263);function i(e,t){const n=e=>(!e||e.endsWith("/")?e:`${e}/`)?.toLowerCase();return n(e)===n(t)}function s(){const{baseUrl:e}=(0,o.Z)().siteConfig;return(0,a.useMemo)((()=>function(e){let{baseUrl:t,routes:n}=e;function a(e){return e.path===t&&!0===e.exact}function r(e){return e.path===t&&!e.exact}return function e(t){if(0===t.length)return;return t.find(a)||e(t.filter(r).flatMap((e=>e.routes??[])))}(n)}({routes:r.Z,baseUrl:e})),[e])}},12466:(e,t,n)=>{"use strict";n.d(t,{Ct:()=>p,OC:()=>c,RF:()=>d});var a=n(67294),r=n(10412),o=n(72389),i=n(902);const s=a.createContext(void 0);function c(e){let{children:t}=e;const n=function(){const e=(0,a.useRef)(!0);return(0,a.useMemo)((()=>({scrollEventsEnabledRef:e,enableScrollEvents:()=>{e.current=!0},disableScrollEvents:()=>{e.current=!1}})),[])}();return a.createElement(s.Provider,{value:n},t)}function l(){const e=(0,a.useContext)(s);if(null==e)throw new i.i6("ScrollControllerProvider");return e}const u=()=>r.Z.canUseDOM?{scrollX:window.pageXOffset,scrollY:window.pageYOffset}:null;function d(e,t){void 0===t&&(t=[]);const{scrollEventsEnabledRef:n}=l(),r=(0,a.useRef)(u()),o=(0,i.zX)(e);(0,a.useEffect)((()=>{const e=()=>{if(!n.current)return;const e=u();o(e,r.current),r.current=e},t={passive:!0};return e(),window.addEventListener("scroll",e,t),()=>window.removeEventListener("scroll",e,t)}),[o,n,...t])}function p(){const e=(0,a.useRef)(null),t=(0,o.Z)()&&"smooth"===getComputedStyle(document.documentElement).scrollBehavior;return{startScroll:n=>{e.current=t?function(e){return window.scrollTo({top:e,behavior:"smooth"}),()=>{}}(n):function(e){let t=null;const n=document.documentElement.scrollTop>e;return function a(){const r=document.documentElement.scrollTop;(n&&r>e||!n&&rt&&cancelAnimationFrame(t)}(n)},cancelScroll:()=>e.current?.()}}},43320:(e,t,n)=>{"use strict";n.d(t,{HX:()=>i,_q:()=>c,os:()=>s});var a=n(80143),r=n(52263),o=n(60373);const i="default";function s(e,t){return`docs-${e}-${t}`}function c(){const{i18n:e}=(0,r.Z)(),t=(0,a._r)(),n=(0,a.WS)(),c=(0,o.Oh)();const l=[i,...Object.keys(t).map((function(e){const a=n?.activePlugin.pluginId===e?n.activeVersion:void 0,r=c[e],o=t[e].versions.find((e=>e.isLast));return s(e,(a??r??o).name)}))];return{locale:e.currentLocale,tags:l}}},50012:(e,t,n)=>{"use strict";n.d(t,{WA:()=>c});n(67294),n(61688);const a="localStorage";function r(e){let{key:t,oldValue:n,newValue:a,storage:r}=e;if(n===a)return;const o=document.createEvent("StorageEvent");o.initStorageEvent("storage",!1,!1,t,n,a,window.location.href,r),window.dispatchEvent(o)}function o(e){if(void 0===e&&(e=a),"undefined"==typeof window)throw new Error("Browser storage is not available on Node.js/Docusaurus SSR process.");if("none"===e)return null;try{return window[e]}catch(n){return t=n,i||(console.warn("Docusaurus browser storage is not available.\nPossible reasons: running Docusaurus in an iframe, in an incognito browser session, or using too strict browser privacy settings.",t),i=!0),null}var t}let i=!1;const s={get:()=>null,set:()=>{},del:()=>{},listen:()=>()=>{}};function c(e,t){if("undefined"==typeof window)return function(e){function t(){throw new Error(`Illegal storage API usage for storage key "${e}".\nDocusaurus storage APIs are not supposed to be called on the server-rendering process.\nPlease only call storage APIs in effects and event handlers.`)}return{get:t,set:t,del:t,listen:t}}(e);const n=o(t?.persistence);return null===n?s:{get:()=>{try{return n.getItem(e)}catch(t){return console.error(`Docusaurus storage error, can't get key=${e}`,t),null}},set:t=>{try{const a=n.getItem(e);n.setItem(e,t),r({key:e,oldValue:a,newValue:t,storage:n})}catch(a){console.error(`Docusaurus storage error, can't set ${e}=${t}`,a)}},del:()=>{try{const t=n.getItem(e);n.removeItem(e),r({key:e,oldValue:t,newValue:null,storage:n})}catch(t){console.error(`Docusaurus storage error, can't delete key=${e}`,t)}},listen:t=>{try{const a=a=>{a.storageArea===n&&a.key===e&&t(a)};return window.addEventListener("storage",a),()=>window.removeEventListener("storage",a)}catch(a){return console.error(`Docusaurus storage error, can't listen for changes of key=${e}`,a),()=>{}}}}}},94711:(e,t,n)=>{"use strict";n.d(t,{l:()=>o});var a=n(52263),r=n(16550);function o(){const{siteConfig:{baseUrl:e,url:t},i18n:{defaultLocale:n,currentLocale:o}}=(0,a.Z)(),{pathname:i}=(0,r.TH)(),s=o===n?e:e.replace(`/${o}/`,"/"),c=i.replace(e,"");return{createUrl:function(e){let{locale:a,fullyQualified:r}=e;return`${r?t:""}${function(e){return e===n?`${s}`:`${s}${e}/`}(a)}${c}`}}}},85936:(e,t,n)=>{"use strict";n.d(t,{S:()=>i});var a=n(67294),r=n(16550),o=n(902);function i(e){const t=(0,r.TH)(),n=(0,o.D9)(t),i=(0,o.zX)(e);(0,a.useEffect)((()=>{n&&t!==n&&i({location:t,previousLocation:n})}),[i,t,n])}},86668:(e,t,n)=>{"use strict";n.d(t,{L:()=>r});var a=n(52263);function r(){return(0,a.Z)().siteConfig.themeConfig}},6278:(e,t,n)=>{"use strict";n.d(t,{L:()=>r});var a=n(52263);function r(){const{siteConfig:{themeConfig:e}}=(0,a.Z)();return e}},239:(e,t,n)=>{"use strict";n.d(t,{l:()=>s});var a=n(67294),r=n(98022),o=n(44996),i=n(6278);function s(){const{withBaseUrl:e}=(0,o.C)(),{algolia:{externalUrlRegex:t,replaceSearchResultPathname:n}}=(0,i.L)();return(0,a.useCallback)((a=>{const o=new URL(a);if((0,r.F)(t,o.href))return a;const i=`${o.pathname+o.hash}`;return e(function(e,t){return t?e.replaceAll(new RegExp(t.from,"g"),t.to):e}(i,n))}),[e,t,n])}},8802:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){const{trailingSlash:n,baseUrl:a}=t;if(e.startsWith("#"))return e;if(void 0===n)return e;const[r]=e.split(/[#?]/),o="/"===r||r===a?r:(i=r,n?function(e){return e.endsWith("/")?e:`${e}/`}(i):function(e){return e.endsWith("/")?e.slice(0,-1):e}(i));var i;return e.replace(r,o)}},54143:(e,t)=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=void 0,t.getErrorCausalChain=function e(t){return t.cause?[t,...e(t.cause)]:[t]}},18780:function(e,t,n){"use strict";var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getErrorCausalChain=t.applyTrailingSlash=t.blogPostContainerID=void 0,t.blogPostContainerID="__blog-post-container";var r=n(8802);Object.defineProperty(t,"applyTrailingSlash",{enumerable:!0,get:function(){return a(r).default}});var o=n(54143);Object.defineProperty(t,"getErrorCausalChain",{enumerable:!0,get:function(){return o.getErrorCausalChain}})},86010:(e,t,n)=>{"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;tr});const r=function(){for(var e,t,n=0,r="";n{"use strict";n.d(t,{lX:()=>k,q_:()=>C,ob:()=>f,PP:()=>A,Ep:()=>p});var a=n(87462);function r(e){return"/"===e.charAt(0)}function o(e,t){for(var n=t,a=n+1,r=e.length;a=0;p--){var f=i[p];"."===f?o(i,p):".."===f?(o(i,p),d++):d&&(o(i,p),d--)}if(!l)for(;d--;d)i.unshift("..");!l||""===i[0]||i[0]&&r(i[0])||i.unshift("");var m=i.join("/");return n&&"/"!==m.substr(-1)&&(m+="/"),m};var s=n(38776);function c(e){return"/"===e.charAt(0)?e:"/"+e}function l(e){return"/"===e.charAt(0)?e.substr(1):e}function u(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function d(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function p(e){var t=e.pathname,n=e.search,a=e.hash,r=t||"/";return n&&"?"!==n&&(r+="?"===n.charAt(0)?n:"?"+n),a&&"#"!==a&&(r+="#"===a.charAt(0)?a:"#"+a),r}function f(e,t,n,r){var o;"string"==typeof e?(o=function(e){var t=e||"/",n="",a="",r=t.indexOf("#");-1!==r&&(a=t.substr(r),t=t.substr(0,r));var o=t.indexOf("?");return-1!==o&&(n=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===n?"":n,hash:"#"===a?"":a}}(e),o.state=t):(void 0===(o=(0,a.Z)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(s){throw s instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):s}return n&&(o.key=n),r?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=i(o.pathname,r.pathname)):o.pathname=r.pathname:o.pathname||(o.pathname="/"),o}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,n,a,r){if(null!=e){var o="function"==typeof e?e(t,n):e;"string"==typeof o?"function"==typeof a?a(o,r):r(!0):r(!1!==o)}else r(!0)},appendListener:function(e){var n=!0;function a(){n&&e.apply(void 0,arguments)}return t.push(a),function(){n=!1,t=t.filter((function(e){return e!==a}))}},notifyListeners:function(){for(var e=arguments.length,n=new Array(e),a=0;at?n.splice(t,n.length-t,r):n.push(r),d({action:a,location:r,index:t,entries:n})}}))},replace:function(e,t){var a="REPLACE",r=f(e,t,g(),k.location);u.confirmTransitionTo(r,a,n,(function(e){e&&(k.entries[k.index]=r,d({action:a,location:r}))}))},go:w,goBack:function(){w(-1)},goForward:function(){w(1)},canGo:function(e){var t=k.index+e;return t>=0&&t{"use strict";var a=n(59864),r={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},o={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},s={};function c(e){return a.isMemo(e)?i:s[e.$$typeof]||r}s[a.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},s[a.Memo]=i;var l=Object.defineProperty,u=Object.getOwnPropertyNames,d=Object.getOwnPropertySymbols,p=Object.getOwnPropertyDescriptor,f=Object.getPrototypeOf,m=Object.prototype;e.exports=function e(t,n,a){if("string"!=typeof n){if(m){var r=f(n);r&&r!==m&&e(t,r,a)}var i=u(n);d&&(i=i.concat(d(n)));for(var s=c(t),g=c(n),h=0;h{"use strict";e.exports=function(e,t,n,a,r,o,i,s){if(!e){var c;if(void 0===t)c=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var l=[n,a,r,o,i,s],u=0;(c=new Error(t.replace(/%s/g,(function(){return l[u++]})))).name="Invariant Violation"}throw c.framesToPop=1,c}}},5826:e=>{e.exports=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)}},32497:(e,t,n)=>{"use strict";n.r(t)},52295:(e,t,n)=>{"use strict";n.r(t)},74865:function(e,t,n){var a,r;a=function(){var e,t,n={version:"0.2.0"},a=n.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'
'};function r(e,t,n){return en?n:e}function o(e){return 100*(-1+e)}function i(e,t,n){var r;return(r="translate3d"===a.positionUsing?{transform:"translate3d("+o(e)+"%,0,0)"}:"translate"===a.positionUsing?{transform:"translate("+o(e)+"%,0)"}:{"margin-left":o(e)+"%"}).transition="all "+t+"ms "+n,r}n.configure=function(e){var t,n;for(t in e)void 0!==(n=e[t])&&e.hasOwnProperty(t)&&(a[t]=n);return this},n.status=null,n.set=function(e){var t=n.isStarted();e=r(e,a.minimum,1),n.status=1===e?null:e;var o=n.render(!t),l=o.querySelector(a.barSelector),u=a.speed,d=a.easing;return o.offsetWidth,s((function(t){""===a.positionUsing&&(a.positionUsing=n.getPositioningCSS()),c(l,i(e,u,d)),1===e?(c(o,{transition:"none",opacity:1}),o.offsetWidth,setTimeout((function(){c(o,{transition:"all "+u+"ms linear",opacity:0}),setTimeout((function(){n.remove(),t()}),u)}),u)):setTimeout(t,u)})),this},n.isStarted=function(){return"number"==typeof n.status},n.start=function(){n.status||n.set(0);var e=function(){setTimeout((function(){n.status&&(n.trickle(),e())}),a.trickleSpeed)};return a.trickle&&e(),this},n.done=function(e){return e||n.status?n.inc(.3+.5*Math.random()).set(1):this},n.inc=function(e){var t=n.status;return t?("number"!=typeof e&&(e=(1-t)*r(Math.random()*t,.1,.95)),t=r(t+e,0,.994),n.set(t)):n.start()},n.trickle=function(){return n.inc(Math.random()*a.trickleRate)},e=0,t=0,n.promise=function(a){return a&&"resolved"!==a.state()?(0===t&&n.start(),e++,t++,a.always((function(){0==--t?(e=0,n.done()):n.set((e-t)/e)})),this):this},n.render=function(e){if(n.isRendered())return document.getElementById("nprogress");u(document.documentElement,"nprogress-busy");var t=document.createElement("div");t.id="nprogress",t.innerHTML=a.template;var r,i=t.querySelector(a.barSelector),s=e?"-100":o(n.status||0),l=document.querySelector(a.parent);return c(i,{transition:"all 0 linear",transform:"translate3d("+s+"%,0,0)"}),a.showSpinner||(r=t.querySelector(a.spinnerSelector))&&f(r),l!=document.body&&u(l,"nprogress-custom-parent"),l.appendChild(t),t},n.remove=function(){d(document.documentElement,"nprogress-busy"),d(document.querySelector(a.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&f(e)},n.isRendered=function(){return!!document.getElementById("nprogress")},n.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var s=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),c=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function a(t){var n=document.body.style;if(t in n)return t;for(var a,r=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);r--;)if((a=e[r]+o)in n)return a;return t}function r(e){return e=n(e),t[e]||(t[e]=a(e))}function o(e,t,n){t=r(t),e.style[t]=n}return function(e,t){var n,a,r=arguments;if(2==r.length)for(n in t)void 0!==(a=t[n])&&t.hasOwnProperty(n)&&o(e,n,a);else o(e,r[1],r[2])}}();function l(e,t){return("string"==typeof e?e:p(e)).indexOf(" "+t+" ")>=0}function u(e,t){var n=p(e),a=n+t;l(n,t)||(e.className=a.substring(1))}function d(e,t){var n,a=p(e);l(e,t)&&(n=a.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function p(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function f(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return n},void 0===(r="function"==typeof a?a.call(t,n,t,e):a)||(e.exports=r)},27418:e=>{"use strict";var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach((function(e){a[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(r){return!1}}()?Object.assign:function(e,r){for(var o,i,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(e),c=1;c{"use strict";n.d(t,{Z:()=>o});var a=function(){var e=/(?:^|\s)lang(?:uage)?-([\w-]+)(?=\s|$)/i,t=0,n={},a={util:{encode:function e(t){return t instanceof r?new r(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/=d.reach);x+=_.value.length,_=_.next){var E=_.value;if(t.length>e.length)return;if(!(E instanceof r)){var S,C=1;if(y){if(!(S=o(v,x,e,b))||S.index>=e.length)break;var T=S.index,A=S.index+S[0].length,L=x;for(L+=_.value.length;T>=L;)L+=(_=_.next).value.length;if(x=L-=_.value.length,_.value instanceof r)continue;for(var P=_;P!==t.tail&&(Ld.reach&&(d.reach=O);var I=_.prev;if(j&&(I=c(t,I,j),x+=j.length),l(t,I,C),_=c(t,I,new r(p,h?a.tokenize(R,h):R,w,R)),N&&c(t,_,N),C>1){var M={cause:p+","+m,reach:O};i(e,t,n,_.prev,x,M),d&&M.reach>d.reach&&(d.reach=M.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function c(e,t,n){var a=t.next,r={value:n,prev:t,next:a};return t.next=r,a.prev=r,e.length++,r}function l(e,t,n){for(var a=t.next,r=0;r"+o.content+""},a}(),r=a;a.default=a,r.languages.markup={comment:{pattern://,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern://i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},r.languages.markup.tag.inside["attr-value"].inside.entity=r.languages.markup.entity,r.languages.markup.doctype.inside["internal-subset"].inside=r.languages.markup,r.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(r.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^$)/i,lookbehind:!0,inside:r.languages[t]},n.cdata=/^$/i;var a={"included-cdata":{pattern://i,inside:n}};a["language-"+t]={pattern:/[\s\S]+/,inside:r.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:))*\]\]>|(?!)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:a},r.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(r.languages.markup.tag,"addAttribute",{value:function(e,t){r.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:r.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),r.languages.html=r.languages.markup,r.languages.mathml=r.languages.markup,r.languages.svg=r.languages.markup,r.languages.xml=r.languages.extend("markup",{}),r.languages.ssml=r.languages.xml,r.languages.atom=r.languages.xml,r.languages.rss=r.languages.xml,function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},a={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|U[0-9a-fA-F]{8}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{1,2})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:a},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:a},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:a.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:a.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|apt-cache|apt-get|aptitude|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|docker|docker-compose|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|node|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|podman|podman-compose|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vcpkg|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:case|do|done|elif|else|esac|fi|for|function|if|in|select|then|until|while)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|alias|bind|break|builtin|caller|cd|command|continue|declare|echo|enable|eval|exec|exit|export|getopts|hash|help|let|local|logout|mapfile|printf|pwd|read|readarray|readonly|return|set|shift|shopt|source|test|times|trap|type|typeset|ulimit|umask|unalias|unset)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:false|true)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var r=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],o=a.variable[1].inside,i=0;i]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},r.languages.c=r.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),r.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),r.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},r.languages.c.string],char:r.languages.c.char,comment:r.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:r.languages.c}}}}),r.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete r.languages.c.boolean,function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char16_t|char32_t|char8_t|class|co_await|co_return|co_yield|compl|concept|const|const_cast|consteval|constexpr|constinit|continue|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int16_t|int32_t|int64_t|int8_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|uint16_t|uint32_t|uint64_t|uint8_t|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!)\w+(?:\s*\.\s*\w+)*\b/.source.replace(//g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!)\w+/.source.replace(//g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:false|true)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:import|module)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/(?:\s*:\s*)?|:\s*/.source.replace(//g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(r),function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(r),function(e){var t,n=/("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/;e.languages.css.selector={pattern:e.languages.css.selector.pattern,lookbehind:!0,inside:t={"pseudo-element":/:(?:after|before|first-letter|first-line|selection)|::[-\w]+/,"pseudo-class":/:[-\w]+/,class:/\.[-\w]+/,id:/#[-\w]+/,attribute:{pattern:RegExp("\\[(?:[^[\\]\"']|"+n.source+")*\\]"),greedy:!0,inside:{punctuation:/^\[|\]$/,"case-sensitivity":{pattern:/(\s)[si]$/i,lookbehind:!0,alias:"keyword"},namespace:{pattern:/^(\s*)(?:(?!\s)[-*\w\xA0-\uFFFF])*\|(?!=)/,lookbehind:!0,inside:{punctuation:/\|$/}},"attr-name":{pattern:/^(\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+/,lookbehind:!0},"attr-value":[n,{pattern:/(=\s*)(?:(?!\s)[-\w\xA0-\uFFFF])+(?=\s*$)/,lookbehind:!0}],operator:/[|~*^$]?=/}},"n-th":[{pattern:/(\(\s*)[+-]?\d*[\dn](?:\s*[+-]\s*\d+)?(?=\s*\))/,lookbehind:!0,inside:{number:/[\dn]+/,operator:/[+-]/}},{pattern:/(\(\s*)(?:even|odd)(?=\s*\))/i,lookbehind:!0}],combinator:/>|\+|~|\|\|/,punctuation:/[(),]/}},e.languages.css.atrule.inside["selector-function-argument"].inside=t,e.languages.insertBefore("css","property",{variable:{pattern:/(^|[^-\w\xA0-\uFFFF])--(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*/i,lookbehind:!0}});var a={pattern:/(\b\d+)(?:%|[a-z]+(?![\w-]))/,lookbehind:!0},r={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0};e.languages.insertBefore("css","function",{operator:{pattern:/(\s)[+\-*\/](?=\s)/,lookbehind:!0},hexcode:{pattern:/\B#[\da-f]{3,8}\b/i,alias:"color"},color:[{pattern:/(^|[^\w-])(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)(?![\w-])/i,lookbehind:!0},{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:a,number:r,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:a,number:r})}(r),r.languages.javascript=r.languages.extend("clike",{"class-name":[r.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:constructor|prototype))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:{pattern:RegExp(/(^|[^\w$])/.source+"(?:"+/NaN|Infinity/.source+"|"+/0[bB][01]+(?:_[01]+)*n?/.source+"|"+/0[oO][0-7]+(?:_[0-7]+)*n?/.source+"|"+/0[xX][\dA-Fa-f]+(?:_[\dA-Fa-f]+)*n?/.source+"|"+/\d+(?:_\d+)*n/.source+"|"+/(?:\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\.\d+(?:_\d+)*)(?:[Ee][+-]?\d+(?:_\d+)*)?/.source+")"+/(?![\w$])/.source),lookbehind:!0},operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),r.languages.javascript["class-name"][0].pattern=/(\b(?:class|extends|implements|instanceof|interface|new)\s+)[\w.\\]+/,r.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:r.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:r.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:r.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:r.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:r.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),r.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:r.languages.javascript}},string:/[\s\S]+/}},"string-property":{pattern:/((?:^|[,{])[ \t]*)(["'])(?:\\(?:\r\n|[\s\S])|(?!\2)[^\\\r\n])*\2(?=\s*:)/m,lookbehind:!0,greedy:!0,alias:"property"}}),r.languages.insertBefore("javascript","operator",{"literal-property":{pattern:/((?:^|[,{])[ \t]*)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*:)/m,lookbehind:!0,alias:"property"}}),r.languages.markup&&(r.languages.markup.tag.addInlined("script","javascript"),r.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),r.languages.js=r.languages.javascript,function(e){var t=/#(?!\{).+/,n={pattern:/#\{[^}]+\}/,alias:"variable"};e.languages.coffeescript=e.languages.extend("javascript",{comment:t,string:[{pattern:/'(?:\\[\s\S]|[^\\'])*'/,greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,greedy:!0,inside:{interpolation:n}}],keyword:/\b(?:and|break|by|catch|class|continue|debugger|delete|do|each|else|extend|extends|false|finally|for|if|in|instanceof|is|isnt|let|loop|namespace|new|no|not|null|of|off|on|or|own|return|super|switch|then|this|throw|true|try|typeof|undefined|unless|until|when|while|window|with|yes|yield)\b/,"class-member":{pattern:/@(?!\d)\w+/,alias:"variable"}}),e.languages.insertBefore("coffeescript","comment",{"multiline-comment":{pattern:/###[\s\S]+?###/,alias:"comment"},"block-regex":{pattern:/\/{3}[\s\S]*?\/{3}/,alias:"regex",inside:{comment:t,interpolation:n}}}),e.languages.insertBefore("coffeescript","string",{"inline-javascript":{pattern:/`(?:\\[\s\S]|[^\\`])*`/,inside:{delimiter:{pattern:/^`|`$/,alias:"punctuation"},script:{pattern:/[\s\S]+/,alias:"language-javascript",inside:e.languages.javascript}}},"multiline-string":[{pattern:/'''[\s\S]*?'''/,greedy:!0,alias:"string"},{pattern:/"""[\s\S]*?"""/,greedy:!0,alias:"string",inside:{interpolation:n}}]}),e.languages.insertBefore("coffeescript","keyword",{property:/(?!\d)\w+(?=\s*:(?!:))/}),delete e.languages.coffeescript["template-string"],e.languages.coffee=e.languages.coffeescript}(r),function(e){var t=/[*&][^\s[\]{},]+/,n=/!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/,a="(?:"+n.source+"(?:[ \t]+"+t.source+")?|"+t.source+"(?:[ \t]+"+n.source+")?)",r=/(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-])(?:[ \t]*(?:(?![#:])|:))*/.source.replace(//g,(function(){return/[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source})),o=/"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source;function i(e,t){t=(t||"").replace(/m/g,"")+"m";var n=/([:\-,[{]\s*(?:\s<>[ \t]+)?)(?:<>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<>/g,(function(){return a})).replace(/<>/g,(function(){return e}));return RegExp(n,t)}e.languages.yaml={scalar:{pattern:RegExp(/([\-:]\s*(?:\s<>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<>/g,(function(){return a}))),lookbehind:!0,alias:"string"},comment:/#.*/,key:{pattern:RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<>[ \t]+)?)<>(?=\s*:\s)/.source.replace(/<>/g,(function(){return a})).replace(/<>/g,(function(){return"(?:"+r+"|"+o+")"}))),lookbehind:!0,greedy:!0,alias:"atrule"},directive:{pattern:/(^[ \t]*)%.+/m,lookbehind:!0,alias:"important"},datetime:{pattern:i(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source),lookbehind:!0,alias:"number"},boolean:{pattern:i(/false|true/.source,"i"),lookbehind:!0,alias:"important"},null:{pattern:i(/null|~/.source,"i"),lookbehind:!0,alias:"important"},string:{pattern:i(o),lookbehind:!0,greedy:!0},number:{pattern:i(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source,"i"),lookbehind:!0},tag:n,important:t,punctuation:/---|[:[\]{}\-,|>?]|\.\.\./},e.languages.yml=e.languages.yaml}(r),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(//g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var a=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,r=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return a})),o=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"front-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+r+o+"(?:"+r+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+r+o+")(?:"+r+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(a),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+r+")"+o+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+r+"$"),inside:{"table-header":{pattern:RegExp(a),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)|_(?:(?!_))+_)+__\b|\*\*(?:(?!\*)|\*(?:(?!\*))+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)|__(?:(?!_))+__)+_\b|\*(?:(?!\*)|\*\*(?:(?!\*))+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~))+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\]))+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\]))+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,a=t.length;n",quot:'"'},c=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(r),r.languages.graphql={comment:/#.*/,description:{pattern:/(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i,greedy:!0,alias:"string",inside:{"language-markdown":{pattern:/(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/,lookbehind:!0,inside:r.languages.markdown}}},string:{pattern:/"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/,greedy:!0},number:/(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,boolean:/\b(?:false|true)\b/,variable:/\$[a-z_]\w*/i,directive:{pattern:/@[a-z_]\w*/i,alias:"function"},"attr-name":{pattern:/\b[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i,greedy:!0},"atom-input":{pattern:/\b[A-Z]\w*Input\b/,alias:"class-name"},scalar:/\b(?:Boolean|Float|ID|Int|String)\b/,constant:/\b[A-Z][A-Z_\d]*\b/,"class-name":{pattern:/(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/,lookbehind:!0},fragment:{pattern:/(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-mutation":{pattern:/(\bmutation\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},"definition-query":{pattern:/(\bquery\s+)[a-zA-Z_]\w*/,lookbehind:!0,alias:"function"},keyword:/\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/,operator:/[!=|&]|\.{3}/,"property-query":/\w+(?=\s*\()/,object:/\w+(?=\s*\{)/,punctuation:/[!(){}\[\]:=,]/,property:/\w+/},r.hooks.add("after-tokenize",(function(e){if("graphql"===e.language)for(var t=e.tokens.filter((function(e){return"string"!=typeof e&&"comment"!==e.type&&"scalar"!==e.type})),n=0;n0)){var s=p(/^\{$/,/^\}$/);if(-1===s)continue;for(var c=n;c=0&&f(l,"variable-input")}}}}function u(e){return t[n+e]}function d(e,t){t=t||0;for(var n=0;n?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|ILIKE|IN|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){var t=e.languages.javascript["template-string"],n=t.pattern.source,a=t.inside.interpolation,r=a.inside["interpolation-punctuation"],o=a.pattern.source;function i(t,a){if(e.languages[t])return{pattern:RegExp("((?:"+a+")\\s*)"+n),lookbehind:!0,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},"embedded-code":{pattern:/[\s\S]+/,alias:t}}}}function s(e,t){return"___"+t.toUpperCase()+"_"+e+"___"}function c(t,n,a){var r={code:t,grammar:n,language:a};return e.hooks.run("before-tokenize",r),r.tokens=e.tokenize(r.code,r.grammar),e.hooks.run("after-tokenize",r),r.tokens}function l(t){var n={};n["interpolation-punctuation"]=r;var o=e.tokenize(t,n);if(3===o.length){var i=[1,1];i.push.apply(i,c(o[1],e.languages.javascript,"javascript")),o.splice.apply(o,i)}return new e.Token("interpolation",o,a.alias,t)}function u(t,n,a){var r=e.tokenize(t,{interpolation:{pattern:RegExp(o),lookbehind:!0}}),i=0,u={},d=c(r.map((function(e){if("string"==typeof e)return e;for(var n,r=e.content;-1!==t.indexOf(n=s(i++,a)););return u[n]=r,n})).join(""),n,a),p=Object.keys(u);return i=0,function e(t){for(var n=0;n=p.length)return;var a=t[n];if("string"==typeof a||"string"==typeof a.content){var r=p[i],o="string"==typeof a?a:a.content,s=o.indexOf(r);if(-1!==s){++i;var c=o.substring(0,s),d=l(u[r]),f=o.substring(s+r.length),m=[];if(c&&m.push(c),m.push(d),f){var g=[f];e(g),m.push.apply(m,g)}"string"==typeof a?(t.splice.apply(t,[n,1].concat(m)),n+=m.length-1):a.content=m}}else{var h=a.content;Array.isArray(h)?e(h):e([h])}}}(d),new e.Token(a,d,"language-"+a,t)}e.languages.javascript["template-string"]=[i("css",/\b(?:styled(?:\([^)]*\))?(?:\s*\.\s*\w+(?:\([^)]*\))*)*|css(?:\s*\.\s*(?:global|resolve))?|createGlobalStyle|keyframes)/.source),i("html",/\bhtml|\.\s*(?:inner|outer)HTML\s*\+?=/.source),i("svg",/\bsvg/.source),i("markdown",/\b(?:markdown|md)/.source),i("graphql",/\b(?:gql|graphql(?:\s*\.\s*experimental)?)/.source),i("sql",/\bsql/.source),t].filter(Boolean);var d={javascript:!0,js:!0,typescript:!0,ts:!0,jsx:!0,tsx:!0};function p(e){return"string"==typeof e?e:Array.isArray(e)?e.map(p).join(""):p(e.content)}e.hooks.add("after-tokenize",(function(t){t.language in d&&function t(n){for(var a=0,r=n.length;a]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:Array|Function|Promise|any|boolean|console|never|number|string|symbol|unknown)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|declare|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter,delete e.languages.typescript["literal-property"];var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(r),function(e){function t(e,t){return RegExp(e.replace(//g,(function(){return/(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source})),t)}e.languages.insertBefore("javascript","function-variable",{"method-variable":{pattern:RegExp("(\\.\\s*)"+e.languages.javascript["function-variable"].pattern.source),lookbehind:!0,alias:["function-variable","method","function","property-access"]}}),e.languages.insertBefore("javascript","function",{method:{pattern:RegExp("(\\.\\s*)"+e.languages.javascript.function.source),lookbehind:!0,alias:["function","property-access"]}}),e.languages.insertBefore("javascript","constant",{"known-class-name":[{pattern:/\b(?:(?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|(?:Weak)?(?:Map|Set)|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|WebAssembly)\b/,alias:"class-name"},{pattern:/\b(?:[A-Z]\w*)Error\b/,alias:"class-name"}]}),e.languages.insertBefore("javascript","keyword",{imports:{pattern:t(/(\bimport\b\s*)(?:(?:\s*,\s*(?:\*\s*as\s+|\{[^{}]*\}))?|\*\s*as\s+|\{[^{}]*\})(?=\s*\bfrom\b)/.source),lookbehind:!0,inside:e.languages.javascript},exports:{pattern:t(/(\bexport\b\s*)(?:\*(?:\s*as\s+)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source),lookbehind:!0,inside:e.languages.javascript}}),e.languages.javascript.keyword.unshift({pattern:/\b(?:as|default|export|from|import)\b/,alias:"module"},{pattern:/\b(?:await|break|catch|continue|do|else|finally|for|if|return|switch|throw|try|while|yield)\b/,alias:"control-flow"},{pattern:/\bnull\b/,alias:["null","nil"]},{pattern:/\bundefined\b/,alias:"nil"}),e.languages.insertBefore("javascript","operator",{spread:{pattern:/\.{3}/,alias:"operator"},arrow:{pattern:/=>/,alias:"operator"}}),e.languages.insertBefore("javascript","punctuation",{"property-access":{pattern:t(/(\.\s*)#?/.source),lookbehind:!0},"maybe-class-name":{pattern:/(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/,lookbehind:!0},dom:{pattern:/\b(?:document|(?:local|session)Storage|location|navigator|performance|window)\b/,alias:"variable"},console:{pattern:/\bconsole(?=\s*\.)/,alias:"class-name"}});for(var n=["function","function-variable","method","method-variable","property-access"],a=0;a*\.{3}(?:[^{}]|)*\})/.source;function o(e,t){return e=e.replace(//g,(function(){return n})).replace(//g,(function(){return a})).replace(//g,(function(){return r})),RegExp(e,t)}r=o(r).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=o(/<\/?(?:[\w.:-]+(?:+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|))?|))**\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:o(//.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:o(/=/.source),alias:"language-javascript",inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx}}},e.languages.jsx.tag);var i=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(i).join(""):""},s=function(t){for(var n=[],a=0;a0&&n[n.length-1].tagName===i(r.content[0].content[1])&&n.pop():"/>"===r.content[r.content.length-1].content||n.push({tagName:i(r.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===r.type&&"{"===r.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===r.type&&"}"===r.content?n[n.length-1].openedBraces--:o=!0),(o||"string"==typeof r)&&n.length>0&&0===n[n.length-1].openedBraces){var c=i(r);a0&&("string"==typeof t[a-1]||"plain-text"===t[a-1].type)&&(c=i(t[a-1])+c,t.splice(a-1,1),a--),t[a]=new e.Token("plain-text",c,null,c)}r.content&&"string"!=typeof r.content&&s(r.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||s(e.tokens)}))}(r),function(e){e.languages.diff={coord:[/^(?:\*{3}|-{3}|\+{3}).*$/m,/^@@.*@@$/m,/^\d.*$/m]};var t={"deleted-sign":"-","deleted-arrow":"<","inserted-sign":"+","inserted-arrow":">",unchanged:" ",diff:"!"};Object.keys(t).forEach((function(n){var a=t[n],r=[];/^\w+$/.test(n)||r.push(/\w+/.exec(n)[0]),"diff"===n&&r.push("bold"),e.languages.diff[n]={pattern:RegExp("^(?:["+a+"].*(?:\r\n?|\n|(?![\\s\\S])))+","m"),alias:r,inside:{line:{pattern:/(.)(?=[\s\S]).*(?:\r\n?|\n)?/,lookbehind:!0},prefix:{pattern:/[\s\S]/,alias:/\w+/.exec(n)[0]}}}})),Object.defineProperty(e.languages.diff,"PREFIXES",{value:t})}(r),r.languages.git={comment:/^#.*/m,deleted:/^[-\u2013].*/m,inserted:/^\+.*/m,string:/("|')(?:\\.|(?!\1)[^\\\r\n])*\1/,command:{pattern:/^.*\$ git .*$/m,inside:{parameter:/\s--?\w+/}},coord:/^@@.*@@$/m,"commit-sha1":/^commit \w{40}$/m},r.languages.go=r.languages.extend("clike",{string:{pattern:/(^|[^\\])"(?:\\.|[^"\\\r\n])*"|`[^`]*`/,lookbehind:!0,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|false|iota|nil|true)\b/,number:[/\b0(?:b[01_]+|o[0-7_]+)i?\b/i,/\b0x(?:[a-f\d_]+(?:\.[a-f\d_]*)?|\.[a-f\d_]+)(?:p[+-]?\d+(?:_\d+)*)?i?(?!\w)/i,/(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?[\d_]+)?i?(?!\w)/i],operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:append|bool|byte|cap|close|complex|complex(?:64|128)|copy|delete|error|float(?:32|64)|u?int(?:8|16|32|64)?|imag|len|make|new|panic|print(?:ln)?|real|recover|rune|string|uintptr)\b/}),r.languages.insertBefore("go","string",{char:{pattern:/'(?:\\.|[^'\\\r\n]){0,10}'/,greedy:!0}}),delete r.languages.go["class-name"],function(e){function t(e,t){return"___"+e.toUpperCase()+t+"___"}Object.defineProperties(e.languages["markup-templating"]={},{buildPlaceholders:{value:function(n,a,r,o){if(n.language===a){var i=n.tokenStack=[];n.code=n.code.replace(r,(function(e){if("function"==typeof o&&!o(e))return e;for(var r,s=i.length;-1!==n.code.indexOf(r=t(a,s));)++s;return i[s]=e,r})),n.grammar=e.languages.markup}}},tokenizePlaceholders:{value:function(n,a){if(n.language===a&&n.tokenStack){n.grammar=e.languages[a];var r=0,o=Object.keys(n.tokenStack);!function i(s){for(var c=0;c=o.length);c++){var l=s[c];if("string"==typeof l||l.content&&"string"==typeof l.content){var u=o[r],d=n.tokenStack[u],p="string"==typeof l?l:l.content,f=t(a,u),m=p.indexOf(f);if(m>-1){++r;var g=p.substring(0,m),h=new e.Token(a,e.tokenize(d,n.grammar),"language-"+a,d),b=p.substring(m+f.length),y=[];g&&y.push.apply(y,i([g])),y.push(h),b&&y.push.apply(y,i([b])),"string"==typeof l?s.splice.apply(s,[c,1].concat(y)):l.content=y}}else l.content&&i(l.content)}return s}(n.tokens)}}}})}(r),function(e){e.languages.handlebars={comment:/\{\{![\s\S]*?\}\}/,delimiter:{pattern:/^\{\{\{?|\}\}\}?$/,alias:"punctuation"},string:/(["'])(?:\\.|(?!\1)[^\\\r\n])*\1/,number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee][+-]?\d+)?/,boolean:/\b(?:false|true)\b/,block:{pattern:/^(\s*(?:~\s*)?)[#\/]\S+?(?=\s*(?:~\s*)?$|\s)/,lookbehind:!0,alias:"keyword"},brackets:{pattern:/\[[^\]]+\]/,inside:{punctuation:/\[|\]/,variable:/[\s\S]+/}},punctuation:/[!"#%&':()*+,.\/;<=>@\[\\\]^`{|}~]/,variable:/[^!"#%&'()*+,\/;<=>@\[\\\]^`{|}~\s]+/},e.hooks.add("before-tokenize",(function(t){e.languages["markup-templating"].buildPlaceholders(t,"handlebars",/\{\{\{[\s\S]+?\}\}\}|\{\{[\s\S]+?\}\}/g)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"handlebars")})),e.languages.hbs=e.languages.handlebars}(r),r.languages.json={property:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/,lookbehind:!0,greedy:!0},string:{pattern:/(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/,lookbehind:!0,greedy:!0},comment:{pattern:/\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},number:/-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i,punctuation:/[{}[\],]/,operator:/:/,boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"}},r.languages.webmanifest=r.languages.json,r.languages.less=r.languages.extend("css",{comment:[/\/\*[\s\S]*?\*\//,{pattern:/(^|[^\\])\/\/.*/,lookbehind:!0}],atrule:{pattern:/@[\w-](?:\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{punctuation:/[:()]/}},selector:{pattern:/(?:@\{[\w-]+\}|[^{};\s@])(?:@\{[\w-]+\}|\((?:[^(){}]|\([^(){}]*\))*\)|[^(){};@\s]|\s+(?!\s))*?(?=\s*\{)/,inside:{variable:/@+[\w-]+/}},property:/(?:@\{[\w-]+\}|[\w-])+(?:\+_?)?(?=\s*:)/,operator:/[+\-*\/]/}),r.languages.insertBefore("less","property",{variable:[{pattern:/@[\w-]+\s*:/,inside:{punctuation:/:/}},/@@?[\w-]+/],"mixin-usage":{pattern:/([{;]\s*)[.#](?!\d)[\w-].*?(?=[(;])/,lookbehind:!0,alias:"function"}}),r.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/},r.languages.objectivec=r.languages.extend("c",{string:{pattern:/@?"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},keyword:/\b(?:asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|in|inline|int|long|register|return|self|short|signed|sizeof|static|struct|super|switch|typedef|typeof|union|unsigned|void|volatile|while)\b|(?:@interface|@end|@implementation|@protocol|@class|@public|@protected|@private|@property|@try|@catch|@finally|@throw|@synthesize|@dynamic|@selector)\b/,operator:/-[->]?|\+\+?|!=?|<>?=?|==?|&&?|\|\|?|[~^%?*\/@]/}),delete r.languages.objectivec["class-name"],r.languages.objc=r.languages.objectivec,r.languages.ocaml={comment:{pattern:/\(\*[\s\S]*?\*\)/,greedy:!0},char:{pattern:/'(?:[^\\\r\n']|\\(?:.|[ox]?[0-9a-f]{1,3}))'/i,greedy:!0},string:[{pattern:/"(?:\\(?:[\s\S]|\r\n)|[^\\\r\n"])*"/,greedy:!0},{pattern:/\{([a-z_]*)\|[\s\S]*?\|\1\}/,greedy:!0}],number:[/\b(?:0b[01][01_]*|0o[0-7][0-7_]*)\b/i,/\b0x[a-f0-9][a-f0-9_]*(?:\.[a-f0-9_]*)?(?:p[+-]?\d[\d_]*)?(?!\w)/i,/\b\d[\d_]*(?:\.[\d_]*)?(?:e[+-]?\d[\d_]*)?(?!\w)/i],directive:{pattern:/\B#\w+/,alias:"property"},label:{pattern:/\B~\w+/,alias:"property"},"type-variable":{pattern:/\B'\w+/,alias:"function"},variant:{pattern:/`\w+/,alias:"symbol"},keyword:/\b(?:as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|match|method|module|mutable|new|nonrec|object|of|open|private|rec|sig|struct|then|to|try|type|val|value|virtual|when|where|while|with)\b/,boolean:/\b(?:false|true)\b/,"operator-like-punctuation":{pattern:/\[[<>|]|[>|]\]|\{<|>\}/,alias:"punctuation"},operator:/\.[.~]|:[=>]|[=<>@^|&+\-*\/$%!?~][!$%&*+\-.\/:<=>?@^|~]*|\b(?:and|asr|land|lor|lsl|lsr|lxor|mod|or)\b/,punctuation:/;;|::|[(){}\[\].,:;#]|\b_\b/},r.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0,greedy:!0},"string-interpolation":{pattern:/(?:f|fr|rf)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern:/![sra](?=[:}]$)/,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|br|rb)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|br|rb)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/m,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:_(?=\s*:)|and|as|assert|async|await|break|case|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|match|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:False|None|True)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?(?!\w)/i,operator:/[-+%=]=?|!=|:=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},r.languages.python["string-interpolation"].inside.interpolation.inside.rest=r.languages.python,r.languages.py=r.languages.python,r.languages.reason=r.languages.extend("clike",{string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^\\\r\n"])*"/,greedy:!0},"class-name":/\b[A-Z]\w*/,keyword:/\b(?:and|as|assert|begin|class|constraint|do|done|downto|else|end|exception|external|for|fun|function|functor|if|in|include|inherit|initializer|lazy|let|method|module|mutable|new|nonrec|object|of|open|or|private|rec|sig|struct|switch|then|to|try|type|val|virtual|when|while|with)\b/,operator:/\.{3}|:[:=]|\|>|->|=(?:==?|>)?|<=?|>=?|[|^?'#!~`]|[+\-*\/]\.?|\b(?:asr|land|lor|lsl|lsr|lxor|mod)\b/}),r.languages.insertBefore("reason","class-name",{char:{pattern:/'(?:\\x[\da-f]{2}|\\o[0-3][0-7][0-7]|\\\d{3}|\\.|[^'\\\r\n])'/,greedy:!0},constructor:/\b[A-Z]\w*\b(?!\s*\.)/,label:{pattern:/\b[a-z]\w*(?=::)/,alias:"symbol"}}),delete r.languages.reason.function,function(e){e.languages.sass=e.languages.extend("css",{comment:{pattern:/^([ \t]*)\/[\/*].*(?:(?:\r?\n|\r)\1[ \t].+)*/m,lookbehind:!0,greedy:!0}}),e.languages.insertBefore("sass","atrule",{"atrule-line":{pattern:/^(?:[ \t]*)[@+=].+/m,greedy:!0,inside:{atrule:/(?:@[\w-]+|[+=])/}}}),delete e.languages.sass.atrule;var t=/\$[-\w]+|#\{\$[-\w]+\}/,n=[/[+*\/%]|[=!]=|<=?|>=?|\b(?:and|not|or)\b/,{pattern:/(\s)-(?=\s)/,lookbehind:!0}];e.languages.insertBefore("sass","property",{"variable-line":{pattern:/^[ \t]*\$.+/m,greedy:!0,inside:{punctuation:/:/,variable:t,operator:n}},"property-line":{pattern:/^[ \t]*(?:[^:\s]+ *:.*|:[^:\s].*)/m,greedy:!0,inside:{property:[/[^:\s]+(?=\s*:)/,{pattern:/(:)[^:\s]+/,lookbehind:!0}],punctuation:/:/,variable:t,operator:n,important:e.languages.sass.important}}}),delete e.languages.sass.property,delete e.languages.sass.important,e.languages.insertBefore("sass","punctuation",{selector:{pattern:/^([ \t]*)\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*(?:,(?:\r?\n|\r)\1[ \t]+\S(?:,[^,\r\n]+|[^,\r\n]*)(?:,[^,\r\n]+)*)*/m,lookbehind:!0,greedy:!0}})}(r),r.languages.scss=r.languages.extend("css",{comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},atrule:{pattern:/@[\w-](?:\([^()]+\)|[^()\s]|\s+(?!\s))*?(?=\s+[{;])/,inside:{rule:/@[\w-]+/}},url:/(?:[-a-z]+-)?url(?=\()/i,selector:{pattern:/(?=\S)[^@;{}()]?(?:[^@;{}()\s]|\s+(?!\s)|#\{\$[-\w]+\})+(?=\s*\{(?:\}|\s|[^}][^:{}]*[:{][^}]))/,inside:{parent:{pattern:/&/,alias:"important"},placeholder:/%[-\w]+/,variable:/\$[-\w]+|#\{\$[-\w]+\}/}},property:{pattern:/(?:[-\w]|\$[-\w]|#\{\$[-\w]+\})+(?=\s*:)/,inside:{variable:/\$[-\w]+|#\{\$[-\w]+\}/}}}),r.languages.insertBefore("scss","atrule",{keyword:[/@(?:content|debug|each|else(?: if)?|extend|for|forward|function|if|import|include|mixin|return|use|warn|while)\b/i,{pattern:/( )(?:from|through)(?= )/,lookbehind:!0}]}),r.languages.insertBefore("scss","important",{variable:/\$[-\w]+|#\{\$[-\w]+\}/}),r.languages.insertBefore("scss","function",{"module-modifier":{pattern:/\b(?:as|hide|show|with)\b/i,alias:"keyword"},placeholder:{pattern:/%[-\w]+/,alias:"selector"},statement:{pattern:/\B!(?:default|optional)\b/i,alias:"keyword"},boolean:/\b(?:false|true)\b/,null:{pattern:/\bnull\b/,alias:"keyword"},operator:{pattern:/(\s)(?:[-+*\/%]|[=!]=|<=?|>=?|and|not|or)(?=\s)/,lookbehind:!0}}),r.languages.scss.atrule.inside.rest=r.languages.scss,function(e){var t={pattern:/(\b\d+)(?:%|[a-z]+)/,lookbehind:!0},n={pattern:/(^|[^\w.-])-?(?:\d+(?:\.\d+)?|\.\d+)/,lookbehind:!0},a={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0},url:{pattern:/\burl\((["']?).*?\1\)/i,greedy:!0},string:{pattern:/("|')(?:(?!\1)[^\\\r\n]|\\(?:\r\n|[\s\S]))*\1/,greedy:!0},interpolation:null,func:null,important:/\B!(?:important|optional)\b/i,keyword:{pattern:/(^|\s+)(?:(?:else|for|if|return|unless)(?=\s|$)|@[\w-]+)/,lookbehind:!0},hexcode:/#[\da-f]{3,6}/i,color:[/\b(?:AliceBlue|AntiqueWhite|Aqua|Aquamarine|Azure|Beige|Bisque|Black|BlanchedAlmond|Blue|BlueViolet|Brown|BurlyWood|CadetBlue|Chartreuse|Chocolate|Coral|CornflowerBlue|Cornsilk|Crimson|Cyan|DarkBlue|DarkCyan|DarkGoldenRod|DarkGr[ae]y|DarkGreen|DarkKhaki|DarkMagenta|DarkOliveGreen|DarkOrange|DarkOrchid|DarkRed|DarkSalmon|DarkSeaGreen|DarkSlateBlue|DarkSlateGr[ae]y|DarkTurquoise|DarkViolet|DeepPink|DeepSkyBlue|DimGr[ae]y|DodgerBlue|FireBrick|FloralWhite|ForestGreen|Fuchsia|Gainsboro|GhostWhite|Gold|GoldenRod|Gr[ae]y|Green|GreenYellow|HoneyDew|HotPink|IndianRed|Indigo|Ivory|Khaki|Lavender|LavenderBlush|LawnGreen|LemonChiffon|LightBlue|LightCoral|LightCyan|LightGoldenRodYellow|LightGr[ae]y|LightGreen|LightPink|LightSalmon|LightSeaGreen|LightSkyBlue|LightSlateGr[ae]y|LightSteelBlue|LightYellow|Lime|LimeGreen|Linen|Magenta|Maroon|MediumAquaMarine|MediumBlue|MediumOrchid|MediumPurple|MediumSeaGreen|MediumSlateBlue|MediumSpringGreen|MediumTurquoise|MediumVioletRed|MidnightBlue|MintCream|MistyRose|Moccasin|NavajoWhite|Navy|OldLace|Olive|OliveDrab|Orange|OrangeRed|Orchid|PaleGoldenRod|PaleGreen|PaleTurquoise|PaleVioletRed|PapayaWhip|PeachPuff|Peru|Pink|Plum|PowderBlue|Purple|Red|RosyBrown|RoyalBlue|SaddleBrown|Salmon|SandyBrown|SeaGreen|SeaShell|Sienna|Silver|SkyBlue|SlateBlue|SlateGr[ae]y|Snow|SpringGreen|SteelBlue|Tan|Teal|Thistle|Tomato|Transparent|Turquoise|Violet|Wheat|White|WhiteSmoke|Yellow|YellowGreen)\b/i,{pattern:/\b(?:hsl|rgb)\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*\)\B|\b(?:hsl|rgb)a\(\s*\d{1,3}\s*,\s*\d{1,3}%?\s*,\s*\d{1,3}%?\s*,\s*(?:0|0?\.\d+|1)\s*\)\B/i,inside:{unit:t,number:n,function:/[\w-]+(?=\()/,punctuation:/[(),]/}}],entity:/\\[\da-f]{1,8}/i,unit:t,boolean:/\b(?:false|true)\b/,operator:[/~|[+!\/%<>?=]=?|[-:]=|\*[*=]?|\.{2,3}|&&|\|\||\B-\B|\b(?:and|in|is(?: a| defined| not|nt)?|not|or)\b/],number:n,punctuation:/[{}()\[\];:,]/};a.interpolation={pattern:/\{[^\r\n}:]+\}/,alias:"variable",inside:{delimiter:{pattern:/^\{|\}$/,alias:"punctuation"},rest:a}},a.func={pattern:/[\w-]+\([^)]*\).*/,inside:{function:/^[^(]+/,rest:a}},e.languages.stylus={"atrule-declaration":{pattern:/(^[ \t]*)@.+/m,lookbehind:!0,inside:{atrule:/^@[\w-]+/,rest:a}},"variable-declaration":{pattern:/(^[ \t]*)[\w$-]+\s*.?=[ \t]*(?:\{[^{}]*\}|\S.*|$)/m,lookbehind:!0,inside:{variable:/^\S+/,rest:a}},statement:{pattern:/(^[ \t]*)(?:else|for|if|return|unless)[ \t].+/m,lookbehind:!0,inside:{keyword:/^\S+/,rest:a}},"property-declaration":{pattern:/((?:^|\{)([ \t]*))(?:[\w-]|\{[^}\r\n]+\})+(?:\s*:\s*|[ \t]+)(?!\s)[^{\r\n]*(?:;|[^{\r\n,]$(?!(?:\r?\n|\r)(?:\{|\2[ \t])))/m,lookbehind:!0,inside:{property:{pattern:/^[^\s:]+/,inside:{interpolation:a.interpolation}},rest:a}},selector:{pattern:/(^[ \t]*)(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)(?:(?:\r?\n|\r)(?:\1(?:(?=\S)(?:[^{}\r\n:()]|::?[\w-]+(?:\([^)\r\n]*\)|(?![\w-]))|\{[^}\r\n]+\})+)))*(?:,$|\{|(?=(?:\r?\n|\r)(?:\{|\1[ \t])))/m,lookbehind:!0,inside:{interpolation:a.interpolation,comment:a.comment,punctuation:/[{},]/}},func:a.func,string:a.string,comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|\/\/.*)/,lookbehind:!0,greedy:!0},interpolation:a.interpolation,punctuation:/[{}()\[\];:.]/}}(r),function(e){var t=e.util.clone(e.languages.typescript);e.languages.tsx=e.languages.extend("jsx",t),delete e.languages.tsx.parameter,delete e.languages.tsx["literal-property"];var n=e.languages.tsx.tag;n.pattern=RegExp(/(^|[^\w$]|(?=<\/))/.source+"(?:"+n.pattern.source+")",n.pattern.flags),n.lookbehind=!0}(r),r.languages.wasm={comment:[/\(;[\s\S]*?;\)/,{pattern:/;;.*/,greedy:!0}],string:{pattern:/"(?:\\[\s\S]|[^"\\])*"/,greedy:!0},keyword:[{pattern:/\b(?:align|offset)=/,inside:{operator:/=/}},{pattern:/\b(?:(?:f32|f64|i32|i64)(?:\.(?:abs|add|and|ceil|clz|const|convert_[su]\/i(?:32|64)|copysign|ctz|demote\/f64|div(?:_[su])?|eqz?|extend_[su]\/i32|floor|ge(?:_[su])?|gt(?:_[su])?|le(?:_[su])?|load(?:(?:8|16|32)_[su])?|lt(?:_[su])?|max|min|mul|neg?|nearest|or|popcnt|promote\/f32|reinterpret\/[fi](?:32|64)|rem_[su]|rot[lr]|shl|shr_[su]|sqrt|store(?:8|16|32)?|sub|trunc(?:_[su]\/f(?:32|64))?|wrap\/i64|xor))?|memory\.(?:grow|size))\b/,inside:{punctuation:/\./}},/\b(?:anyfunc|block|br(?:_if|_table)?|call(?:_indirect)?|data|drop|elem|else|end|export|func|get_(?:global|local)|global|if|import|local|loop|memory|module|mut|nop|offset|param|result|return|select|set_(?:global|local)|start|table|tee_local|then|type|unreachable)\b/],variable:/\$[\w!#$%&'*+\-./:<=>?@\\^`|~]+/,number:/[+-]?\b(?:\d(?:_?\d)*(?:\.\d(?:_?\d)*)?(?:[eE][+-]?\d(?:_?\d)*)?|0x[\da-fA-F](?:_?[\da-fA-F])*(?:\.[\da-fA-F](?:_?[\da-fA-D])*)?(?:[pP][+-]?\d(?:_?\d)*)?)\b|\binf\b|\bnan(?::0x[\da-fA-F](?:_?[\da-fA-D])*)?\b/,punctuation:/[()]/};const o=r},29901:e=>{e.exports&&(e.exports={core:{meta:{path:"components/prism-core.js",option:"mandatory"},core:"Core"},themes:{meta:{path:"themes/{id}.css",link:"index.html?theme={id}",exclusive:!0},prism:{title:"Default",option:"default"},"prism-dark":"Dark","prism-funky":"Funky","prism-okaidia":{title:"Okaidia",owner:"ocodia"},"prism-twilight":{title:"Twilight",owner:"remybach"},"prism-coy":{title:"Coy",owner:"tshedor"},"prism-solarizedlight":{title:"Solarized Light",owner:"hectormatos2011 "},"prism-tomorrow":{title:"Tomorrow Night",owner:"Rosey"}},languages:{meta:{path:"components/prism-{id}",noCSS:!0,examplesPath:"examples/prism-{id}",addCheckAll:!0},markup:{title:"Markup",alias:["html","xml","svg","mathml","ssml","atom","rss"],aliasTitles:{html:"HTML",xml:"XML",svg:"SVG",mathml:"MathML",ssml:"SSML",atom:"Atom",rss:"RSS"},option:"default"},css:{title:"CSS",option:"default",modify:"markup"},clike:{title:"C-like",option:"default"},javascript:{title:"JavaScript",require:"clike",modify:"markup",optional:"regex",alias:"js",option:"default"},abap:{title:"ABAP",owner:"dellagustin"},abnf:{title:"ABNF",owner:"RunDevelopment"},actionscript:{title:"ActionScript",require:"javascript",modify:"markup",owner:"Golmote"},ada:{title:"Ada",owner:"Lucretia"},agda:{title:"Agda",owner:"xy-ren"},al:{title:"AL",owner:"RunDevelopment"},antlr4:{title:"ANTLR4",alias:"g4",owner:"RunDevelopment"},apacheconf:{title:"Apache Configuration",owner:"GuiTeK"},apex:{title:"Apex",require:["clike","sql"],owner:"RunDevelopment"},apl:{title:"APL",owner:"ngn"},applescript:{title:"AppleScript",owner:"Golmote"},aql:{title:"AQL",owner:"RunDevelopment"},arduino:{title:"Arduino",require:"cpp",alias:"ino",owner:"dkern"},arff:{title:"ARFF",owner:"Golmote"},armasm:{title:"ARM Assembly",alias:"arm-asm",owner:"RunDevelopment"},arturo:{title:"Arturo",alias:"art",optional:["bash","css","javascript","markup","markdown","sql"],owner:"drkameleon"},asciidoc:{alias:"adoc",title:"AsciiDoc",owner:"Golmote"},aspnet:{title:"ASP.NET (C#)",require:["markup","csharp"],owner:"nauzilus"},asm6502:{title:"6502 Assembly",owner:"kzurawel"},asmatmel:{title:"Atmel AVR Assembly",owner:"cerkit"},autohotkey:{title:"AutoHotkey",owner:"aviaryan"},autoit:{title:"AutoIt",owner:"Golmote"},avisynth:{title:"AviSynth",alias:"avs",owner:"Zinfidel"},"avro-idl":{title:"Avro IDL",alias:"avdl",owner:"RunDevelopment"},awk:{title:"AWK",alias:"gawk",aliasTitles:{gawk:"GAWK"},owner:"RunDevelopment"},bash:{title:"Bash",alias:["sh","shell"],aliasTitles:{sh:"Shell",shell:"Shell"},owner:"zeitgeist87"},basic:{title:"BASIC",owner:"Golmote"},batch:{title:"Batch",owner:"Golmote"},bbcode:{title:"BBcode",alias:"shortcode",aliasTitles:{shortcode:"Shortcode"},owner:"RunDevelopment"},bbj:{title:"BBj",owner:"hyyan"},bicep:{title:"Bicep",owner:"johnnyreilly"},birb:{title:"Birb",require:"clike",owner:"Calamity210"},bison:{title:"Bison",require:"c",owner:"Golmote"},bnf:{title:"BNF",alias:"rbnf",aliasTitles:{rbnf:"RBNF"},owner:"RunDevelopment"},bqn:{title:"BQN",owner:"yewscion"},brainfuck:{title:"Brainfuck",owner:"Golmote"},brightscript:{title:"BrightScript",owner:"RunDevelopment"},bro:{title:"Bro",owner:"wayward710"},bsl:{title:"BSL (1C:Enterprise)",alias:"oscript",aliasTitles:{oscript:"OneScript"},owner:"Diversus23"},c:{title:"C",require:"clike",owner:"zeitgeist87"},csharp:{title:"C#",require:"clike",alias:["cs","dotnet"],owner:"mvalipour"},cpp:{title:"C++",require:"c",owner:"zeitgeist87"},cfscript:{title:"CFScript",require:"clike",alias:"cfc",owner:"mjclemente"},chaiscript:{title:"ChaiScript",require:["clike","cpp"],owner:"RunDevelopment"},cil:{title:"CIL",owner:"sbrl"},cilkc:{title:"Cilk/C",require:"c",alias:"cilk-c",owner:"OpenCilk"},cilkcpp:{title:"Cilk/C++",require:"cpp",alias:["cilk-cpp","cilk"],owner:"OpenCilk"},clojure:{title:"Clojure",owner:"troglotit"},cmake:{title:"CMake",owner:"mjrogozinski"},cobol:{title:"COBOL",owner:"RunDevelopment"},coffeescript:{title:"CoffeeScript",require:"javascript",alias:"coffee",owner:"R-osey"},concurnas:{title:"Concurnas",alias:"conc",owner:"jasontatton"},csp:{title:"Content-Security-Policy",owner:"ScottHelme"},cooklang:{title:"Cooklang",owner:"ahue"},coq:{title:"Coq",owner:"RunDevelopment"},crystal:{title:"Crystal",require:"ruby",owner:"MakeNowJust"},"css-extras":{title:"CSS Extras",require:"css",modify:"css",owner:"milesj"},csv:{title:"CSV",owner:"RunDevelopment"},cue:{title:"CUE",owner:"RunDevelopment"},cypher:{title:"Cypher",owner:"RunDevelopment"},d:{title:"D",require:"clike",owner:"Golmote"},dart:{title:"Dart",require:"clike",owner:"Golmote"},dataweave:{title:"DataWeave",owner:"machaval"},dax:{title:"DAX",owner:"peterbud"},dhall:{title:"Dhall",owner:"RunDevelopment"},diff:{title:"Diff",owner:"uranusjr"},django:{title:"Django/Jinja2",require:"markup-templating",alias:"jinja2",owner:"romanvm"},"dns-zone-file":{title:"DNS zone file",owner:"RunDevelopment",alias:"dns-zone"},docker:{title:"Docker",alias:"dockerfile",owner:"JustinBeckwith"},dot:{title:"DOT (Graphviz)",alias:"gv",optional:"markup",owner:"RunDevelopment"},ebnf:{title:"EBNF",owner:"RunDevelopment"},editorconfig:{title:"EditorConfig",owner:"osipxd"},eiffel:{title:"Eiffel",owner:"Conaclos"},ejs:{title:"EJS",require:["javascript","markup-templating"],owner:"RunDevelopment",alias:"eta",aliasTitles:{eta:"Eta"}},elixir:{title:"Elixir",owner:"Golmote"},elm:{title:"Elm",owner:"zwilias"},etlua:{title:"Embedded Lua templating",require:["lua","markup-templating"],owner:"RunDevelopment"},erb:{title:"ERB",require:["ruby","markup-templating"],owner:"Golmote"},erlang:{title:"Erlang",owner:"Golmote"},"excel-formula":{title:"Excel Formula",alias:["xlsx","xls"],owner:"RunDevelopment"},fsharp:{title:"F#",require:"clike",owner:"simonreynolds7"},factor:{title:"Factor",owner:"catb0t"},false:{title:"False",owner:"edukisto"},"firestore-security-rules":{title:"Firestore security rules",require:"clike",owner:"RunDevelopment"},flow:{title:"Flow",require:"javascript",owner:"Golmote"},fortran:{title:"Fortran",owner:"Golmote"},ftl:{title:"FreeMarker Template Language",require:"markup-templating",owner:"RunDevelopment"},gml:{title:"GameMaker Language",alias:"gamemakerlanguage",require:"clike",owner:"LiarOnce"},gap:{title:"GAP (CAS)",owner:"RunDevelopment"},gcode:{title:"G-code",owner:"RunDevelopment"},gdscript:{title:"GDScript",owner:"RunDevelopment"},gedcom:{title:"GEDCOM",owner:"Golmote"},gettext:{title:"gettext",alias:"po",owner:"RunDevelopment"},gherkin:{title:"Gherkin",owner:"hason"},git:{title:"Git",owner:"lgiraudel"},glsl:{title:"GLSL",require:"c",owner:"Golmote"},gn:{title:"GN",alias:"gni",owner:"RunDevelopment"},"linker-script":{title:"GNU Linker Script",alias:"ld",owner:"RunDevelopment"},go:{title:"Go",require:"clike",owner:"arnehormann"},"go-module":{title:"Go module",alias:"go-mod",owner:"RunDevelopment"},gradle:{title:"Gradle",require:"clike",owner:"zeabdelkhalek-badido18"},graphql:{title:"GraphQL",optional:"markdown",owner:"Golmote"},groovy:{title:"Groovy",require:"clike",owner:"robfletcher"},haml:{title:"Haml",require:"ruby",optional:["css","css-extras","coffeescript","erb","javascript","less","markdown","scss","textile"],owner:"Golmote"},handlebars:{title:"Handlebars",require:"markup-templating",alias:["hbs","mustache"],aliasTitles:{mustache:"Mustache"},owner:"Golmote"},haskell:{title:"Haskell",alias:"hs",owner:"bholst"},haxe:{title:"Haxe",require:"clike",optional:"regex",owner:"Golmote"},hcl:{title:"HCL",owner:"outsideris"},hlsl:{title:"HLSL",require:"c",owner:"RunDevelopment"},hoon:{title:"Hoon",owner:"matildepark"},http:{title:"HTTP",optional:["csp","css","hpkp","hsts","javascript","json","markup","uri"],owner:"danielgtaylor"},hpkp:{title:"HTTP Public-Key-Pins",owner:"ScottHelme"},hsts:{title:"HTTP Strict-Transport-Security",owner:"ScottHelme"},ichigojam:{title:"IchigoJam",owner:"BlueCocoa"},icon:{title:"Icon",owner:"Golmote"},"icu-message-format":{title:"ICU Message Format",owner:"RunDevelopment"},idris:{title:"Idris",alias:"idr",owner:"KeenS",require:"haskell"},ignore:{title:".ignore",owner:"osipxd",alias:["gitignore","hgignore","npmignore"],aliasTitles:{gitignore:".gitignore",hgignore:".hgignore",npmignore:".npmignore"}},inform7:{title:"Inform 7",owner:"Golmote"},ini:{title:"Ini",owner:"aviaryan"},io:{title:"Io",owner:"AlesTsurko"},j:{title:"J",owner:"Golmote"},java:{title:"Java",require:"clike",owner:"sherblot"},javadoc:{title:"JavaDoc",require:["markup","java","javadoclike"],modify:"java",optional:"scala",owner:"RunDevelopment"},javadoclike:{title:"JavaDoc-like",modify:["java","javascript","php"],owner:"RunDevelopment"},javastacktrace:{title:"Java stack trace",owner:"RunDevelopment"},jexl:{title:"Jexl",owner:"czosel"},jolie:{title:"Jolie",require:"clike",owner:"thesave"},jq:{title:"JQ",owner:"RunDevelopment"},jsdoc:{title:"JSDoc",require:["javascript","javadoclike","typescript"],modify:"javascript",optional:["actionscript","coffeescript"],owner:"RunDevelopment"},"js-extras":{title:"JS Extras",require:"javascript",modify:"javascript",optional:["actionscript","coffeescript","flow","n4js","typescript"],owner:"RunDevelopment"},json:{title:"JSON",alias:"webmanifest",aliasTitles:{webmanifest:"Web App Manifest"},owner:"CupOfTea696"},json5:{title:"JSON5",require:"json",owner:"RunDevelopment"},jsonp:{title:"JSONP",require:"json",owner:"RunDevelopment"},jsstacktrace:{title:"JS stack trace",owner:"sbrl"},"js-templates":{title:"JS Templates",require:"javascript",modify:"javascript",optional:["css","css-extras","graphql","markdown","markup","sql"],owner:"RunDevelopment"},julia:{title:"Julia",owner:"cdagnino"},keepalived:{title:"Keepalived Configure",owner:"dev-itsheng"},keyman:{title:"Keyman",owner:"mcdurdin"},kotlin:{title:"Kotlin",alias:["kt","kts"],aliasTitles:{kts:"Kotlin Script"},require:"clike",owner:"Golmote"},kumir:{title:"KuMir (\u041a\u0443\u041c\u0438\u0440)",alias:"kum",owner:"edukisto"},kusto:{title:"Kusto",owner:"RunDevelopment"},latex:{title:"LaTeX",alias:["tex","context"],aliasTitles:{tex:"TeX",context:"ConTeXt"},owner:"japborst"},latte:{title:"Latte",require:["clike","markup-templating","php"],owner:"nette"},less:{title:"Less",require:"css",optional:"css-extras",owner:"Golmote"},lilypond:{title:"LilyPond",require:"scheme",alias:"ly",owner:"RunDevelopment"},liquid:{title:"Liquid",require:"markup-templating",owner:"cinhtau"},lisp:{title:"Lisp",alias:["emacs","elisp","emacs-lisp"],owner:"JuanCaicedo"},livescript:{title:"LiveScript",owner:"Golmote"},llvm:{title:"LLVM IR",owner:"porglezomp"},log:{title:"Log file",optional:"javastacktrace",owner:"RunDevelopment"},lolcode:{title:"LOLCODE",owner:"Golmote"},lua:{title:"Lua",owner:"Golmote"},magma:{title:"Magma (CAS)",owner:"RunDevelopment"},makefile:{title:"Makefile",owner:"Golmote"},markdown:{title:"Markdown",require:"markup",optional:"yaml",alias:"md",owner:"Golmote"},"markup-templating":{title:"Markup templating",require:"markup",owner:"Golmote"},mata:{title:"Mata",owner:"RunDevelopment"},matlab:{title:"MATLAB",owner:"Golmote"},maxscript:{title:"MAXScript",owner:"RunDevelopment"},mel:{title:"MEL",owner:"Golmote"},mermaid:{title:"Mermaid",owner:"RunDevelopment"},metafont:{title:"METAFONT",owner:"LaeriExNihilo"},mizar:{title:"Mizar",owner:"Golmote"},mongodb:{title:"MongoDB",owner:"airs0urce",require:"javascript"},monkey:{title:"Monkey",owner:"Golmote"},moonscript:{title:"MoonScript",alias:"moon",owner:"RunDevelopment"},n1ql:{title:"N1QL",owner:"TMWilds"},n4js:{title:"N4JS",require:"javascript",optional:"jsdoc",alias:"n4jsd",owner:"bsmith-n4"},"nand2tetris-hdl":{title:"Nand To Tetris HDL",owner:"stephanmax"},naniscript:{title:"Naninovel Script",owner:"Elringus",alias:"nani"},nasm:{title:"NASM",owner:"rbmj"},neon:{title:"NEON",owner:"nette"},nevod:{title:"Nevod",owner:"nezaboodka"},nginx:{title:"nginx",owner:"volado"},nim:{title:"Nim",owner:"Golmote"},nix:{title:"Nix",owner:"Golmote"},nsis:{title:"NSIS",owner:"idleberg"},objectivec:{title:"Objective-C",require:"c",alias:"objc",owner:"uranusjr"},ocaml:{title:"OCaml",owner:"Golmote"},odin:{title:"Odin",owner:"edukisto"},opencl:{title:"OpenCL",require:"c",modify:["c","cpp"],owner:"Milania1"},openqasm:{title:"OpenQasm",alias:"qasm",owner:"RunDevelopment"},oz:{title:"Oz",owner:"Golmote"},parigp:{title:"PARI/GP",owner:"Golmote"},parser:{title:"Parser",require:"markup",owner:"Golmote"},pascal:{title:"Pascal",alias:"objectpascal",aliasTitles:{objectpascal:"Object Pascal"},owner:"Golmote"},pascaligo:{title:"Pascaligo",owner:"DefinitelyNotAGoat"},psl:{title:"PATROL Scripting Language",owner:"bertysentry"},pcaxis:{title:"PC-Axis",alias:"px",owner:"RunDevelopment"},peoplecode:{title:"PeopleCode",alias:"pcode",owner:"RunDevelopment"},perl:{title:"Perl",owner:"Golmote"},php:{title:"PHP",require:"markup-templating",owner:"milesj"},phpdoc:{title:"PHPDoc",require:["php","javadoclike"],modify:"php",owner:"RunDevelopment"},"php-extras":{title:"PHP Extras",require:"php",modify:"php",owner:"milesj"},"plant-uml":{title:"PlantUML",alias:"plantuml",owner:"RunDevelopment"},plsql:{title:"PL/SQL",require:"sql",owner:"Golmote"},powerquery:{title:"PowerQuery",alias:["pq","mscript"],owner:"peterbud"},powershell:{title:"PowerShell",owner:"nauzilus"},processing:{title:"Processing",require:"clike",owner:"Golmote"},prolog:{title:"Prolog",owner:"Golmote"},promql:{title:"PromQL",owner:"arendjr"},properties:{title:".properties",owner:"Golmote"},protobuf:{title:"Protocol Buffers",require:"clike",owner:"just-boris"},pug:{title:"Pug",require:["markup","javascript"],optional:["coffeescript","ejs","handlebars","less","livescript","markdown","scss","stylus","twig"],owner:"Golmote"},puppet:{title:"Puppet",owner:"Golmote"},pure:{title:"Pure",optional:["c","cpp","fortran"],owner:"Golmote"},purebasic:{title:"PureBasic",require:"clike",alias:"pbfasm",owner:"HeX0R101"},purescript:{title:"PureScript",require:"haskell",alias:"purs",owner:"sriharshachilakapati"},python:{title:"Python",alias:"py",owner:"multipetros"},qsharp:{title:"Q#",require:"clike",alias:"qs",owner:"fedonman"},q:{title:"Q (kdb+ database)",owner:"Golmote"},qml:{title:"QML",require:"javascript",owner:"RunDevelopment"},qore:{title:"Qore",require:"clike",owner:"temnroegg"},r:{title:"R",owner:"Golmote"},racket:{title:"Racket",require:"scheme",alias:"rkt",owner:"RunDevelopment"},cshtml:{title:"Razor C#",alias:"razor",require:["markup","csharp"],optional:["css","css-extras","javascript","js-extras"],owner:"RunDevelopment"},jsx:{title:"React JSX",require:["markup","javascript"],optional:["jsdoc","js-extras","js-templates"],owner:"vkbansal"},tsx:{title:"React TSX",require:["jsx","typescript"]},reason:{title:"Reason",require:"clike",owner:"Golmote"},regex:{title:"Regex",owner:"RunDevelopment"},rego:{title:"Rego",owner:"JordanSh"},renpy:{title:"Ren'py",alias:"rpy",owner:"HyuchiaDiego"},rescript:{title:"ReScript",alias:"res",owner:"vmarcosp"},rest:{title:"reST (reStructuredText)",owner:"Golmote"},rip:{title:"Rip",owner:"ravinggenius"},roboconf:{title:"Roboconf",owner:"Golmote"},robotframework:{title:"Robot Framework",alias:"robot",owner:"RunDevelopment"},ruby:{title:"Ruby",require:"clike",alias:"rb",owner:"samflores"},rust:{title:"Rust",owner:"Golmote"},sas:{title:"SAS",optional:["groovy","lua","sql"],owner:"Golmote"},sass:{title:"Sass (Sass)",require:"css",optional:"css-extras",owner:"Golmote"},scss:{title:"Sass (SCSS)",require:"css",optional:"css-extras",owner:"MoOx"},scala:{title:"Scala",require:"java",owner:"jozic"},scheme:{title:"Scheme",owner:"bacchus123"},"shell-session":{title:"Shell session",require:"bash",alias:["sh-session","shellsession"],owner:"RunDevelopment"},smali:{title:"Smali",owner:"RunDevelopment"},smalltalk:{title:"Smalltalk",owner:"Golmote"},smarty:{title:"Smarty",require:"markup-templating",optional:"php",owner:"Golmote"},sml:{title:"SML",alias:"smlnj",aliasTitles:{smlnj:"SML/NJ"},owner:"RunDevelopment"},solidity:{title:"Solidity (Ethereum)",alias:"sol",require:"clike",owner:"glachaud"},"solution-file":{title:"Solution file",alias:"sln",owner:"RunDevelopment"},soy:{title:"Soy (Closure Template)",require:"markup-templating",owner:"Golmote"},sparql:{title:"SPARQL",require:"turtle",owner:"Triply-Dev",alias:"rq"},"splunk-spl":{title:"Splunk SPL",owner:"RunDevelopment"},sqf:{title:"SQF: Status Quo Function (Arma 3)",require:"clike",owner:"RunDevelopment"},sql:{title:"SQL",owner:"multipetros"},squirrel:{title:"Squirrel",require:"clike",owner:"RunDevelopment"},stan:{title:"Stan",owner:"RunDevelopment"},stata:{title:"Stata Ado",require:["mata","java","python"],owner:"RunDevelopment"},iecst:{title:"Structured Text (IEC 61131-3)",owner:"serhioromano"},stylus:{title:"Stylus",owner:"vkbansal"},supercollider:{title:"SuperCollider",alias:"sclang",owner:"RunDevelopment"},swift:{title:"Swift",owner:"chrischares"},systemd:{title:"Systemd configuration file",owner:"RunDevelopment"},"t4-templating":{title:"T4 templating",owner:"RunDevelopment"},"t4-cs":{title:"T4 Text Templates (C#)",require:["t4-templating","csharp"],alias:"t4",owner:"RunDevelopment"},"t4-vb":{title:"T4 Text Templates (VB)",require:["t4-templating","vbnet"],owner:"RunDevelopment"},tap:{title:"TAP",owner:"isaacs",require:"yaml"},tcl:{title:"Tcl",owner:"PeterChaplin"},tt2:{title:"Template Toolkit 2",require:["clike","markup-templating"],owner:"gflohr"},textile:{title:"Textile",require:"markup",optional:"css",owner:"Golmote"},toml:{title:"TOML",owner:"RunDevelopment"},tremor:{title:"Tremor",alias:["trickle","troy"],owner:"darach",aliasTitles:{trickle:"trickle",troy:"troy"}},turtle:{title:"Turtle",alias:"trig",aliasTitles:{trig:"TriG"},owner:"jakubklimek"},twig:{title:"Twig",require:"markup-templating",owner:"brandonkelly"},typescript:{title:"TypeScript",require:"javascript",optional:"js-templates",alias:"ts",owner:"vkbansal"},typoscript:{title:"TypoScript",alias:"tsconfig",aliasTitles:{tsconfig:"TSConfig"},owner:"dkern"},unrealscript:{title:"UnrealScript",alias:["uscript","uc"],owner:"RunDevelopment"},uorazor:{title:"UO Razor Script",owner:"jaseowns"},uri:{title:"URI",alias:"url",aliasTitles:{url:"URL"},owner:"RunDevelopment"},v:{title:"V",require:"clike",owner:"taggon"},vala:{title:"Vala",require:"clike",optional:"regex",owner:"TemplarVolk"},vbnet:{title:"VB.Net",require:"basic",owner:"Bigsby"},velocity:{title:"Velocity",require:"markup",owner:"Golmote"},verilog:{title:"Verilog",owner:"a-rey"},vhdl:{title:"VHDL",owner:"a-rey"},vim:{title:"vim",owner:"westonganger"},"visual-basic":{title:"Visual Basic",alias:["vb","vba"],aliasTitles:{vba:"VBA"},owner:"Golmote"},warpscript:{title:"WarpScript",owner:"RunDevelopment"},wasm:{title:"WebAssembly",owner:"Golmote"},"web-idl":{title:"Web IDL",alias:"webidl",owner:"RunDevelopment"},wgsl:{title:"WGSL",owner:"Dr4gonthree"},wiki:{title:"Wiki markup",require:"markup",owner:"Golmote"},wolfram:{title:"Wolfram language",alias:["mathematica","nb","wl"],aliasTitles:{mathematica:"Mathematica",nb:"Mathematica Notebook"},owner:"msollami"},wren:{title:"Wren",owner:"clsource"},xeora:{title:"Xeora",require:"markup",alias:"xeoracube",aliasTitles:{xeoracube:"XeoraCube"},owner:"freakmaxi"},"xml-doc":{title:"XML doc (.net)",require:"markup",modify:["csharp","fsharp","vbnet"],owner:"RunDevelopment"},xojo:{title:"Xojo (REALbasic)",owner:"Golmote"},xquery:{title:"XQuery",require:"markup",owner:"Golmote"},yaml:{title:"YAML",alias:"yml",owner:"hason"},yang:{title:"YANG",owner:"RunDevelopment"},zig:{title:"Zig",owner:"RunDevelopment"}},plugins:{meta:{path:"plugins/{id}/prism-{id}",link:"plugins/{id}/"},"line-highlight":{title:"Line Highlight",description:"Highlights specific lines and/or line ranges."},"line-numbers":{title:"Line Numbers",description:"Line number at the beginning of code lines.",owner:"kuba-kubula"},"show-invisibles":{title:"Show Invisibles",description:"Show hidden characters such as tabs and line breaks.",optional:["autolinker","data-uri-highlight"]},autolinker:{title:"Autolinker",description:"Converts URLs and emails in code to clickable links. Parses Markdown links in comments."},wpd:{title:"WebPlatform Docs",description:'Makes tokens link to WebPlatform.org documentation. The links open in a new tab.'},"custom-class":{title:"Custom Class",description:"This plugin allows you to prefix Prism's default classes (.comment can become .namespace--comment) or replace them with your defined ones (like .editor__comment). You can even add new classes.",owner:"dvkndn",noCSS:!0},"file-highlight":{title:"File Highlight",description:"Fetch external files and highlight them with Prism. Used on the Prism website itself.",noCSS:!0},"show-language":{title:"Show Language",description:"Display the highlighted language in code blocks (inline code does not show the label).",owner:"nauzilus",noCSS:!0,require:"toolbar"},"jsonp-highlight":{title:"JSONP Highlight",description:"Fetch content with JSONP and highlight some interesting content (e.g. GitHub/Gists or Bitbucket API).",noCSS:!0,owner:"nauzilus"},"highlight-keywords":{title:"Highlight Keywords",description:"Adds special CSS classes for each keyword for fine-grained highlighting.",owner:"vkbansal",noCSS:!0},"remove-initial-line-feed":{title:"Remove initial line feed",description:"Removes the initial line feed in code blocks.",owner:"Golmote",noCSS:!0},"inline-color":{title:"Inline color",description:"Adds a small inline preview for colors in style sheets.",require:"css-extras",owner:"RunDevelopment"},previewers:{title:"Previewers",description:"Previewers for angles, colors, gradients, easing and time.",require:"css-extras",owner:"Golmote"},autoloader:{title:"Autoloader",description:"Automatically loads the needed languages to highlight the code blocks.",owner:"Golmote",noCSS:!0},"keep-markup":{title:"Keep Markup",description:"Prevents custom markup from being dropped out during highlighting.",owner:"Golmote",optional:"normalize-whitespace",noCSS:!0},"command-line":{title:"Command Line",description:"Display a command line with a prompt and, optionally, the output/response from the commands.",owner:"chriswells0"},"unescaped-markup":{title:"Unescaped Markup",description:"Write markup without having to escape anything."},"normalize-whitespace":{title:"Normalize Whitespace",description:"Supports multiple operations to normalize whitespace in code blocks.",owner:"zeitgeist87",optional:"unescaped-markup",noCSS:!0},"data-uri-highlight":{title:"Data-URI Highlight",description:"Highlights data-URI contents.",owner:"Golmote",noCSS:!0},toolbar:{title:"Toolbar",description:"Attach a toolbar for plugins to easily register buttons on the top of a code block.",owner:"mAAdhaTTah"},"copy-to-clipboard":{title:"Copy to Clipboard Button",description:"Add a button that copies the code block to the clipboard when clicked.",owner:"mAAdhaTTah",require:"toolbar",noCSS:!0},"download-button":{title:"Download Button",description:"A button in the toolbar of a code block adding a convenient way to download a code file.",owner:"Golmote",require:"toolbar",noCSS:!0},"match-braces":{title:"Match braces",description:"Highlights matching braces.",owner:"RunDevelopment"},"diff-highlight":{title:"Diff Highlight",description:"Highlights the code inside diff blocks.",owner:"RunDevelopment",require:"diff"},"filter-highlight-all":{title:"Filter highlightAll",description:"Filters the elements the highlightAll and highlightAllUnder methods actually highlight.",owner:"RunDevelopment",noCSS:!0},treeview:{title:"Treeview",description:"A language with special styles to highlight file system tree structures.",owner:"Golmote"}}})},2885:(e,t,n)=>{const a=n(29901),r=n(39642),o=new Set;function i(e){void 0===e?e=Object.keys(a.languages).filter((e=>"meta"!=e)):Array.isArray(e)||(e=[e]);const t=[...o,...Object.keys(Prism.languages)];r(a,e,t).load((e=>{if(!(e in a.languages))return void(i.silent||console.warn("Language does not exist: "+e));const t="./prism-"+e;delete n.c[n(16500).resolve(t)],delete Prism.languages[e],n(16500)(t),o.add(e)}))}i.silent=!1,e.exports=i},6726:(e,t,n)=>{var a={"./":2885};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=o,e.exports=r,r.id=6726},16500:(e,t,n)=>{var a={"./":2885};function r(e){var t=o(e);return n(t)}function o(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}r.keys=function(){return Object.keys(a)},r.resolve=o,e.exports=r,r.id=16500},39642:e=>{"use strict";var t=function(){var e=function(){};function t(e,t){Array.isArray(e)?e.forEach(t):null!=e&&t(e,0)}function n(e){for(var t={},n=0,a=e.length;n "));var s={},c=e[a];if(c){function l(t){if(!(t in e))throw new Error(a+" depends on an unknown component "+t);if(!(t in s))for(var i in r(t,o),s[t]=!0,n[t])s[i]=!0}t(c.require,l),t(c.optional,l),t(c.modify,l)}n[a]=s,o.pop()}}return function(e){var t=n[e];return t||(r(e,a),t=n[e]),t}}function r(e){for(var t in e)return!0;return!1}return function(o,i,s){var c=function(e){var t={};for(var n in e){var a=e[n];for(var r in a)if("meta"!=r){var o=a[r];t[r]="string"==typeof o?{title:o}:o}}return t}(o),l=function(e){var n;return function(a){if(a in e)return a;if(!n)for(var r in n={},e){var o=e[r];t(o&&o.alias,(function(t){if(t in n)throw new Error(t+" cannot be alias for both "+r+" and "+n[t]);if(t in e)throw new Error(t+" cannot be alias of "+r+" because it is a component.");n[t]=r}))}return n[a]||a}}(c);i=i.map(l),s=(s||[]).map(l);var u=n(i),d=n(s);i.forEach((function e(n){var a=c[n];t(a&&a.require,(function(t){t in d||(u[t]=!0,e(t))}))}));for(var p,f=a(c),m=u;r(m);){for(var g in p={},m){var h=c[g];t(h&&h.modify,(function(e){e in d&&(p[e]=!0)}))}for(var b in d)if(!(b in u))for(var y in f(b))if(y in u){p[b]=!0;break}for(var w in m=p)u[w]=!0}var k={getIds:function(){var e=[];return k.load((function(t){e.push(t)})),e},load:function(t,n){return function(t,n,a,r){var o=r?r.series:void 0,i=r?r.parallel:e,s={},c={};function l(e){if(e in s)return s[e];c[e]=!0;var r,u=[];for(var d in t(e))d in n&&u.push(d);if(0===u.length)r=a(e);else{var p=i(u.map((function(e){var t=l(e);return delete c[e],t})));o?r=o(p,(function(){return a(e)})):a(e)}return s[e]=r}for(var u in n)l(u);var d=[];for(var p in c)d.push(s[p]);return i(d)}(f,u,t,n)}};return k}}();e.exports=t},92703:(e,t,n)=>{"use strict";var a=n(50414);function r(){}function o(){}o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,i){if(i!==a){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function t(){return e}e.isRequired=e;var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return n.PropTypes=n,n}},45697:(e,t,n)=>{e.exports=n(92703)()},50414:e=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},64448:(e,t,n)=>{"use strict";var a=n(67294),r=n(27418),o=n(63840);function i(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n