Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1111 redirecting issue in Getting Started page #1149

Closed

Conversation

Utkarsh-123github
Copy link
Contributor

@Utkarsh-123github Utkarsh-123github commented Dec 3, 2024

What kind of change does this PR introduce?

  • It' a bugfix

Issue Number:

Screenshots/videos:

Screen.Recording.2024-12-03.231104.mp4

Summary
Basically, earlier on clicking the "Edit this page on Github" button , the user was redirected to a broken link https://github.com/json-schema-org/website/blob/main/pages/learn/_index.md . So, this PR resolves this issue by redirecting the user to https://github.com/json-schema-org/website/blob/main/pages/learn/index.page.tsx so that he/she may contribute effectively to that webpage.

@Utkarsh-123github Utkarsh-123github requested a review from a team as a code owner December 3, 2024 05:54
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to the JSON Schema Community. Thanks a lot for creating your first pull request!! 🎉🎉 We are so excited you are here! We hope this is only the first of many! For more details check out README.md file.

Copy link

github-actions bot commented Dec 3, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 61ef653

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f1cd677) to head (61ef653).
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1149   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          373       373           
  Branches        94        94           
=========================================
  Hits           373       373           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@aialok aialok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Utkarsh-123github The CI issues have been resolved, and it's now working fine. I ran it again.

Thank you for your contribution!

@Utkarsh-123github
Copy link
Contributor Author

Thanks @aialok for reviewing the issue.

Copy link
Member

@DhairyaMajmudar DhairyaMajmudar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Utkarsh-123github I'm still getting 404 on clicking github redirect tab for faq, case studies and use-cases page. I would prefer to make a complete go through of all the pages and fix the broken links

@Utkarsh-123github
Copy link
Contributor Author

@DhairyaMajmudar sure, I'll rectify all the broken links and will update the changes soon. Thanks for the review.

@Utkarsh-123github
Copy link
Contributor Author

Utkarsh-123github commented Dec 19, 2024

Hey @DhairyaMajmudar , since we don't have related docs _index.md files for faq, case-studies and use-cases, so I have redirected to the codebase of the frontend part of respective pages when the user clicks on "Edit this page on Github" button. In future whenever we'll add the md files we'll just have to add the md file name and uncomment the code and everything will work smoothly and the user will be redirected to the respective docs.
Do suggest some changes if applicable.

@benjagm
Copy link
Collaborator

benjagm commented Dec 27, 2024

Closed in favour of #1117

@benjagm benjagm closed this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug: redirecting issue in the "Getting started page"
4 participants