Skip to content

Conversation

reakaleek
Copy link
Member

No description provided.

@reakaleek reakaleek requested a review from a team as a code owner April 15, 2025 07:55
@reakaleek reakaleek self-assigned this Apr 15, 2025
@reakaleek reakaleek added the fix label Apr 15, 2025
if (currentUrlSegments.Length == 0 || targetUrlSegments.Length == 0)
return false;

return currentUrlSegments[0].Equals(targetUrlSegments[0], StringComparison.OrdinalIgnoreCase);
Copy link
Member

Choose a reason for hiding this comment

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

Isn't targetUrlSegments[0] always docs ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah dang. we should add the /docs prefix also for local development.

@Mpdreamz
Copy link
Member

Superseded by #1130

@Mpdreamz Mpdreamz closed this Apr 15, 2025
@Mpdreamz Mpdreamz deleted the feature/fix-htmx-links-in-markdown-content branch June 12, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants