Skip to content

Commit fb8bc3c

Browse files
authored
Remove unnecessary TabsCodeBlocks imports (#1134)
1 parent 966b2cc commit fb8bc3c

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

src/routes/guides/deployment-options/aws-via-flightcontrol.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 1
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[Flightcontrol](https://www.flightcontrol.dev/) is a platform that fully automates deployments to Amazon Web Services (AWS).
108
For more information on Flightcontrol's capabilities, you can [visit their docs](https://www.flightcontrol.dev/docs).
119

src/routes/guides/deployment-options/cloudflare.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 2
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[Cloudflare Pages](https://pages.cloudflare.com/) is a JAMstack platform for frontend developers, where JAMstack stands for JavaScript, APIs, and Markup.
108
For additional details and features, you can [visit the Cloudflare website](https://pages.cloudflare.com/).
119

src/routes/guides/deployment-options/firebase.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 3
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[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.
108
For a detailed overview of the services available, you can visit [Firebase's documentation](https://firebase.google.com/docs).
119

src/routes/guides/deployment-options/netlify.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 4
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[Netlify](https://www.netlify.com/) is a widely-used hosting platform suitable for various types of projects.
108
For detailed guidance on build procedures, deployment options, and the range of features available, you can visit the [Netlify documentation](https://docs.netlify.com/).
119

src/routes/guides/deployment-options/railway.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 5
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[Railway](https://railway.app/) is a well-known platform for deploying a variety of web and cloud-based projects.
108
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/).
119

src/routes/guides/deployment-options/vercel.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 6
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[Vercel](https://vercel.com/) is a widely-used platform specialized in hosting frontend projects.
108
For detailed information regarding build and deployment instructions, as well as features they offer, please visit the [Vercel documentation](https://vercel.com/docs).
119

src/routes/guides/deployment-options/zerops.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ order: 7
44
mainNavExclude: true
55
---
66

7-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
8-
97
[Zerops](https://zerops.io) is a dev-first cloud platform that can be used to deploy both Static and SSR Solid Node.js Apps.
108

119
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).

src/routes/guides/routing-and-navigation.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Routing & navigation
33
order: 4
44
---
55

6-
import { TabsCodeBlocks } from "~/ui/tab-code-blocks";
7-
86
[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.
97

108
## Getting started

0 commit comments

Comments
 (0)