{"version":3,"sources":["webpack://appvity-website/./src/components/LayoutCustom.js","webpack://appvity-website/./src/pages/sitemap.js"],"names":["children","className","SiteMap","render","sitemaps","this","props","data","allMarkdownRemark","nodes","title","description","meta","name","content","pathname","data-sal","data-sal-duration","data-sal-delay","data-sal-easing","map","res","xs","md","lg","key","id","frontmatter","dangerouslySetInnerHTML","__html","html","React"],"mappings":"+IAeA,IAXqB,SAAC,GAAkB,IAAhBA,EAAe,EAAfA,SACpB,OACI,uBAAKC,UAAU,QACX,gBAAC,IAAD,MACA,uBAAKA,UAAU,QACVD,M,2HCFXE,E,6FAyBLC,OAAA,WACC,IACMC,EADWC,KAAKC,MAAdC,KACcC,kBAAkBC,MAExC,OACC,gBAAC,IAAD,KACa,gBAAC,IAAD,CAAKC,MAAM,WAAWC,YAAY,UAAUC,KAAM,CAAC,CAAEC,KAAK,WAAaC,QAAS,CAAC,gBAAiB,qBAAuBC,SAAS,aAC9I,uBAAKd,UAAU,wBACd,2BAASA,UAAU,sBAAsBe,WAAS,OAAOC,oBAAkB,OAAOC,iBAAe,MAAMC,kBAAgB,QACtH,gBAAC,IAAD,KACC,uBAAKlB,UAAU,aACd,sCAED,uBAAKA,UAAU,sBACd,gBAAC,IAAD,KACEG,EAASgB,KAAI,SAACC,GAAD,OACb,gBAAC,IAAD,CAAKC,GAAI,GAAIC,GAAI,GAAIC,GAAI,EAAGC,IAAKJ,EAAIK,IACpC,sBAAIzB,UAAU,oBACb,0BAAKoB,EAAIM,YAAYjB,OACrB,sBAAIkB,wBAAyB,CAAEC,OAAQR,EAAIS,gBAOjD,uBAAK7B,UAAU,iBACd,gBAAC,IAAD,W,GApDe8B,aA6DtB","file":"component---src-pages-sitemap-js-1962131f8fc477594b86.js","sourcesContent":["import React from \"react\";\nimport Header from \"./Header\";\nimport \"../styles/styles.scss\";\n\nconst LayoutCustom = ({ children }) => {\n return (\n
\n
\n
\n {children}\n
\n
\n );\n};\n\nexport default LayoutCustom;\n","import React from 'react'\nimport { graphql } from 'gatsby'\nimport { Container, Row, Col } from 'react-bootstrap'\nimport LayoutCustom from \"../components/LayoutCustom\";\nimport Footer from \"../components/Footer\";\nimport SEO from \"../components/SEO\";\n\nclass SiteMap extends React.Component {\n\n\t// componentDidMount() {\n\t// \tconst { location } = this.props;\n\n // var host_website = location.host ? location.host : \"\";\n // var new_online_doc_url;\n\n // if (host_website === \"localhost:8000\" || host_website === \"127.0.0.1:8000\") {\n // new_online_doc_url = \"http://protoweb.appvity.com:8083/\";\n // } else if (host_website === \"protoweb.appvity.com:8082\") {\n // new_online_doc_url = \"http://protoweb.appvity.com:8083/\";\n // } else if (host_website === \"vmweb:8082\") {\n // new_online_doc_url = \"http://vmweb:8083/\";\n // } else if (host_website === \"10.8.30.46:8082\") {\n // new_online_doc_url = \"http://10.8.30.46:8083/\";\n // } else if (host_website === \"10.9.9.104:8082\") {\n // new_online_doc_url = \"http://10.9.9.104:8083/\";\n // } else {\n // new_online_doc_url = \"https://www.appvity.com:8083/\";\n // }\n\n\t// \tdocument.querySelector(\".app-section-sitemap .app-sitemap-detail .app-list-general a.app-sitemap-online-doc\").setAttribute(\"href\", new_online_doc_url);\n\t// }\n\n\trender() {\n\t\tconst { data } = this.props;\n\t\tconst sitemaps = data.allMarkdownRemark.nodes;\n\n\t\treturn (\n\t\t\t\n \n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t

Sitemap

\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t{sitemaps.map((res) => (\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t
    \n\t\t\t\t\t\t\t\t\t\t\t\t
    {res.frontmatter.title}
    \n\t\t\t\t\t\t\t\t\t\t\t\t
  • \n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t))}\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t)\n\t}\n}\n\nexport default SiteMap;\n\nexport const query = graphql`\n query SiteMapPage {\n allMarkdownRemark(\n filter: { frontmatter: { directory: { eq: \"sitemaps\" } } }\n\t\t\tsort: { fields: frontmatter___keyNumber, order: ASC }\n ) {\n nodes {\n html\n frontmatter {\n title\n }\n id\n }\n }\n }\n`;"],"sourceRoot":""}