blob: 416b4177d1e7395189a89aa9588317d552d36574 [file] [log] [blame]
{"version":3,"sources":["/home/madhan/Apache/git/atlas/docs/target/src/documents/Project-Info/SourceRepository.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":"6bAWMA,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,0GACA,oBACE,GAAM,cAAY,cAEpB,oFACF,mBAAGC,WAAW,IACR,KAAQ,uCAAqC,wCAEjD,oBACE,GAAM,oBAAkB,oBAE1B,sHAAmG,yBAAM,2DAEzG,oBACE,GAAM,oBAAkB,oBAE1B,oHAAiG,yBAAM,2BAA4B,mBAAGA,WAAW,IAC7I,KAAQ,iDAA+C,kDAE3D,oBACE,GAAM,iCAA+B,iCAEvC,2HAEH,oMAEDJ,EAAWK,gBAAiB,G,+DClD5B,iFAqBAC,IAAKC,KAAKC,MAAQ,UACHF,MAAI","file":"static/js/documents-project-info-source-repository.54cb08de.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 <p>{`This project uses a Source Content Management System to manage its source code.`}</p>\n <h1 {...{\n \"id\": \"web-access\"\n }}>{`Web Access`}</h1>\n <p>{`The following is a link to the online source repository.\n`}<a parentName=\"p\" {...{\n \"href\": \"https://github.com/apache/atlas.git\"\n }}>{`https://github.com/apache/atlas.git`}</a></p>\n <h1 {...{\n \"id\": \"anonymous-access\"\n }}>{`Anonymous access`}</h1>\n <p>{`Refer to the documentation of the SCM used for more information about anonymously check out.`}<br />{` The connection url is:\ngit://git.apache.org/atlas.git`}</p>\n <h1 {...{\n \"id\": \"developer-access\"\n }}>{`Developer access`}</h1>\n <p>{`Refer to the documentation of the SCM used for more information about developer check out.`}<br />{` The connection url is: `}<a parentName=\"p\" {...{\n \"href\": \"https://gitbox.apache.org/repos/asf/atlas.git\"\n }}>{`https://gitbox.apache.org/repos/asf/atlas.git`}</a></p>\n <h1 {...{\n \"id\": \"access-from-behind-a-firewall\"\n }}>{`Access from behind a firewall`}</h1>\n <p>{`Refer to the documentation of the SCM used for more information about access behind a firewall.`}</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":""}