Browse Source

Updates walkthroughs

- adds new images to premium feature sections
- fixes side bar view images to be side-by-side
- in the last step of the getting started walkthrough, add image and a button that links to the premium feature walkthrough
- updates the old settings.png image with a new version
- adds a new image of the quick setup
- adds a note about worktrees not working on the web
main
Justin Roberts 3 years ago
parent
commit
2ed5e435f5
No known key found for this signature in database GPG Key ID: DBD8135F2247131A
13 changed files with 22 additions and 33 deletions
  1. BIN
      images/docs/coming-soon-commit-graph.png
  2. BIN
      images/docs/quick-setup.png
  3. BIN
      images/docs/settings.png
  4. BIN
      images/docs/visual-file-history-hover.png
  5. BIN
      images/docs/worktrees-view.png
  6. +5
    -5
      package.json
  7. +1
    -2
      walkthroughs/getting-started/1-setup.md
  8. +3
    -0
      walkthroughs/getting-started/12-premium-features.md
  9. +4
    -14
      walkthroughs/getting-started/7-git-side-bar-views.md
  10. +0
    -4
      walkthroughs/premium-features/1-intro.md
  11. +3
    -2
      walkthroughs/premium-features/2-worktrees.md
  12. +3
    -2
      walkthroughs/premium-features/3-visual-file-history.md
  13. +3
    -4
      walkthroughs/premium-features/4-coming-soon.md

BIN
images/docs/coming-soon-commit-graph.png View File

Before After
Width: 800  |  Height: 450  |  Size: 77 KiB

BIN
images/docs/quick-setup.png View File

Before After
Width: 1255  |  Height: 754  |  Size: 109 KiB

BIN
images/docs/settings.png View File

Before After
Width: 1170  |  Height: 920  |  Size: 209 KiB Width: 1255  |  Height: 910  |  Size: 193 KiB

BIN
images/docs/visual-file-history-hover.png View File

Before After
Width: 800  |  Height: 450  |  Size: 46 KiB

BIN
images/docs/worktrees-view.png View File

Before After
Width: 800  |  Height: 450  |  Size: 67 KiB

+ 5
- 5
package.json View File

@ -10831,7 +10831,7 @@
{ {
"id": "gitlens.welcome.premium", "id": "gitlens.welcome.premium",
"title": "Premium GitLens Features", "title": "Premium GitLens Features",
"description": "TODO - summay of premium features with link to LEARN MORE (https://gitkraken.com/gitlens/premium-features) on marketing site.",
"description": "New premium features like Worktrees and Visual File History are now available in GitLens.\n\n[Learn About Premium Features](command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium%22 \"Opens the GitLens Premium Features Walkthrough\")",
"media": { "media": {
"markdown": "walkthroughs/getting-started/12-premium-features.md" "markdown": "walkthroughs/getting-started/12-premium-features.md"
} }
@ -10841,12 +10841,12 @@
{ {
"id": "gitlens.premium", "id": "gitlens.premium",
"title": "GitLens Premium Features", "title": "GitLens Premium Features",
"description": "gitLens premium features walkthrough description",
"description": "Get even more out of Git in VS Code!",
"steps": [ "steps": [
{ {
"id": "gitlens.premium.intro", "id": "gitlens.premium.intro",
"title": "premium features intro",
"description": "you can get premium features now",
"title": "Introducting GitLens premium features",
"description": "New premium features like Worktrees and Visual File History can be unlocked with a GitLens Free+ account. Additional premium features like GitHub Enterprise and GitLab Self-Managed integrations, and a visual commit graph are coming soon.\n\n",
"media": { "media": {
"markdown": "walkthroughs/premium-features/1-intro.md" "markdown": "walkthroughs/premium-features/1-intro.md"
} }
@ -10854,7 +10854,7 @@
{ {
"id": "gitlens.premium.worktrees", "id": "gitlens.premium.worktrees",
"title": "Do more with Worktrees", "title": "Do more with Worktrees",
"description": "Create Worktrees that allow multiple branches to be checked-out at once on the same repository. This makes it easier to develop on, or test multiple branches, by minimizing the context switching between branches.",
"description": "Create Worktrees that allow multiple branches to be checked-out at once on the same repository. This makes it easier to develop on, or test multiple branches, by minimizing the context switching between branches.\n\nNote: Worktrees do not yet work with VS Code on the web.",
"media": { "media": {
"markdown": "walkthroughs/premium-features/2-worktrees.md" "markdown": "walkthroughs/premium-features/2-worktrees.md"
} }

+ 1
- 2
walkthroughs/getting-started/1-setup.md View File

@ -1,8 +1,7 @@
## Quick Setup ## Quick Setup
<p align="center"> <p align="center">
<!-- <img src="../../images/docs/settings.png" alt="GitLens Interactive Settings" /> -->
WELCOME IMAGE HERE
<img src="../../images/docs/quick-setup.png" alt="GitLens Interactive Quick Setup" />
</p> </p>
GitLens is powerful, feature rich, and highly customizable to meet your needs. Do you find code lens intrusive or the current line blame annotation distracting — no problem, quickly turn them off or change how they behave using the Quick Setup. GitLens is powerful, feature rich, and highly customizable to meet your needs. Do you find code lens intrusive or the current line blame annotation distracting — no problem, quickly turn them off or change how they behave using the Quick Setup.

+ 3
- 0
walkthroughs/getting-started/12-premium-features.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
</p>

+ 4
- 14
walkthroughs/getting-started/7-git-side-bar-views.md View File

@ -1,14 +1,4 @@
<div style="display:flex; flex-direction:row;">
<div>
<span>GitLens Side Bar Views</span>
<div>
<img src="../../images/docs/views-layout-gitlens.png" alt="GitLens Side Bar Views" style="max-width: 100%;" />
</div>
</div>
<div>
<span>Source Control Side Bar Views</span>
<div>
<img src="../../images/docs/views-layout-scm.png" alt="Source Control Side Bar Views" style="max-width: 100%;" />
</div>
</div>
</div>
<p float="left">
<img src="../../images/docs/views-layout-gitlens.png" alt="GitLens Side Bar Views" width="45%" />
<img src="../../images/docs/views-layout-scm.png" alt="Source Control Side Bar Views" width="45%" />
</p>

+ 0
- 4
walkthroughs/premium-features/1-intro.md View File

@ -1,4 +0,0 @@
- Introduce concept of premium features (home/learn more page)
- public vs private repos
- link to learn more
- button to try premium features in left?

+ 3
- 2
walkthroughs/premium-features/2-worktrees.md View File

@ -1,2 +1,3 @@
- show worktree image
- benefits of working with worktrees
<p align="center">
<img src="../../images/docs/worktrees-view.png" alt="Worktrees View in Side Bar"/>
</p>

+ 3
- 2
walkthroughs/premium-features/3-visual-file-history.md View File

@ -1,2 +1,3 @@
- image
- benefits of visualizing file history
<p align="center">
<img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
</p>

+ 3
- 4
walkthroughs/premium-features/4-coming-soon.md View File

@ -1,4 +1,3 @@
- github enterprise
- gitlab self-managed
- gk graph
- team features
<p align="center">
<img src="../../images/docs/coming-soon-commit-graph.png" alt="Worktrees View in Side Bar"/>
</p>

Loading…
Cancel
Save