Skip to content

chore: replace deprecated uslugify with configurable slugify#739

Merged
bharvey88 merged 1 commit into
mainfrom
dev
Apr 28, 2026
Merged

chore: replace deprecated uslugify with configurable slugify#739
bharvey88 merged 1 commit into
mainfrom
dev

Conversation

@bharvey88
Copy link
Copy Markdown
Contributor

Summary

Replaces the deprecated pymdownx.slugs.uslugify reference in mkdocs.yml with the configurable pymdownx.slugs.slugify (case: lower). Eliminates the DeprecationWarning: 'uslugify' is deprecated warning seen in CloudCannon and CI build logs.

Why

pymdownx.slugs.uslugify was deprecated in pymdown-extensions in favor of the configurable slugify factory. The two are functionally identical when case: lower is set, so existing tab anchor URLs do not change.

Behavior change

None. uslugify was just slugify(case='lower') under the hood, so generated slugs and anchors are identical. Existing internal/external links to tab anchors continue to resolve.

Test plan

  • Build runs without the 'uslugify' is deprecated warning
  • A page with content tabs (e.g., the Setup pages with iPhone/Android tabs) still renders tabs correctly
  • Tab anchor URLs unchanged (no broken bookmarks)

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 28, 2026

Warning

Rate limit exceeded

@bharvey88 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 38 minutes and 50 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7b0fb487-eaeb-41e9-a00f-f8c65f89dc6c

📥 Commits

Reviewing files that changed from the base of the PR and between 66ea52d and 464a3c2.

📒 Files selected for processing (1)
  • mkdocs.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dev

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bharvey88 bharvey88 merged commit 8a6728d into main Apr 28, 2026
1 check passed
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.

1 participant