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

Broken sidebar bug fix #1180

Merged
merged 7 commits into from
Dec 20, 2024

Conversation

Utkarsh-123github
Copy link
Contributor

What kind of change does this PR introduce?

Issue Number:

Screenshots/videos:
Screenshot 2024-12-17 114731

If relevant, did you update the documentation?
No

Summary

This PR basically resolves the issue of broken content list in sidebar which is mentioned in the issue : #1172

Does this PR introduce a breaking change?
No

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

github-actions bot commented Dec 19, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
website ✅ Ready (View Log) Visit Preview 48af3fb

Copy link

codecov bot commented Dec 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f1cd677) to head (48af3fb).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1180   +/-   ##
=========================================
  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
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

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

The main change looks great but I left a comment regarding another unrelated change you added.

@@ -39,7 +37,7 @@ export default function Welcome() {
link='https://tour.json-schema.org/'
/>
</div>
<DocsHelp markdownFile={markdownFile} />
<DocsHelp />
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, I think it is from one of the previous PR, where there was a redirect to a wrong page. I will correct this asap and will update the PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually , this was part of some other PR , that solves redirecting issue , and by mistake it got reflected in this PR too.
I have rectified the changes. Kindly review the PR and suggest some changes if applicable.

Copy link
Collaborator

@benjagm benjagm left a comment

Choose a reason for hiding this comment

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

Great job!! Thanks!

@benjagm benjagm merged commit 490d750 into json-schema-org:main Dec 20, 2024
9 checks passed
Copy link

Congratulations, @Utkarsh-123github for your first pull request merge in this repository! 🎉🎉. Thanks for your contribution to JSON Schema!

@Utkarsh-123github
Copy link
Contributor Author

Thanks @benjagm , I'm looking forward to make more meaningful contributions.

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: Blog content List in Sidebar is broken
2 participants