Skip to content

Commit 1906e00

Browse files
authored
walks: re-title and update More Resources (#1948)
* walks: re-title and reformat DVC/ More Resources Extracted from #1936 (review) * walks: rename dvc-learn-more to more-resources rel. #1948 (review) * walks: update more-resources * Update extension/resources/walkthrough/more-resources.md
1 parent 30c95b5 commit 1906e00

File tree

5 files changed

+40
-24
lines changed

5 files changed

+40
-24
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"untracked",
4848
"venv",
4949
"virtualenv",
50-
"walkthrough"
50+
"walkthrough",
51+
"walkthroughs"
5152
]
5253
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Management]. For deeper learning, try our [free course]! [More resources]
8383
[data management]: https://dvc.org/doc/start/data-management
8484
[free course]: https://learn.iterative.ai/
8585
[more resources]:
86-
https://github.com/iterative/vscode-dvc/blob/main/extension/resources/walkthrough/dvc-learn-more.md
86+
https://github.com/iterative/vscode-dvc/blob/main/extension/resources/walkthrough/more-resources.md
8787

8888
## What you get
8989

extension/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,11 +1459,11 @@
14591459
]
14601460
},
14611461
{
1462-
"id": "dvc.learnMore",
1463-
"title": "Explore More Resources",
1464-
"description": "Take a look into our [documentation](https://dvc.org/doc) to learn more about DVC. \n[Learn More](https://dvc.org/doc)",
1462+
"id": "dvc.moreResources",
1463+
"title": "More Resources",
1464+
"description": "Learn more about this extension and DVC, and find other relevant materials.\n[DVC Docs](https://dvc.org/doc)",
14651465
"media": {
1466-
"markdown": "resources/walkthrough/dvc-learn-more.md"
1466+
"markdown": "resources/walkthrough/more-resources.md"
14671467
},
14681468
"completionEvents": [
14691469
"onLink:https://dvc.org/doc"

extension/resources/walkthrough/dvc-learn-more.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# More Resources
2+
3+
- Get started with a [hands-on tour] of DVC's major features. Refer to the the
4+
[User Guide] for deeper knowledge on the approach and mechanics of DVC.
5+
6+
> **Note**: Some features and options of DVC are only accessible via
7+
> command-line.
8+
9+
- Explore some [use cases]: high-level solutions that DVC provides to the data
10+
science industry.
11+
12+
- Browse all available [`dvc` commands] and [Python API] functions.
13+
14+
- Take our [free course] and become a certified in Iterative.ai tools!
15+
16+
- Play with a ready-to-use [example project].
17+
18+
- Read our [Blog] and meet the [Community].
19+
20+
- Check out the [DVC GitHub repository], where you can find and report issues,
21+
or [contribute] to the open-source project.
22+
23+
[hands-on tour]: https://dvc.org/doc/start
24+
[user guide]: https://dvc.org/doc/user-guide
25+
[use cases]: https://dvc.org/doc/use-cases
26+
[`dvc` commands]: https://dvc.org/doc/command-reference
27+
[python api]: https://dvc.org/doc/api-reference
28+
[free course]: https://learn.iterative.ai/
29+
[contribute]: https://dvc.org/doc/contributing/core
30+
[example project]: https://github.com/iterative/example-get-started
31+
[blog]: https://dvc.org/blog
32+
[community]: https://dvc.org/community
33+
[dvc github repository]: https://github.com/iterative/dvc

0 commit comments

Comments
 (0)