Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add references to the interactive lessons and examples #786

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions static/docs/command-reference/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ pipeline stages, as well as a few Git tags, such as our
[get started example repo](https://github.com/iterative/example-get-started).
Then we can see what happens with `dvc fetch` as we switch from tag to tag.

**[`▶ Try examples interactively`](https://katacoda.com/dvc/courses/examples/fetch)**

<details>

### Click and expand to setup the project
Expand Down
3 changes: 3 additions & 0 deletions static/docs/get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ 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.

▶️ For a quick start you can also
[try these hands-on interactive lessons](https://katacoda.com/dvc/courses/get-started/initialize).
2 changes: 2 additions & 0 deletions static/docs/user-guide/dvcignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ The same as for [`.gitignore`](https://git-scm.com/docs/gitignore).

## Example: Modification of ignored data

**[`▶ Try examples interactively`](https://katacoda.com/dvc/courses/examples/dvcignore)**

Let's see what happens when we modify ignored file.

```dvc
Expand Down