diff --git a/src/routes/guides/deployment-options/aws-via-flightcontrol.mdx b/src/routes/guides/deployment-options/aws-via-flightcontrol.mdx index ab9d639e1e..2b094ecd31 100644 --- a/src/routes/guides/deployment-options/aws-via-flightcontrol.mdx +++ b/src/routes/guides/deployment-options/aws-via-flightcontrol.mdx @@ -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). diff --git a/src/routes/guides/deployment-options/cloudflare.mdx b/src/routes/guides/deployment-options/cloudflare.mdx index 5a1474b033..6a15b6995d 100644 --- a/src/routes/guides/deployment-options/cloudflare.mdx +++ b/src/routes/guides/deployment-options/cloudflare.mdx @@ -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/). diff --git a/src/routes/guides/deployment-options/firebase.mdx b/src/routes/guides/deployment-options/firebase.mdx index d699fbaf86..47ea719a2d 100644 --- a/src/routes/guides/deployment-options/firebase.mdx +++ b/src/routes/guides/deployment-options/firebase.mdx @@ -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). diff --git a/src/routes/guides/deployment-options/netlify.mdx b/src/routes/guides/deployment-options/netlify.mdx index 68f1f7bdfc..513572516e 100644 --- a/src/routes/guides/deployment-options/netlify.mdx +++ b/src/routes/guides/deployment-options/netlify.mdx @@ -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/). diff --git a/src/routes/guides/deployment-options/railway.mdx b/src/routes/guides/deployment-options/railway.mdx index dabb8e2d0a..0736678944 100644 --- a/src/routes/guides/deployment-options/railway.mdx +++ b/src/routes/guides/deployment-options/railway.mdx @@ -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/). diff --git a/src/routes/guides/deployment-options/vercel.mdx b/src/routes/guides/deployment-options/vercel.mdx index 7e7beb7765..89704fe7a4 100644 --- a/src/routes/guides/deployment-options/vercel.mdx +++ b/src/routes/guides/deployment-options/vercel.mdx @@ -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). diff --git a/src/routes/guides/deployment-options/zerops.mdx b/src/routes/guides/deployment-options/zerops.mdx index f9d953bb18..412d06c277 100644 --- a/src/routes/guides/deployment-options/zerops.mdx +++ b/src/routes/guides/deployment-options/zerops.mdx @@ -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). diff --git a/src/routes/guides/routing-and-navigation.mdx b/src/routes/guides/routing-and-navigation.mdx index 73aacadda3..bdd13f4681 100644 --- a/src/routes/guides/routing-and-navigation.mdx +++ b/src/routes/guides/routing-and-navigation.mdx @@ -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