Skip to content

Commit

Permalink
Merge pull request #823 from iterative/fix-gs-index
Browse files Browse the repository at this point in the history
get started: update index page
  • Loading branch information
shcheklein committed Nov 30, 2019
2 parents 834d261 + 44cc21e commit 2157ea3
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions static/docs/get-started/index.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# 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 ⚑.

βœ… 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.

0 comments on commit 2157ea3

Please sign in to comment.