From 2605d95b946839ed2517187391ac73b8c5c88ada Mon Sep 17 00:00:00 2001 From: Batuhan Wilhelm Date: Wed, 16 Oct 2024 12:00:09 +0300 Subject: [PATCH] fix(docs): update tabs --- .../docs/routing/integrations/remix/index.md | 114 ++++++++---------- 1 file changed, 51 insertions(+), 63 deletions(-) diff --git a/documentation/docs/routing/integrations/remix/index.md b/documentation/docs/routing/integrations/remix/index.md index b6b5dae3a623..46beedd7af6c 100644 --- a/documentation/docs/routing/integrations/remix/index.md +++ b/documentation/docs/routing/integrations/remix/index.md @@ -12,73 +12,61 @@ You can use one of our remix examples to start your project. - - # With Ant Design - {'\n'} - npm create refine-app@latest -- --example with-remix-antd my-refine-remix-app - {'\n'} - # With authentication - {'\n'} - npm create refine-app@latest -- --example with-remix-auth my-refine-remix-app - {'\n'} - # Headless - {'\n'} - npm create refine-app@latest -- --example with-remix-headless my-refine-remix-app - {'\n'} - # With MUI - {'\n'} - npm create refine-app@latest -- --example with-remix-mui my-refine-remix-app - {'\n'} - # With Vite headless - {'\n'} - npm create refine-app@latest -- --example with-remix-vite-headless my-refine-remix-app - + + + npm create refine-app@latest -- --example with-remix-vite-headless my-refine-remix-app + + + npm create refine-app@latest -- --example with-remix-antd my-refine-remix-app + + + npm create refine-app@latest -- --example with-remix-mui my-refine-remix-app + + + npm create refine-app@latest -- --example with-remix-auth my-refine-remix-app + + + npm create refine-app@latest -- --example with-remix-headless my-refine-remix-app + + - - # With Ant Design - {'\n'} - pnpm create refine-app@latest -- --example with-remix-antd my-refine-remix-app - {'\n'} - # With authentication - {'\n'} - pnpm create refine-app@latest -- --example with-remix-auth my-refine-remix-app - {'\n'} - # Headless - {'\n'} - pnpm create refine-app@latest -- --example with-remix-headless my-refine-remix-app - {'\n'} - # With MUI - {'\n'} - pnpm create refine-app@latest -- --example with-remix-mui my-refine-remix-app - {'\n'} - # With Vite headless - {'\n'} - pnpm create refine-app@latest -- --example with-remix-vite-headless my-refine-remix-app - + + + pnpm create refine-app@latest -- --example with-remix-vite-headless my-refine-remix-app + + + pnpm create refine-app@latest -- --example with-remix-antd my-refine-remix-app + + + pnpm create refine-app@latest -- --example with-remix-mui my-refine-remix-app + + + pnpm create refine-app@latest -- --example with-remix-auth my-refine-remix-app + + + pnpm create refine-app@latest -- --example with-remix-headless my-refine-remix-app + + - - # With Ant Design - {'\n'} - yarn create refine-app@latest -- --example with-remix-antd my-refine-remix-app - {'\n'} - # With authentication - {'\n'} - yarn create refine-app@latest -- --example with-remix-auth my-refine-remix-app - {'\n'} - # Headless - {'\n'} - yarn create refine-app@latest -- --example with-remix-headless my-refine-remix-app - {'\n'} - # With MUI - {'\n'} - yarn create refine-app@latest -- --example with-remix-mui my-refine-remix-app - {'\n'} - # With Vite headless - {'\n'} - yarn create refine-app@latest -- --example with-remix-vite-headless my-refine-remix-app - + + + yarn create refine-app@latest -- --example with-remix-vite-headless my-refine-remix-app + + + yarn create refine-app@latest -- --example with-remix-antd my-refine-remix-app + + + yarn create refine-app@latest -- --example with-remix-mui my-refine-remix-app + + + yarn create refine-app@latest -- --example with-remix-auth my-refine-remix-app + + + yarn create refine-app@latest -- --example with-remix-headless my-refine-remix-app + + {"> Only supports yarn@1 version."}