Skip to content

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: replace tsed.io by tsed.dev #155

wants to merge 1 commit into from

Conversation

Romakita
Copy link
Contributor

@Romakita Romakita commented Mar 15, 2025

Summary by CodeRabbit

  • Documentation
    • Updated documentation URLs to reflect the rebranding to the new domain. All reference links, including those for the logo, website, tutorials, Slack channels, and storybook resources, now point to the updated tsed.dev domain.

Copy link

coderabbitai bot commented Mar 15, 2025

Walkthrough

The changes update various documentation files to replace URLs that point to the old domain (tsed.io) with the new domain (tsed.dev). Updates include modifications to links for the Ts.ED logo, website, tutorial, Slack, Storybook, and component documentation. These modifications affect multiple README and MDX files across the repository without altering any exported or public entities.

Changes

File(s) Change Summary
README.md Updated Ts.ED framework URLs for logo, website, tutorial, Slack, Storybook, and documentation links from tsed.io to tsed.dev.
packages/.../readme.md Updated base URLs across various package readmes (react-formio-container, react-formio-stores, react-formio, redux-utils, tailwind-formio) from tsed.io to tsed.dev, including related image sources and Slack links.
stories/...mdx Modified URLs within MDX files (FormTable and Getting-started) to change the domain from tsed.io to tsed.dev, updating links for components, demos, and documentation.

Suggested labels

released

Hi there, I'm a hoppy rabbit here to say,
A domain change has made our docs bright as day.
Links once old now proudly new,
Ts.ED hops forward in style too!
With twitching nose and joyful leap,
I celebrate changes that make our docs neat.
Let's hop along with every update!

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a 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 the postcss-nested Plugin
This diff block adds require('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 uses http://formio.tsed.dev/?path=/docs/getting-started--docs. For consistency and to ensure secure connections, consider updating it to use https://.

🧰 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

📥 Commits

Reviewing files that changed from the base of the PR and between fec3e5f and db0ae69.

📒 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 to https://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 to https://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 new tsed.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 to https://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 uses https://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 to https://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 to https://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 to https://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 to https://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 to https://tsed.dev instead of the old domain.


17-17: Website Link Updated: The Website link is now updated to https://tsed.dev/, ensuring domain consistency.


19-19: Tutorial Link Updated: The Tutorial link now directs to https://tsed.dev/tutorials/prisma.html, reflecting the new domain change.


21-21: Slack Link Updated: The Slack link has been correctly changed to https://slack.tsed.dev.


34-34: Storybook Link Updated: The Storybook link now points to https://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 references https://tsed.dev, which is in line with the required domain replacement.


17-17: Website Link Updated: The Website link is updated to https://tsed.dev/, ensuring consistency across documentation files.


19-19: Tutorial Link Updated: The Tutorial link now points to https://tsed.dev/tutorials/prisma.html, reflecting the new domain change.


21-21: Slack Link Updated: The updated Slack link now uses https://slack.tsed.dev, which is correct per the new domain policy.


32-32: Storybook Link Updated: The Storybook reference now directs to https://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 domain https://tsed.dev, replacing the outdated link.


17-17: Website Link Updated: The Website link is changed to https://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 to https://slack.tsed.dev, ensuring the change applies uniformly across the repo.


40-41: Documentation Link Updated: The documentation link now utilizes https://formio.tsed.dev, which is consistent with the overall domain update across the files.

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