-
-
Notifications
You must be signed in to change notification settings - Fork 8
fix: replace tsed.io by tsed.dev #155
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
base: master
Are you sure you want to change the base?
Conversation
WalkthroughThe changes update various documentation files to replace URLs that point to the old domain ( Changes
Suggested labels
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (3)
packages/tailwind-formio/readme.md (1)
45-57
: Addition of thepostcss-nested
Plugin
This diff block addsrequire('postcss-nested')
to the Tailwind PostCSS plugins. While it’s not part of the domain update, it enhances CSS nesting support. Please confirm that this update is intentional and that there are corresponding tests for your CSS pipeline.packages/react-formio/readme.md (1)
94-94
: Recommendation: Enforce HTTPS: The URL in this line useshttp://formio.tsed.dev/?path=/docs/getting-started--docs
. For consistency and to ensure secure connections, consider updating it to usehttps://
.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
94-94: Bare URL used
null(MD034, no-bare-urls)
README.md (1)
36-36
: Suggestion: Rephrase for Readability: The bullet point beginning with "Provide a storybook" appears in succession with similar phrases. Consider varying the sentence structure to improve readability and avoid repetitive phrasing as noted by markdownlint (ENGLISH_WORD_REPEAT_BEGINNING_RULE).🧰 Tools
🪛 LanguageTool
[style] ~36-~36: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...e a lightweight redux utils packages. - Provide a storybook ...(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (8)
README.md
(3 hunks)packages/react-formio-container/readme.md
(3 hunks)packages/react-formio-stores/readme.md
(3 hunks)packages/react-formio/readme.md
(4 hunks)packages/redux-utils/readme.md
(2 hunks)packages/tailwind-formio/readme.md
(2 hunks)stories/FormTable.mdx
(1 hunks)stories/Getting-started.mdx
(3 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
packages/react-formio/readme.md
94-94: Bare URL used
null
(MD034, no-bare-urls)
🪛 LanguageTool
README.md
[style] ~36-~36: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...e a lightweight redux utils packages. - Provide a storybook ...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: test-storybook
- GitHub Check: test
- GitHub Check: lint
🔇 Additional comments (27)
packages/tailwind-formio/readme.md (3)
2-2
: Updated Ts.ED Logo URL
Replaced the old logo link (https://tsed.io/tsed-og.png
) with the new one (https://tsed.dev/tsed-og.png
). This change correctly reflects the new rebranding.
17-23
: Updated Navigation Links to the New Domain
The links for “Website”, “Tutorial”, and “Slack” now point tohttps://tsed.dev
and its subpaths. Note that the Twitter link remains unchanged—which appears intentional since the Twitter handle might not require rebranding.
264-271
: New Font Imports Added
The new imports for Source Sans Pro, Inconsolata, and BXIcons have been added. Verify that the font files exist at the specified paths to avoid any loading issues in production.stories/Getting-started.mdx (3)
7-8
: Updated Logo Link in Story
The<a>
tag now points tohttps://tsed.dev
and the logo source has been updated accordingly. This ensures visual consistency with the domain change.
28-32
: Navigation Links Updated
The “Website”, “Tutorial”, and “Slack” links have been updated to use the newtsed.dev
domain. The Twitter link is unchanged, which is acceptable if that handle remains correct.
45-45
: Revised Storybook URL
The storybook reference has been updated tohttps://formio.tsed.dev/
, making it consistent with the overall rebranding.packages/redux-utils/readme.md (2)
2-3
: Updated Logo URL in Redux Utils Readme
The logo’s anchor tag now useshttps://tsed.dev/tsed-og.png
instead of the old domain. This keeps the branding consistent across the docs.
17-23
: Navigation Links Updated
The “Website”, “Tutorial”, and “Slack” links have been updated to reflect the new domain (https://tsed.dev
). The Twitter link remains as previously set.stories/FormTable.mdx (1)
19-19
: Updated FormsTable Storybook URL
The URL in the component description has been updated from the old domain tohttps://formio.tsed.dev/?path=/story/reactformio-formstable--sandbox
. This ensures that users are directed to the correct resource.packages/react-formio-stores/readme.md (3)
2-3
: Updated Logo Link for React Formio Stores
The logo link now points tohttps://tsed.dev/tsed-og.png
, which is in line with the new domain strategy.
17-23
: Navigation Links Updated
The “Website”, “Tutorial”, and “Slack” links are updated tohttps://tsed.dev
and ensure that all references are consistent with the change. The Twitter link remains unchanged as expected.
34-34
: Updated Storybook Reference
The reference to the storybook is now updated tohttps://formio.tsed.dev/
, which is consistent with the new URL scheme across the documentation.packages/react-formio/readme.md (5)
2-2
: Logo Link Updated: The Ts.ED logo now correctly points tohttps://tsed.dev
instead of the old domain.
17-17
: Website Link Updated: The Website link is now updated tohttps://tsed.dev/
, ensuring domain consistency.
19-19
: Tutorial Link Updated: The Tutorial link now directs tohttps://tsed.dev/tutorials/prisma.html
, reflecting the new domain change.
21-21
: Slack Link Updated: The Slack link has been correctly changed tohttps://slack.tsed.dev
.
34-34
: Storybook Link Updated: The Storybook link now points tohttps://formio.tsed.dev/?path=/docs/getting-started--docs
, which aligns with the new domain modifications.packages/react-formio-container/readme.md (5)
2-2
: Logo Link Updated: The logo now correctly referenceshttps://tsed.dev
, which is in line with the required domain replacement.
17-17
: Website Link Updated: The Website link is updated tohttps://tsed.dev/
, ensuring consistency across documentation files.
19-19
: Tutorial Link Updated: The Tutorial link now points tohttps://tsed.dev/tutorials/prisma.html
, reflecting the new domain change.
21-21
: Slack Link Updated: The updated Slack link now useshttps://slack.tsed.dev
, which is correct per the new domain policy.
32-32
: Storybook Link Updated: The Storybook reference now directs tohttps://formio.tsed.dev/
, ensuring users are pointed to the correct updated resource.README.md (5)
2-2
: Logo Link Updated: The Ts.ED logo now uses the updated domainhttps://tsed.dev
, replacing the outdated link.
17-17
: Website Link Updated: The Website link is changed tohttps://tsed.dev/
, maintaining consistency with all other documentation files.
19-19
: Tutorial Link Updated: The Tutorial link now reflects the new domain (https://tsed.dev/tutorials/prisma.html
), which is correct.
21-21
: Slack Link Updated: The Slack link is updated tohttps://slack.tsed.dev
, ensuring the change applies uniformly across the repo.
40-41
: Documentation Link Updated: The documentation link now utilizeshttps://formio.tsed.dev
, which is consistent with the overall domain update across the files.
Summary by CodeRabbit