This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch ATLAS-5039 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/ATLAS-5039 by this push: new a306648f3 ATLAS-5039: update path a306648f3 is described below commit a306648f34775fa1ab368a49067f71d3afb945b5 Author: Pinal Shah <pinal.s...@freestoneinfotech.com> AuthorDate: Wed Jul 2 19:44:10 2025 +0530 ATLAS-5039: update path --- docs/scripts/fetchTeamList.js | 2 +- docs/theme/components/shared/TeamList/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripts/fetchTeamList.js b/docs/scripts/fetchTeamList.js index b5248725f..a5ba8250e 100644 --- a/docs/scripts/fetchTeamList.js +++ b/docs/scripts/fetchTeamList.js @@ -21,7 +21,7 @@ const fs = require("fs"); const { parseString } = require("xml2js"); const POM_URL = "https://raw.githubusercontent.com/apache/atlas/master/pom.xml"; -const OUTPUT_PATH = "src/resources/public/data/team.json"; +const OUTPUT_PATH = "src/resources/data/team.json"; function fetchXML(url) { return new Promise((resolve, reject) => { diff --git a/docs/theme/components/shared/TeamList/index.js b/docs/theme/components/shared/TeamList/index.js index 8e99d1941..a28225c49 100644 --- a/docs/theme/components/shared/TeamList/index.js +++ b/docs/theme/components/shared/TeamList/index.js @@ -20,7 +20,7 @@ import React, { Component } from "react"; import axios from "axios"; import { parseString } from "xml2js"; import styled from "styled-components"; -import teamData from "src/resources/public/data/team.json"; +import teamData from "src/resources/data/team.json"; const TeamListStyle = styled.div` width: 100%;