Closed sivaprasadanakarla closed 2 weeks ago
Name | Link |
---|---|
Latest commit | a996d39dda61ddbf24a0d36bf0074ccca3e101aa |
Latest deploy log | https://app.netlify.com/sites/fdc3/deploys/6721be024e6759000860cf44 |
Deploy Preview | https://deploy-preview-1409--fdc3.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@sivaprasadanakarla,
This is amazing, thank you! I assume you are part of the Citi Hackathon?
Can you share who you work for if anyone, so that we can begin the CLA process?
thanks, Rob
Hi @robmoffat , Thank you, we are part of Citi Hackathon.
Jamie Slome is our Org CLA manager.
/easycla
HI @sivaprasadanakarla, please take a look at the EasyCLA message above. A couple of commits in your PR appear to be missing author information, which will need to be corrected. See the help files at: https://linuxfoundation.atlassian.net/wiki/spaces/LP/pages/160923756/Missing+ID+on+Commit+but+I+have+an+agreement+on+file and https://docs.github.com/en/pull-requests/committing-changes-to-your-project/troubleshooting-commits/why-are-my-commits-linked-to-the-wrong-user to help you corrrect this.
Once done, the first error in the EasyCLA comment should disappear. Then to resolve the second one, please cklick on the Please click here to be authorized link. This will take you to an authorization form that will help you send a message to @JamieSlome to authorize you against the CLA.
superseded by #1418
This PR contains all the files modified for docusaurus migration. steps followed
delete yarn.lock
rm -rf node_modules package-lock.json
update package.json a) "@docusaurus/core": "~3.5.2", b) "@docusaurus/preset-classic": "~3.5.2", c) "@docusaurus/theme-mermaid": "~3.5.2", d) "react": "^18.2.0", e) "react-dom": "^18.2.0",
npm install. – ( notice- found 0 vulnerabilities)
npm run build. ( now build will fail)
npx docusaurus-mdx-checker (iscans and shows compilation issues of .md files)
Fixed all the .md files and 1 js file which is generating .md file
npm run build (success)
npm run start (application is up)