Skip to content

Commit

Permalink
added tooltip stubs for all concept pages and required package to pac…
Browse files Browse the repository at this point in the history
…kage.json
  • Loading branch information
iesahin committed Feb 8, 2021
1 parent 0837cb5 commit 7ea0feb
Show file tree
Hide file tree
Showing 9 changed files with 260 additions and 3 deletions.
2 changes: 2 additions & 0 deletions content/docs/user-guide/concepts/dvc-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ match:
repository,
repositories,
]
tooltip: >-
A DVC project is a directory initialized by `dvc init`.
---

# DVC Project
Expand Down
3 changes: 3 additions & 0 deletions content/docs/user-guide/concepts/external-dependency.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
name: 'External Dependency'
match: ['external dependency', 'external dependencies']
tooltip: >-
A <abbr>dependency</abbr> for a <abbr>stage</abbr> which points to an external
resource.
---

# External Dependency
Expand Down
3 changes: 3 additions & 0 deletions content/docs/user-guide/concepts/frozen-dependency.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: 'Frozen Dependency'
match: ['frozen dependency', 'frozen dependencies']
tooltip: >-
A frozen <abbr>dependency</abbr> is considered _not changed_ for a
<abbr>stage</abbr> even if it has changed. A stage that depends only to frozen
dependencies is not run.
---

# Frozen Dependency
Expand Down
2 changes: 2 additions & 0 deletions content/docs/user-guide/concepts/import-stage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: 'Import Stage'
match: ['import stage', 'import stages', 'imports']
tooltip: >-
TBW
---

# Import Stage
Expand Down
1 change: 1 addition & 0 deletions content/docs/user-guide/concepts/output.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: Output
match: [output, outputs]
tooltip: TBW
---

# Output
Expand Down
1 change: 1 addition & 0 deletions content/docs/user-guide/concepts/run-cache.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 'Run-cache'
match: ['run-cache']
tooltip: TBW
---

# Run Cache
Expand Down
1 change: 1 addition & 0 deletions content/docs/user-guide/concepts/stage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
name: 'Stage'
match: ['stage', 'stages']
tooltip: TBW
---

# Stage
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"react-slick": "^0.25.2",
"react-use": "^14.0.0",
"rehype-react": "^5.0.1",
"remark-preset-lint-recommended": "^5.0.0",
"repo-link-check": "^0.7.1",
"reset-css": "^5.0.1",
"s3-client": "^4.4.2",
Expand Down
249 changes: 246 additions & 3 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit 7ea0feb

@iesahin
Copy link
Contributor Author

@iesahin iesahin commented on 7ea0feb Feb 8, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit fixes problem regarding tooltips. Modifications copied from former ug-basic-concepts branch applied to run the tooltips and all updates to master also applied. I'll begin to revise the content and update tooltips / descriptions tomorrow. @jorgeorpinel @rogermparent @shcheklein

Please sign in to comment.