Skip to content

Commit

Permalink
Update sidebar.json with actual tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
iAdramelk committed Dec 3, 2019
1 parent 5d1e124 commit 326d6e4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions src/Documentation/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
{
"slug": "get-started",
"source": "get-started/index.md",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/get-started/initialize"
},
"children": [
"agenda",
"initialize",
Expand All @@ -12,10 +15,7 @@
"import-data",
{
"label": "Connect with Code",
"slug": "connect-code-and-data",
"tutorials": {
"katacoda": "https://www.katacoda.com/loodse/courses/dvc/dvc-01-install"
}
"slug": "connect-code-and-data"
},
"pipeline",
"visualize",
Expand Down Expand Up @@ -115,7 +115,12 @@
"label": "File Format (.dvc)",
"slug": "dvc-file-format"
},
"dvcignore",
{
"slug": "dvcignore",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/examples/dvcignore"
}
},
"updating-tracked-files",
"large-dataset-optimization",
"external-dependencies",
Expand Down Expand Up @@ -189,7 +194,10 @@
},
{
"label": "fetch",
"slug": "fetch"
"slug": "fetch",
"tutorials": {
"katacoda": "https://katacoda.com/dvc/courses/examples/fetch"
}
},
{
"label": "get-url",
Expand Down

0 comments on commit 326d6e4

Please sign in to comment.