Update all docs links to point to rezitui.dev#140
Conversation
Replace rtlzeromemory.github.io/Rezi references with rezitui.dev across the repo: - README.md: add Website link to header nav, update all doc links - 6 package.json homepage fields → https://rezitui.dev - 4 package READMEs → rezitui.dev/docs - mkdocs.yml site_url → rezitui.dev - docs/dev/docs.md → rezitui.dev Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: db2b6d2145
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| <a href="https://rtlzeromemory.github.io/Rezi/widgets/">Widgets</a> · | ||
| <a href="https://rtlzeromemory.github.io/Rezi/api/">API</a> · | ||
| <a href="https://rezitui.dev">Website</a> · | ||
| <a href="https://rezitui.dev/docs">Docs</a> · |
There was a problem hiding this comment.
Remove /docs prefix from published docs links
The README now points users to https://rezitui.dev/docs/..., but this repo’s docs pipeline still publishes MkDocs output from out/site as the site root (.github/workflows/docs.yml uploads out/site, and mkdocs.yml sets site_url: https://rezitui.dev/). In that deployment mode, pages are generated at /getting-started/... and /api/..., so the new /docs/... links can send users to non-existent routes.
Useful? React with 👍 / 👎.
Replace rtlzeromemory.github.io/Rezi references with rezitui.dev across the repo: