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."}