blob: 5c93a07bd28dde2368cbf654108edfd95e961741 [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/IssueTracking.md","/home/madhan/Apache/git/atlas/docs/target/theme/styles/styled-colors.js"],"names":["layoutProps","MDXContent","components","props","mdxType","parentName","isMDXComponent","dark","hljs","color"],"mappings":"0bAWMA,EAAc,GAIL,SAASC,EAAW,GAG/B,IAFFC,EAAU,EAAVA,WACGC,EAAK,iBAER,OAAO,cALS,UAKC,iBAAKH,EAAiBG,EAAK,CAAED,WAAYA,EAAYE,QAAQ,cAE5E,oBACE,GAAM,YAAU,YAElB,wBACE,oBAAIC,WAAW,MAAI,qBAAuB,mBAAGA,WAAW,KACpD,KAAQ,0CAAwC,QACnC,sEAEnB,oBACE,GAAM,kBAAgB,kBAExB,2IACF,mBAAGA,WAAW,IACR,KAAQ,+CAA6C,iDAG5D,iMAEDJ,EAAWK,gBAAiB,G,+DCvC5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-project-info-issue-tracking.76a0c8ae.js","sourcesContent":["\nimport React from 'react'\nimport { mdx } from '@mdx-js/react'\n\n/* @jsxRuntime classic */\n/* @jsx mdx */\nimport themen from 'theme/styles/styled-colors';\nimport * as theme from 'react-syntax-highlighter/dist/esm/styles/hljs';\nimport SyntaxHighlighter from 'react-syntax-highlighter';\n\n\nconst layoutProps = {\n \n};\nconst MDXLayout = \"wrapper\"\nexport default function MDXContent({\n components,\n ...props\n}) {\n return <MDXLayout {...layoutProps} {...props} components={components} mdxType=\"MDXLayout\">\n\n <h1 {...{\n \"id\": \"overview\"\n }}>{`Overview`}</h1>\n <ul>\n <li parentName=\"ul\">{`This project uses `}<a parentName=\"li\" {...{\n \"href\": \"http://www.atlassian.com/software/jira\"\n }}>{`JIRA`}</a>{` a J2EE-based, issue tracking and project management application.`}</li>\n </ul>\n <h1 {...{\n \"id\": \"issue-tracking\"\n }}>{`Issue Tracking`}</h1>\n <p>{`Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.\n`}<a parentName=\"p\" {...{\n \"href\": \"https://issues.apache.org/jira/browse/ATLAS\"\n }}>{`https://issues.apache.org/jira/browse/ATLAS`}</a></p>\n </MDXLayout>;\n}\n;\nMDXContent.isMDXComponent = true;","/**\n * Licensed to the Apache Software Foundation (ASF) under one\n * or more contributor license agreements. See the NOTICE file\n * distributed with this work for additional information\n * regarding copyright ownership. The ASF licenses this file\n * to you under the Apache License, Version 2.0 (the\n * \"License\"); you may not use this file except in compliance\n * with the License. You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { dark } from \"react-syntax-highlighter/dist/esm/styles/hljs\";\n\n//dark[\"powershell\"][\"color\"] = \"#37bb9b\";\ndark.hljs.color = \"#37bb9b\";\nexport default dark;"],"sourceRoot":""}