Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/table-of-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ If you have used other popular frameworks like Express, Fastify, or Hono, you wi

<Deck>
<Card title="From Express" href="/migrate/from-express">
Comparison between tRPC and Elysia
Comparison between Express and Elysia
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Replace hard tabs with spaces.

Markdownlint flags hard tabs (MD010) at these locations. For consistency with markdown linting standards and to ensure proper rendering across environments, replace the tabs with spaces.

Also applies to: 83-83, 85-85, 88-88

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

82-82: Hard tabs
Column: 1

(MD010, no-hard-tabs)

🤖 Prompt for AI Agents
In docs/table-of-content.md around lines 82, 83, 85 and 88, replace all hard tab
characters with spaces to satisfy MD010: convert each tab to spaces while
preserving existing indentation and alignment (use a consistent width, e.g., 2
or 4 spaces per tab across the file), save the file and re-run markdownlint to
confirm the warnings are resolved.

</Card>
<Card title="From Fastify" href="/migrate/from-fastify">
Comparison between Fastify and Elysia
</Card>
<Card title="From Hono" href="/migrate/from-hono">
Comparison between tRPC and Elysia
Comparison between Hono and Elysia
</Card>
<Card title="From tRPC" href="/migrate/from-trpc">
Comparison between tRPC and Elysia
Expand Down