From 84c246b1c1a81e14605715e4a2d468251d311719 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Wed, 27 Nov 2019 17:03:40 -0800 Subject: [PATCH 1/4] get started: update index page --- static/docs/get-started/index.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/static/docs/get-started/index.md b/static/docs/get-started/index.md index b101592312..db5811684d 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 tutorial. +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,6 @@ 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. - -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 are done with Get Started or if you'd like to try other alternatives to +learn DVC, check the available examples, interactive and community +[tutorials](/doc/tutorials). From 14285b472700eed2929262a5fc52480474b93ced Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Wed, 27 Nov 2019 17:17:22 -0800 Subject: [PATCH 2/4] get started: index page minor fixes --- static/docs/get-started/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/docs/get-started/index.md b/static/docs/get-started/index.md index db5811684d..98265a2bc7 100644 --- a/static/docs/get-started/index.md +++ b/static/docs/get-started/index.md @@ -15,6 +15,6 @@ 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! -When you are done with Get Started or if you'd like to try other alternatives to -learn DVC, check the available examples, interactive and community -[tutorials](/doc/tutorials). +When you are done with _Get Started_ or if you'd like to try other alternatives +to learn DVC, check the available examples, interactive and community tutorials +on this [page](/doc/tutorials). From 1a5b66dc0b3c4f35e880a06e581e51cb7b484011 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Thu, 28 Nov 2019 11:06:38 -0800 Subject: [PATCH 3/4] get started index page: address PR feedback and improve the copy --- static/docs/get-started/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/static/docs/get-started/index.md b/static/docs/get-started/index.md index 98265a2bc7..a08c84f0a8 100644 --- a/static/docs/get-started/index.md +++ b/static/docs/get-started/index.md @@ -15,6 +15,9 @@ 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! -When you are done with _Get Started_ or if you'd like to try other alternatives -to learn DVC, check the available examples, interactive and community tutorials -on this [page](/doc/tutorials). +✅ Contribute to DVC [on GitHub](https://github.com/iterative/dvc) or help us +improve this [documentation](https://github.com/iterative/dvc.org) 🙏. + +When you are done with _Get Started_ and ready to cover other topics, or if +you'd just like to try other ways to learn DVC, check the available examples, +interactive and community tutorials on this [page](/doc/tutorials). From 44cc21ee24f913ee7a9f8a2d241ddcfdda59424a Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Fri, 29 Nov 2019 23:03:56 -0800 Subject: [PATCH 4/4] get started: last updates to the get started --- static/docs/get-started/index.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/static/docs/get-started/index.md b/static/docs/get-started/index.md index a08c84f0a8..0d4a27a629 100644 --- a/static/docs/get-started/index.md +++ b/static/docs/get-started/index.md @@ -3,9 +3,9 @@ _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. -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. +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 ... @@ -18,6 +18,7 @@ us a ⭐ if you like the project! ✅ Contribute to DVC [on GitHub](https://github.com/iterative/dvc) or help us improve this [documentation](https://github.com/iterative/dvc.org) 🙏. -When you are done with _Get Started_ and ready to cover other topics, or if -you'd just like to try other ways to learn DVC, check the available examples, -interactive and community tutorials on this [page](/doc/tutorials). +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.