From 04f697c0add7f4cc04bacf1c48b8139f09d3cef1 Mon Sep 17 00:00:00 2001 From: Rakan Nimer Date: Tue, 27 Sep 2022 22:16:36 -0500 Subject: [PATCH] Remove create-docz-app from documentation --- src/docs/documentation/general/getting-started.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/docs/documentation/general/getting-started.mdx b/src/docs/documentation/general/getting-started.mdx index 5daaf04..6853717 100644 --- a/src/docs/documentation/general/getting-started.mdx +++ b/src/docs/documentation/general/getting-started.mdx @@ -11,8 +11,6 @@ First off, try take a look and check out [docz's `examples` directory](https://g Start by adding **docz** as a dependency: -> There's also a [create-docz-app](https://www.npmjs.com/package/create-docz-app), which you can be using to start new projects with docz even quicker, but it's totally independent from docz, therefore not officially supported. Once we strongly don't believe that it should be part of what we want to bring to the community as a project, but feel free to use it as much as you need, especially to replace `create-react-app`, for example, to create new projects. - ```sh yarn add docz # react react-dom ```