diff --git a/static/docs/get-started/index.md b/static/docs/get-started/index.md index b101592312..0d4a27a629 100644 --- a/static/docs/get-started/index.md +++ b/static/docs/get-started/index.md @@ -1,12 +1,13 @@ # Get Started -_Get Started_ is a step-by-step introduction into basic DVC concepts. It doesn't +_Get Started_ is a step-by-step introduction into basic DVC features. It doesn't go into details much, but provides links and expandable sections to learn more. -At the very end there are a few complete examples to give you more hands-on -experience with real life scenarios. The first one is about model and dataset -[versioning](/doc/tutorials/versioning), and the second one is focused on -[pipelines and reproducibility](/doc/tutorials/pipelines). +You'll need [Git](https://git-scm.com) to run the commands in this guide. Also, +if DVC is not installed, please follow these [instructions](/doc/install) to do +so. + +Before you start ... ✅ Please, join our [community](/chat) or see these [support](/support) options if you have any questions or need any help. We are very responsive ⚡. @@ -14,13 +15,10 @@ if you have any questions or need any help. We are very responsive ⚡. ✅ Check out our [GitHub repository](https://github.com/iterative/dvc) and give us a ⭐ if you like the project! -✅ Contribute either [on GitHub](https://github.com/iterative/dvc) or -[on Patreon](https://www.patreon.com/DVCorg/overview) to support the project. - -Separate to this section, the longer [Tutorial](/doc/tutorials/deep) also -introduces DVC step-by-step, while additionally explaining in great detail the -motivation and what's happening internally. +✅ Contribute to DVC [on GitHub](https://github.com/iterative/dvc) or help us +improve this [documentation](https://github.com/iterative/dvc.org) 🙏. -You'll need [Git](https://git-scm.com) to run the commands in this tutorial. -Also, if DVC is not installed, please follow these [instructions](/doc/install) -to do so. +When you're done, feel free to check out official and community +[tutorials](/doc/tutorials). They provide in-depth explanations, +[interactive](doc/tutorials/interactive) scenarios, and various examples on how +DVC can be used.