{"version":3,"file":"component---src-pages-documentation-js-aefeda7753cce90e2f07.js","mappings":"8IAAA,IAAIA,EAAiB,EAAQ,MAEzBC,EAA2B,EAAQ,MAEvC,SAASC,EAAWC,EAAQC,EAAMC,GAchC,OAbIJ,KACFK,EAAOC,QAAUL,EAAaM,QAAQC,UAAWH,EAAOC,QAAQG,YAAa,EAAMJ,EAAOC,QAAiB,QAAID,EAAOC,UAEtHD,EAAOC,QAAUL,EAAa,SAAoBC,EAAQC,EAAMC,GAC9D,IAAIM,EAAI,CAAC,MACTA,EAAEC,KAAKC,MAAMF,EAAGP,GAChB,IACIU,EAAW,IADGC,SAASC,KAAKH,MAAMV,EAAQQ,IAG9C,OADIN,GAAOL,EAAec,EAAUT,EAAMY,WACnCH,GACNR,EAAOC,QAAQG,YAAa,EAAMJ,EAAOC,QAAiB,QAAID,EAAOC,SAGnEL,EAAWW,MAAM,KAAMK,WAGhCZ,EAAOC,QAAUL,EAAYI,EAAOC,QAAQG,YAAa,EAAMJ,EAAOC,QAAiB,QAAID,EAAOC,S,iBCRlGD,EAAOC,QAbP,WACE,GAAuB,oBAAZC,UAA4BA,QAAQC,UAAW,OAAO,EACjE,GAAID,QAAQC,UAAUU,KAAM,OAAO,EACnC,GAAqB,mBAAVC,MAAsB,OAAO,EAExC,IAEE,OADAC,QAAQJ,UAAUK,QAAQC,KAAKf,QAAQC,UAAUY,QAAS,IAAI,iBACvD,EACP,MAAOG,GACP,OAAO,IAIiClB,EAAOC,QAAQG,YAAa,EAAMJ,EAAOC,QAAiB,QAAID,EAAOC,S,qBCPjH,IAAMkB,EAAcC,EAApB,MAEApB,EAAAA,QAAiB,CACfmB,YADFnB,I,spBCRA,IAAMqB,EAAQD,EAAd,MACQE,EAAQF,EAAhB,UACQG,EAAgBH,EAAxB,kBAEApB,EAAA,QAAiB,SAAqB,GACpCwB,IAAAA,EAGC,EAHDA,MACAC,EAEC,EAFDA,SACGC,EACF,OACKC,EAAWJ,EAAjB,GAGMK,EAAMP,EAAAA,SAAc,WACxB,MACE,OAAO,KAGT,IAAMQ,EAAS,GAGbR,MAHa,EAIbC,IAJa,GAAf,GAQMQ,EAAOC,OAAAA,KAAb,GACMC,EAASF,EAAAA,KAAS,SAAAG,GAAG,OAAIJ,EAAJ,MAG3B,OAFQ,mCAAR,KAEOK,WAAAA,EAAAA,CAAAA,IAAAA,OAAAA,EAAP,OACC,CAACT,EAlBJ,IAoBA,OAAOJ,EAAAA,cAAAA,EAAAA,EAAAA,GAAP,M,qFCXF,UAd0B,SAAC,GAAc,IAAD,MAAXc,EAAW,EAAXA,KAC3B,OACE,gBAAC,IAAD,KACE,2BAASC,UAAU,uBACjB,gBAAC,IAAD,CAAMA,UAAU,yBACd,gBAAC,SAAD,CAAWA,UAAU,oBACnB,gBAAC,EAAAjB,YAAD,KAAcgB,MAAAA,GAAd,UAAcA,EAAME,YAApB,iBAAc,EAAYC,MAAM,UAAhC,iBAAc,EAAsBC,gBAApC,aAAc,EAAgCC","sources":["webpack://keyloop-test-automation-framework/./node_modules/@babel/runtime/helpers/construct.js","webpack://keyloop-test-automation-framework/./node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js","webpack://keyloop-test-automation-framework/./node_modules/gatsby-plugin-mdx/index.js","webpack://keyloop-test-automation-framework/./node_modules/gatsby-plugin-mdx/mdx-renderer.js","webpack://keyloop-test-automation-framework/./src/pages/documentation.js"],"sourcesContent":["var setPrototypeOf = require(\"./setPrototypeOf.js\");\n\nvar isNativeReflectConstruct = require(\"./isNativeReflectConstruct.js\");\n\nfunction _construct(Parent, args, Class) {\n if (isNativeReflectConstruct()) {\n module.exports = _construct = Reflect.construct, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n } else {\n module.exports = _construct = function _construct(Parent, args, Class) {\n var a = [null];\n a.push.apply(a, args);\n var Constructor = Function.bind.apply(Parent, a);\n var instance = new Constructor();\n if (Class) setPrototypeOf(instance, Class.prototype);\n return instance;\n }, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;\n }\n\n return _construct.apply(null, arguments);\n}\n\nmodule.exports = _construct, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","function _isNativeReflectConstruct() {\n if (typeof Reflect === \"undefined\" || !Reflect.construct) return false;\n if (Reflect.construct.sham) return false;\n if (typeof Proxy === \"function\") return true;\n\n try {\n Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));\n return true;\n } catch (e) {\n return false;\n }\n}\n\nmodule.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","/**\n * Welcome to gatsby-plugin-mdx!\n *\n * Start reading in gatsby-node.js\n */\n\nconst MDXRenderer = require(`./mdx-renderer`)\n\nmodule.exports = {\n MDXRenderer: MDXRenderer,\n}\n","const React = require(`react`)\nconst { mdx } = require(`@mdx-js/react`)\nconst { useMDXScope } = require(`./context`)\n\nmodule.exports = function MDXRenderer({\n scope,\n children,\n ...props\n}) {\n const mdxScope = useMDXScope(scope)\n\n // Memoize the compiled component\n const End = React.useMemo(() => {\n if (!children) {\n return null\n }\n\n const fullScope = {\n // React is here just in case the user doesn't pass them in\n // in a manual usage of the renderer\n React,\n mdx,\n ...mdxScope,\n }\n\n const keys = Object.keys(fullScope)\n const values = keys.map(key => fullScope[key])\n const fn = new Function(`_fn`, ...keys, `${children}`)\n\n return fn({}, ...values)\n }, [children, scope])\n\n return React.createElement(End, {...props })\n}\n","import * as React from \"react\";\nimport { MDXRenderer } from \"gatsby-plugin-mdx\";\nimport Layout from \"../widgets/Layout\";\nimport { graphql } from \"gatsby\";\nimport { Card } from \"react-bootstrap\";\n\n// markup\nconst DocumentationPage = ({ data }) => {\n return (\n \n
\n \n \n {data?.page?.nodes[0]?.childMdx?.body}\n \n \n
\n
\n );\n};\n\nexport default DocumentationPage;\nexport const query = graphql`\n query getPage {\n page: allFile(filter: { relativeDirectory: { eq: \"documentation\" } }) {\n nodes {\n childMdx {\n frontmatter {\n title\n }\n slug\n body\n }\n }\n }\n }\n`;\n"],"names":["setPrototypeOf","isNativeReflectConstruct","_construct","Parent","args","Class","module","exports","Reflect","construct","__esModule","a","push","apply","instance","Function","bind","prototype","arguments","sham","Proxy","Boolean","valueOf","call","e","MDXRenderer","require","React","mdx","useMDXScope","scope","children","props","mdxScope","End","fullScope","keys","Object","values","key","fn","data","className","page","nodes","childMdx","body"],"sourceRoot":""}