You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
CSS Change Impact The change in max-width from 250px to 200px at line 68 might affect layout responsiveness or element alignment on different screen sizes. This needs to be tested across various devices to ensure it does not break the UI.
Duplicate Links The file contains multiple links with the same text "Manage Data Graphs" pointing to different URLs (lines 2-5). This could confuse users and might not be SEO friendly. Consider revising the link text to be more descriptive or consolidating the links if they serve the same purpose.
Visibility Toggle The visibility of some menu items has been toggled from true to false (lines 7 and 16). Ensure that this change was intentional and verify it does not unintentionally hide important navigation elements from the users.
Ensure that the anchor tags have unique and descriptive text to improve accessibility and SEO, as currently all links have the same text "Manage Data Graphs".
-<a class="main-bar" href="universal-data-graph/getting-started-with-udg/" target="_blank" title="Tyk's Youtube Watch And Learn">Manage Data Graphs</a>-<a class="main-bar" href="{{$prefixPath | relURL}}" target="_blank" title="Tyk's main website">Manage Data Graphs</a>-<a class="main-bar" href="https://community.tyk.io/" target="_blank" title="Visit our community site">Manage Data Graphs</a>-<a class="main-bar" href="https://support.tyk.io/" target="_blank" >Manage Data Graphs</a>+<a class="main-bar" href="universal-data-graph/getting-started-with-udg/" target="_blank" title="Tyk's Youtube Watch And Learn">Watch and Learn UDG</a>+<a class="main-bar" href="{{$prefixPath | relURL}}" target="_blank" title="Tyk's main website">Explore UDG Features</a>+<a class="main-bar" href="https://community.tyk.io/" target="_blank" title="Visit our community site">Join Our Community</a>+<a class="main-bar" href="https://support.tyk.io/" target="_blank" >Get Support</a>
Suggestion importance[1-10]: 9
Why: Ensuring unique and descriptive anchor texts greatly enhances accessibility and SEO, making this a highly valuable suggestion for improving user experience and search engine visibility.
9
Maintainability
Remove inline styles for better maintainability
Avoid inline styles for padding in the
element to improve CSS maintainability and adhere to best practices of separating content from styling.
Why: Removing inline styles improves maintainability and adheres to best practices by separating content from styling, which is a significant improvement for long-term code maintenance.
8
Enhancement
Change the unit of max-width from pixels to ems
Consider using a responsive unit like 'em' or 'rem' for max-width instead of 'px' to enhance accessibility and ensure the element scales appropriately with different text sizes.
Why: Using responsive units like 'em' or 'rem' can improve accessibility and ensure better scaling with text size changes. However, this change is not critical and is more of a best practice for responsive design.
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.
https://deploy-preview-5259--tyk-docs.netlify.app/docs/nightly