Skip to content
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

Remove unnecessary TabsCodeBlocks imports #1134

Merged
merged 2 commits into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 1
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Flightcontrol](https://www.flightcontrol.dev/) is a platform that fully automates deployments to Amazon Web Services (AWS).
For more information on Flightcontrol's capabilities, you can [visit their docs](https://www.flightcontrol.dev/docs).

Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/deployment-options/cloudflare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 2
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Cloudflare Pages](https://pages.cloudflare.com/) is a JAMstack platform for frontend developers, where JAMstack stands for JavaScript, APIs, and Markup.
For additional details and features, you can [visit the Cloudflare website](https://pages.cloudflare.com/).

Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/deployment-options/firebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 3
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Firebase](https://firebase.google.com/) is an all-in-one app development platform by Google, offering a range of services from real-time databases to user authentication.
For a detailed overview of the services available, you can visit [Firebase's documentation](https://firebase.google.com/docs).

Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/deployment-options/netlify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 4
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Netlify](https://www.netlify.com/) is a widely-used hosting platform suitable for various types of projects.
For detailed guidance on build procedures, deployment options, and the range of features available, you can visit the [Netlify documentation](https://docs.netlify.com/).

Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/deployment-options/railway.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 5
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Railway](https://railway.app/) is a well-known platform for deploying a variety of web and cloud-based projects.
For an in-depth look at the features offered by Railway, as well as detailed deployment guidelines, you can consult the [Railway documentation](https://docs.railway.app/).

Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/deployment-options/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 6
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Vercel](https://vercel.com/) is a widely-used platform specialized in hosting frontend projects.
For detailed information regarding build and deployment instructions, as well as features they offer, please visit the [Vercel documentation](https://vercel.com/docs).

Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/deployment-options/zerops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ order: 7
mainNavExclude: true
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Zerops](https://zerops.io) is a dev-first cloud platform that can be used to deploy both Static and SSR Solid Node.js Apps.

For additional one-to-one support, details, and features, you can join the [Zerops Discord server](https://discord.gg/xxzmJSDKPT) and [visit the Zerops Docs](https://docs.zerops.io).
Expand Down
2 changes: 0 additions & 2 deletions src/routes/guides/routing-and-navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Routing & navigation
order: 4
---

import { TabsCodeBlocks } from "~/ui/tab-code-blocks";

[Solid Router](/solid-router) simplifies routing in Solid applications to help developers manage navigation and rendering by defining routes using JSX or objects passed via props.

## Getting started
Expand Down