From 98900770e81af30f1332bff4510d1a5e70a59d2d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sat, 10 Feb 2024 15:58:11 +0100 Subject: [PATCH] features renamed --- documentation/src/components/integrations/layout/index.tsx | 2 +- documentation/src/pages/{integrations => features}/index.tsx | 0 documentation/src/refine-theme/footer-data.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename documentation/src/pages/{integrations => features}/index.tsx (100%) diff --git a/documentation/src/components/integrations/layout/index.tsx b/documentation/src/components/integrations/layout/index.tsx index 49fa6b5..ed04f65 100644 --- a/documentation/src/components/integrations/layout/index.tsx +++ b/documentation/src/components/integrations/layout/index.tsx @@ -8,7 +8,7 @@ import { BlogFooter } from "@site/src/refine-theme/blog-footer"; const IntegrationsLayout = ({ children }: React.PropsWithChildren<{}>) => { return ( - +
diff --git a/documentation/src/pages/integrations/index.tsx b/documentation/src/pages/features/index.tsx similarity index 100% rename from documentation/src/pages/integrations/index.tsx rename to documentation/src/pages/features/index.tsx diff --git a/documentation/src/refine-theme/footer-data.tsx b/documentation/src/refine-theme/footer-data.tsx index 4f3eefa..e5f4717 100644 --- a/documentation/src/refine-theme/footer-data.tsx +++ b/documentation/src/refine-theme/footer-data.tsx @@ -41,7 +41,7 @@ export const menuItems = [ }, { label: "Features", - href: "/integrations", + href: "/features", }, ], },