mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-23 06:38:40 -05:00
Deploy website - based on 7f490f5bf2
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[549],{6175:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>l,frontMatter:()=>o,metadata:()=>a,toc:()=>u});var i=n(4848),s=n(8453);const o={},r="Versioning",a={id:"build-images/versioning",title:"Versioning",description:"Monitor uses a major.minor.patch versioning scheme. Every build will auto increment the patch number, and push the image to docker hub with the version tag as well as the `latest` tag.",source:"@site/docs/build-images/versioning.md",sourceDirName:"build-images",slug:"/build-images/versioning",permalink:"/docs/build-images/versioning",draft:!1,unlisted:!1,editUrl:"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/build-images/versioning.md",tags:[],version:"current",frontMatter:{},sidebar:"docs",previous:{title:"Builders",permalink:"/docs/build-images/builders"},next:{title:"Deploy Containers",permalink:"/docs/deploy-containers/"}},c={},u=[];function d(e){const t={code:"code",h1:"h1",p:"p",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"versioning",children:"Versioning"}),"\n",(0,i.jsxs)(t.p,{children:["Monitor uses a major.minor.patch versioning scheme. Every build will auto increment the patch number, and push the image to docker hub with the version tag as well as the ",(0,i.jsx)(t.code,{children:"latest"})," tag."]})]})}function l(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>a});var i=n(6540);const s={},o=i.createContext(s);function r(e){const t=i.useContext(o);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),i.createElement(o.Provider,{value:t},e.children)}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[549],{6175:(e,t,n)=>{n.r(t),n.d(t,{assets:()=>c,contentTitle:()=>r,default:()=>l,frontMatter:()=>o,metadata:()=>a,toc:()=>u});var i=n(4848),s=n(8453);const o={},r="Versioning",a={id:"build-images/versioning",title:"Versioning",description:"Monitor uses a major.minor.patch versioning scheme. Every build will auto increment the patch number, and push the image to docker hub with the version tag as well as the `latest` tag.",source:"@site/docs/build-images/versioning.md",sourceDirName:"build-images",slug:"/build-images/versioning",permalink:"/docs/build-images/versioning",draft:!1,unlisted:!1,editUrl:"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/build-images/versioning.md",tags:[],version:"current",frontMatter:{},sidebar:"docs",previous:{title:"Select a builder",permalink:"/docs/build-images/choosing-builder"},next:{title:"Deploy Containers",permalink:"/docs/deploy-containers/"}},c={},u=[];function d(e){const t={code:"code",h1:"h1",p:"p",...(0,s.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(t.h1,{id:"versioning",children:"Versioning"}),"\n",(0,i.jsxs)(t.p,{children:["Monitor uses a major.minor.patch versioning scheme. Every build will auto increment the patch number, and push the image to docker hub with the version tag as well as the ",(0,i.jsx)(t.code,{children:"latest"})," tag."]})]})}function l(e={}){const{wrapper:t}={...(0,s.R)(),...e.components};return t?(0,i.jsx)(t,{...e,children:(0,i.jsx)(d,{...e})}):d(e)}},8453:(e,t,n)=>{n.d(t,{R:()=>r,x:()=>a});var i=n(6540);const s={},o=i.createContext(s);function r(e){const t=i.useContext(o);return i.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function a(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),i.createElement(o.Provider,{value:t},e.children)}}}]);
|
||||
@@ -1 +0,0 @@
|
||||
"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[543],{1527:(e,n,i)=>{i.r(n),i.d(n,{assets:()=>d,contentTitle:()=>r,default:()=>u,frontMatter:()=>t,metadata:()=>c,toc:()=>l});var o=i(4848),s=i(8453);const t={},r="Pre-build command",c={id:"build-images/pre-build",title:"Pre-build command",description:"Sometimes a command needs to be run before running `docker build`, you can configure this in the pre build section.",source:"@site/docs/build-images/pre-build.md",sourceDirName:"build-images",slug:"/build-images/pre-build",permalink:"/docs/build-images/pre-build",draft:!1,unlisted:!1,editUrl:"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/build-images/pre-build.md",tags:[],version:"current",frontMatter:{},sidebar:"docs",previous:{title:"Configuration",permalink:"/docs/build-images/configuration"},next:{title:"Select a builder",permalink:"/docs/build-images/choosing-builder"}},d={},l=[];function a(e){const n={code:"code",em:"em",h1:"h1",p:"p",...(0,s.R)(),...e.components};return(0,o.jsxs)(o.Fragment,{children:[(0,o.jsx)(n.h1,{id:"pre-build-command",children:"Pre-build command"}),"\n",(0,o.jsxs)(n.p,{children:["Sometimes a command needs to be run before running ",(0,o.jsx)(n.code,{children:"docker build"}),", you can configure this in the ",(0,o.jsx)(n.em,{children:"pre build"})," section."]}),"\n",(0,o.jsxs)(n.p,{children:["There are two fields to pass for ",(0,o.jsx)(n.em,{children:"pre build"}),". the first is ",(0,o.jsx)(n.em,{children:"path"}),", which changes the working directory. To run the command in the root of the repo, just pass ",(0,o.jsx)(n.code,{children:"."}),". The second field is ",(0,o.jsx)(n.em,{children:"command"}),", this is the shell command to be executed after the repo is cloned."]}),"\n",(0,o.jsxs)(n.p,{children:["For example, say your repo had a folder in it called ",(0,o.jsx)(n.code,{children:"scripts"})," with a shell script ",(0,o.jsx)(n.code,{children:"on-clone.sh"}),". You would give ",(0,o.jsx)(n.em,{children:"path"})," as ",(0,o.jsx)(n.code,{children:"scripts"})," and command as ",(0,o.jsx)(n.code,{children:"sh on-clone.sh"}),". Or you could make ",(0,o.jsx)(n.em,{children:"path"})," just ",(0,o.jsx)(n.code,{children:"."})," and then the command would be ",(0,o.jsx)(n.code,{children:"sh scripts/on-clone.sh"}),". Either way works fine."]})]})}function u(e={}){const{wrapper:n}={...(0,s.R)(),...e.components};return n?(0,o.jsx)(n,{...e,children:(0,o.jsx)(a,{...e})}):a(e)}},8453:(e,n,i)=>{i.d(n,{R:()=>r,x:()=>c});var o=i(6540);const s={},t=o.createContext(s);function r(e){const n=o.useContext(t);return o.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function c(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(s):e.components||s:r(e.components),o.createElement(t.Provider,{value:n},e.children)}}}]);
|
||||
@@ -0,0 +1 @@
|
||||
"use strict";(self.webpackChunkdocsite=self.webpackChunkdocsite||[]).push([[543],{1527:(e,n,s)=>{s.r(n),s.d(n,{assets:()=>c,contentTitle:()=>r,default:()=>u,frontMatter:()=>t,metadata:()=>d,toc:()=>l});var i=s(4848),o=s(8453);const t={},r="Pre-build command",d={id:"build-images/pre-build",title:"Pre-build command",description:"Sometimes a command needs to be run before running `docker build`, you can configure this in the pre build section.",source:"@site/docs/build-images/pre-build.md",sourceDirName:"build-images",slug:"/build-images/pre-build",permalink:"/docs/build-images/pre-build",draft:!1,unlisted:!1,editUrl:"https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/docs/build-images/pre-build.md",tags:[],version:"current",frontMatter:{},sidebar:"docs",previous:{title:"Configuration",permalink:"/docs/build-images/configuration"},next:{title:"Builders",permalink:"/docs/build-images/builders"}},c={},l=[];function a(e){const n={code:"code",em:"em",h1:"h1",p:"p",...(0,o.R)(),...e.components};return(0,i.jsxs)(i.Fragment,{children:[(0,i.jsx)(n.h1,{id:"pre-build-command",children:"Pre-build command"}),"\n",(0,i.jsxs)(n.p,{children:["Sometimes a command needs to be run before running ",(0,i.jsx)(n.code,{children:"docker build"}),", you can configure this in the ",(0,i.jsx)(n.em,{children:"pre build"})," section."]}),"\n",(0,i.jsxs)(n.p,{children:["There are two fields to pass for ",(0,i.jsx)(n.em,{children:"pre build"}),". the first is ",(0,i.jsx)(n.em,{children:"path"}),", which changes the working directory. To run the command in the root of the repo, just pass ",(0,i.jsx)(n.code,{children:"."}),". The second field is ",(0,i.jsx)(n.em,{children:"command"}),", this is the shell command to be executed after the repo is cloned."]}),"\n",(0,i.jsxs)(n.p,{children:["For example, say your repo had a folder in it called ",(0,i.jsx)(n.code,{children:"scripts"})," with a shell script ",(0,i.jsx)(n.code,{children:"on-clone.sh"}),". You would give ",(0,i.jsx)(n.em,{children:"path"})," as ",(0,i.jsx)(n.code,{children:"scripts"})," and command as ",(0,i.jsx)(n.code,{children:"sh on-clone.sh"}),". Or you could make ",(0,i.jsx)(n.em,{children:"path"})," just ",(0,i.jsx)(n.code,{children:"."})," and then the command would be ",(0,i.jsx)(n.code,{children:"sh scripts/on-clone.sh"}),". Either way works fine."]})]})}function u(e={}){const{wrapper:n}={...(0,o.R)(),...e.components};return n?(0,i.jsx)(n,{...e,children:(0,i.jsx)(a,{...e})}):a(e)}},8453:(e,n,s)=>{s.d(n,{R:()=>r,x:()=>d});var i=s(6540);const o={},t=i.createContext(o);function r(e){const n=i.useContext(t);return i.useMemo((function(){return"function"==typeof e?e(n):{...n,...e}}),[n,e])}function d(e){let n;return n=e.disableParentContext?"function"==typeof e.components?e.components(o):e.components||o:r(e.components),i.createElement(t.Provider,{value:n},e.children)}}}]);
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
(()=>{"use strict";var e,t,a,r,c,o={},n={};function f(e){var t=n[e];if(void 0!==t)return t.exports;var a=n[e]={id:e,loaded:!1,exports:{}};return o[e].call(a.exports,a,a.exports,f),a.loaded=!0,a.exports}f.m=o,f.c=n,e=[],f.O=(t,a,r,c)=>{if(!a){var o=1/0;for(u=0;u<e.length;u++){a=e[u][0],r=e[u][1],c=e[u][2];for(var n=!0,d=0;d<a.length;d++)(!1&c||o>=c)&&Object.keys(f.O).every((e=>f.O[e](a[d])))?a.splice(d--,1):(n=!1,c<o&&(o=c));if(n){e.splice(u--,1);var i=r();void 0!==i&&(t=i)}}return t}c=c||0;for(var u=e.length;u>0&&e[u-1][2]>c;u--)e[u]=e[u-1];e[u]=[a,r,c]},f.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return f.d(t,{a:t}),t},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,f.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var c=Object.create(null);f.r(c);var o={};t=t||[null,a({}),a([]),a(a)];for(var n=2&r&&e;"object"==typeof n&&!~t.indexOf(n);n=a(n))Object.getOwnPropertyNames(n).forEach((t=>o[t]=()=>e[t]));return o.default=()=>e,f.d(c,o),c},f.d=(e,t)=>{for(var a in t)f.o(t,a)&&!f.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},f.f={},f.e=e=>Promise.all(Object.keys(f.f).reduce(((t,a)=>(f.f[a](e,t),t)),[])),f.u=e=>"assets/js/"+({48:"a94703ab",92:"3734296e",98:"a7bd4aaa",100:"ef1bbce5",235:"a7456010",247:"f8238c17",323:"74a07cac",383:"d59290e0",401:"17896441",512:"48402c64",531:"75245258",543:"c65a6c17",549:"a5a01e01",552:"669fcf45",583:"1df93b7f",647:"5e95c892",648:"a9cd8699",742:"aba21aa0",802:"a5ce9ce8",846:"c54f4afd",848:"8b13a4b4",849:"0058b4c6",864:"d92a3c43",912:"c8c1187d",943:"79c522c5",976:"0e384e19",995:"ef526b88"}[e]||e)+"."+{48:"0a6b5f99",92:"a1973332",98:"6f58ed8b",100:"145e4ca7",235:"b82eb55b",237:"2f3e1c0f",247:"ace2f037",323:"ded43cc8",383:"696403ae",401:"ec55cfba",512:"3686dc11",531:"7f8ebf07",543:"a6710687",549:"1e625067",552:"5a4a72c2",583:"da8619ec",647:"825bac72",648:"a1b04d42",742:"e2256b29",802:"dc07e781",846:"b438b2b5",848:"330a724f",849:"ee3030b0",864:"75d2c109",912:"b77f1fa8",943:"b18e36e0",976:"0b5b1b34",995:"e744ea91"}[e]+".js",f.miniCssF=e=>{},f.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),f.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},c="docsite:",f.l=(e,t,a,o)=>{if(r[e])r[e].push(t);else{var n,d;if(void 0!==a)for(var i=document.getElementsByTagName("script"),u=0;u<i.length;u++){var b=i[u];if(b.getAttribute("src")==e||b.getAttribute("data-webpack")==c+a){n=b;break}}n||(d=!0,(n=document.createElement("script")).charset="utf-8",n.timeout=120,f.nc&&n.setAttribute("nonce",f.nc),n.setAttribute("data-webpack",c+a),n.src=e),r[e]=[t];var l=(t,a)=>{n.onerror=n.onload=null,clearTimeout(s);var c=r[e];if(delete r[e],n.parentNode&&n.parentNode.removeChild(n),c&&c.forEach((e=>e(a))),t)return t(a)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=l.bind(null,n.onerror),n.onload=l.bind(null,n.onload),d&&document.head.appendChild(n)}},f.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},f.p="/",f.gca=function(e){return e={17896441:"401",75245258:"531",a94703ab:"48","3734296e":"92",a7bd4aaa:"98",ef1bbce5:"100",a7456010:"235",f8238c17:"247","74a07cac":"323",d59290e0:"383","48402c64":"512",c65a6c17:"543",a5a01e01:"549","669fcf45":"552","1df93b7f":"583","5e95c892":"647",a9cd8699:"648",aba21aa0:"742",a5ce9ce8:"802",c54f4afd:"846","8b13a4b4":"848","0058b4c6":"849",d92a3c43:"864",c8c1187d:"912","79c522c5":"943","0e384e19":"976",ef526b88:"995"}[e]||e,f.p+f.u(e)},(()=>{var e={354:0,869:0};f.f.j=(t,a)=>{var r=f.o(e,t)?e[t]:void 0;if(0!==r)if(r)a.push(r[2]);else if(/^(354|869)$/.test(t))e[t]=0;else{var c=new Promise(((a,c)=>r=e[t]=[a,c]));a.push(r[2]=c);var o=f.p+f.u(t),n=new Error;f.l(o,(a=>{if(f.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var c=a&&("load"===a.type?"missing":a.type),o=a&&a.target&&a.target.src;n.message="Loading chunk "+t+" failed.\n("+c+": "+o+")",n.name="ChunkLoadError",n.type=c,n.request=o,r[1](n)}}),"chunk-"+t,t)}},f.O.j=t=>0===e[t];var t=(t,a)=>{var r,c,o=a[0],n=a[1],d=a[2],i=0;if(o.some((t=>0!==e[t]))){for(r in n)f.o(n,r)&&(f.m[r]=n[r]);if(d)var u=d(f)}for(t&&t(a);i<o.length;i++)c=o[i],f.o(e,c)&&e[c]&&e[c][0](),e[c]=0;return f.O(u)},a=self.webpackChunkdocsite=self.webpackChunkdocsite||[];a.forEach(t.bind(null,0)),a.push=t.bind(null,a.push.bind(a))})()})();
|
||||
@@ -1 +0,0 @@
|
||||
(()=>{"use strict";var e,t,a,r,c,o={},f={};function n(e){var t=f[e];if(void 0!==t)return t.exports;var a=f[e]={id:e,loaded:!1,exports:{}};return o[e].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.m=o,n.c=f,e=[],n.O=(t,a,r,c)=>{if(!a){var o=1/0;for(u=0;u<e.length;u++){a=e[u][0],r=e[u][1],c=e[u][2];for(var f=!0,d=0;d<a.length;d++)(!1&c||o>=c)&&Object.keys(n.O).every((e=>n.O[e](a[d])))?a.splice(d--,1):(f=!1,c<o&&(o=c));if(f){e.splice(u--,1);var i=r();void 0!==i&&(t=i)}}return t}c=c||0;for(var u=e.length;u>0&&e[u-1][2]>c;u--)e[u]=e[u-1];e[u]=[a,r,c]},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},a=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,n.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var c=Object.create(null);n.r(c);var o={};t=t||[null,a({}),a([]),a(a)];for(var f=2&r&&e;"object"==typeof f&&!~t.indexOf(f);f=a(f))Object.getOwnPropertyNames(f).forEach((t=>o[t]=()=>e[t]));return o.default=()=>e,n.d(c,o),c},n.d=(e,t)=>{for(var a in t)n.o(t,a)&&!n.o(e,a)&&Object.defineProperty(e,a,{enumerable:!0,get:t[a]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce(((t,a)=>(n.f[a](e,t),t)),[])),n.u=e=>"assets/js/"+({48:"a94703ab",92:"3734296e",98:"a7bd4aaa",235:"a7456010",247:"f8238c17",323:"74a07cac",383:"d59290e0",401:"17896441",512:"48402c64",531:"75245258",543:"c65a6c17",549:"a5a01e01",552:"669fcf45",583:"1df93b7f",647:"5e95c892",648:"a9cd8699",742:"aba21aa0",802:"a5ce9ce8",846:"c54f4afd",848:"8b13a4b4",849:"0058b4c6",864:"d92a3c43",912:"c8c1187d",943:"79c522c5",970:"9d7902f6",976:"0e384e19",995:"ef526b88"}[e]||e)+"."+{48:"0a6b5f99",92:"a1973332",98:"6f58ed8b",235:"b82eb55b",237:"2f3e1c0f",247:"ace2f037",323:"ded43cc8",383:"696403ae",401:"ec55cfba",512:"3686dc11",531:"7f8ebf07",543:"247105d5",549:"44d13b17",552:"5a4a72c2",583:"da8619ec",647:"825bac72",648:"a1b04d42",742:"e2256b29",802:"dc07e781",846:"b438b2b5",848:"330a724f",849:"59849115",864:"75d2c109",912:"b77f1fa8",943:"b18e36e0",970:"fa8eb4bb",976:"0b5b1b34",995:"e744ea91"}[e]+".js",n.miniCssF=e=>{},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},c="docsite:",n.l=(e,t,a,o)=>{if(r[e])r[e].push(t);else{var f,d;if(void 0!==a)for(var i=document.getElementsByTagName("script"),u=0;u<i.length;u++){var l=i[u];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==c+a){f=l;break}}f||(d=!0,(f=document.createElement("script")).charset="utf-8",f.timeout=120,n.nc&&f.setAttribute("nonce",n.nc),f.setAttribute("data-webpack",c+a),f.src=e),r[e]=[t];var s=(t,a)=>{f.onerror=f.onload=null,clearTimeout(b);var c=r[e];if(delete r[e],f.parentNode&&f.parentNode.removeChild(f),c&&c.forEach((e=>e(a))),t)return t(a)},b=setTimeout(s.bind(null,void 0,{type:"timeout",target:f}),12e4);f.onerror=s.bind(null,f.onerror),f.onload=s.bind(null,f.onload),d&&document.head.appendChild(f)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.p="/",n.gca=function(e){return e={17896441:"401",75245258:"531",a94703ab:"48","3734296e":"92",a7bd4aaa:"98",a7456010:"235",f8238c17:"247","74a07cac":"323",d59290e0:"383","48402c64":"512",c65a6c17:"543",a5a01e01:"549","669fcf45":"552","1df93b7f":"583","5e95c892":"647",a9cd8699:"648",aba21aa0:"742",a5ce9ce8:"802",c54f4afd:"846","8b13a4b4":"848","0058b4c6":"849",d92a3c43:"864",c8c1187d:"912","79c522c5":"943","9d7902f6":"970","0e384e19":"976",ef526b88:"995"}[e]||e,n.p+n.u(e)},(()=>{var e={354:0,869:0};n.f.j=(t,a)=>{var r=n.o(e,t)?e[t]:void 0;if(0!==r)if(r)a.push(r[2]);else if(/^(354|869)$/.test(t))e[t]=0;else{var c=new Promise(((a,c)=>r=e[t]=[a,c]));a.push(r[2]=c);var o=n.p+n.u(t),f=new Error;n.l(o,(a=>{if(n.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var c=a&&("load"===a.type?"missing":a.type),o=a&&a.target&&a.target.src;f.message="Loading chunk "+t+" failed.\n("+c+": "+o+")",f.name="ChunkLoadError",f.type=c,f.request=o,r[1](f)}}),"chunk-"+t,t)}},n.O.j=t=>0===e[t];var t=(t,a)=>{var r,c,o=a[0],f=a[1],d=a[2],i=0;if(o.some((t=>0!==e[t]))){for(r in f)n.o(f,r)&&(n.m[r]=f[r]);if(d)var u=d(n)}for(t&&t(a);i<o.length;i++)c=o[i],n.o(e,c)&&e[c]&&e[c][0](),e[c]=0;return n.O(u)},a=self.webpackChunkdocsite=self.webpackChunkdocsite||[];a.forEach(t.bind(null,0)),a.push=t.bind(null,a.push.bind(a))})()})();
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -1 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://docs.monitor.mogh.tech/docs/build-images</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/choosing-builder</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/pre-build</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/versioning</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers/add-server</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers/setup-periphery</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers/templates</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/core-setup</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/deploy-containers</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/deploy-containers/configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/deploy-containers/lifetime-management</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/file-paths</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/intro</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/permissioning</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/procedures</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/resources</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/sync-resources</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
|
||||
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://docs.monitor.mogh.tech/docs/build-images</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/builders</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/pre-build</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/build-images/versioning</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers/add-server</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers/setup-periphery</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/connecting-servers/templates</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/core-setup</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/deploy-containers</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/deploy-containers/configuration</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/deploy-containers/lifetime-management</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/file-paths</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/intro</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/permissioning</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/procedures</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/resources</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/docs/sync-resources</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://docs.monitor.mogh.tech/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>
|
||||
Reference in New Issue
Block a user