-
-
Notifications
You must be signed in to change notification settings - Fork 373
Fix more links #2520
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
Merged
Merged
Fix more links #2520
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Corrects the casing and path of links in the sidebar and index documentation files to ensure consistency and prevent potential navigation issues. The changes improve the user experience by ensuring that all links are correctly formatted and functional, aligning with the naming conventions used throughout the documentation.
…o improve navigation Add a new redirect from /server-configuration/ to the existing documentation page for ReflectedWorkItemId. This change enhances user experience by ensuring that users looking for server configuration information are directed to relevant content, thereby reducing potential confusion and improving documentation accessibility.
Update the links in the documentation to direct users to the new release and preview URLs. This change ensures that users are navigated to the correct and updated resources for the Azure DevOps Migration Tools, improving the accuracy and reliability of the documentation.
Add a backup link to ensure content availability if the primary preview link is down. Include `rel="nofollow noindex"` attributes to prevent search engines from following or indexing these links, which helps in managing SEO and controlling link behavior.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2520.westeurope.5.azurestaticapps.net |
Change the image source path to a relative path to ensure it loads correctly in different environments. Remove unnecessary slashes in URLs to prevent potential broken links and improve URL consistency. These changes enhance the reliability and accessibility of the documentation.
…d SFTP upload steps 📝 (header.html, default.html): update URLs to use site.parent_url for consistency The deployment paths in the GitHub Actions workflow are updated to ensure the correct folder structure for documentation deployment. The Jekyll build and SFTP upload steps are commented out, likely for testing or to prevent unintended deployments during development. In the HTML files, URLs are updated to use `site.parent_url` for better maintainability and consistency across different environments.
Remove unused and commented-out steps related to Jekyll build and SFTP upload in the GitHub Actions workflow. This cleanup reduces clutter and improves readability of the workflow file, making it easier to maintain and understand. The changes also ensure that only relevant and active steps are present in the workflow, which helps in avoiding confusion during future updates or debugging.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://blue-river-093197403-2520.westeurope.5.azurestaticapps.net |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.