-
Notifications
You must be signed in to change notification settings - Fork 4
Fixed the PR_review issue #755
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
Fixed the PR_review issue #755
Conversation
PR SummaryThis pull request updates the URLs used in the sitemap generation process within the The changes are made in the Test Suggestions
|
Vale source linterShow first 30 files with issuessite/404.qmd
site/about/contributing/style-guide/conventions.qmd
site/about/contributing/style-guide/style-guide.qmd
site/about/contributing/style-guide/voice-and-tone.qmd
site/about/contributing/validmind-community.qmd
site/about/deployment/_deployment-available-options.qmd
site/about/deployment/deployment-options.qmd
site/about/deployment/multi-tenant-cloud.qmd
site/about/deployment/virtual-private-validmind.qmd
site/about/fine-print/data-privacy-policy.qmd
site/about/fine-print/license-agreement.qmd
site/about/glossary/_ai.qmd
site/about/glossary/_attestation.qmd
site/about/glossary/_developer-tools.qmd
site/about/glossary/_model-documentation.qmd
site/about/glossary/_models.qmd
site/about/glossary/_monitoring.qmd
site/about/glossary/_mrm.qmd
site/about/glossary/_validation-reports.qmd
site/about/glossary/_validmind-features.qmd
site/about/glossary/_validmind.qmd
site/about/glossary/glossary.qmd
site/about/glossary/key_concepts/_docs.qmd
site/about/glossary/key_concepts/_inputs.qmd
site/about/glossary/key_concepts/_key-concepts.qmd
site/about/glossary/key_concepts/_metrics.qmd
site/about/glossary/key_concepts/_monitoring-template.qmd
site/about/glossary/key_concepts/_outputs.qmd
site/about/glossary/key_concepts/_parameters.qmd
site/about/glossary/key_concepts/_template.qmd
... and 574 more files with issues |
Lighthouse check resultsShow Lighthouse scoresFolder depth level checked: 0 Commit SHA: da25746 Modify the workflow to check a different depth:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, there still was a bug in the code when generating the XML sitemap on prod
and staging
, though the HTML one was fine.
The code was messy — I originally created only an XML sitemap and then the HTML one was an afterthought which resulted in some duplication where base URLs and prefixes were defined. I pushed 602ba25 to clean that up a bit.
Tested on your PR branch, main
, staging
, and prod
and both the HTML and XML sitemaps now contain the correct URLs.
Maybe just retest my fix before merging? LGTM otherwise. 🚀
Validate docs site✓ INFO: A live preview of the docs site is available — Open the preview |
Related story: https://app.shortcut.com/validmind/story/10755/remove-pr-previews-from-sitemap-urls
Internal Notes for Reviewers
Removed the pr_preview and git branch name from the links on the sitemap.
Old:

Now:

How to test
Grab this PR: gh pr checkout 755
Make sure you're in the site directory if you're not already: cd site
Run make generate-sitemap. This will update the links in the sitemap (/site/_site/sitemap.html)