Browse Source

Adds more walkthrough images and fixes file names

main
Justin Roberts 2 years ago
parent
commit
9d6219db64
No known key found for this signature in database GPG Key ID: DBD8135F2247131A
15 changed files with 46 additions and 2 deletions
  1. BIN
      images/docs/hosting-integrations.png
  2. +10
    -2
      package.json
  3. +0
    -0
      walkthroughs/getting-started/10-interactive-rebase-editor
  4. +3
    -0
      walkthroughs/getting-started/10-interactive-rebase-editor.md
  5. +3
    -0
      walkthroughs/getting-started/11-terminal.md
  6. +0
    -0
      walkthroughs/getting-started/12-premium-features.md
  7. +4
    -0
      walkthroughs/getting-started/3-current-line-blame.md
  8. +3
    -0
      walkthroughs/getting-started/5-revision-history.md
  9. +3
    -0
      walkthroughs/getting-started/6-file-annotations.md
  10. +14
    -0
      walkthroughs/getting-started/7-git-side-bar-views.md
  11. +3
    -0
      walkthroughs/getting-started/8-hosting-service-integrations.md
  12. +3
    -0
      walkthroughs/getting-started/9-git-command-palette.md
  13. +0
    -0
      walkthroughs/getting-started/9-interactive-rebase-editor

BIN
images/docs/hosting-integrations.png View File

Before After
Width: 400  |  Height: 400  |  Size: 36 KiB

+ 10
- 2
package.json View File

@ -10766,7 +10766,7 @@
"title": "Visualize interactive rebase operations",
"description": "A user-friendly editor to easily configure an interactive rebase session. Simply drag & drop to reorder commits and select which ones you want to edit, squash, or drop.",
"media": {
"markdown": "walkthroughs/getting-started/9-interactive-rebase-editor.md"
"markdown": "walkthroughs/getting-started/10-interactive-rebase-editor.md"
}
},
{
@ -10774,7 +10774,15 @@
"title": "Jump to git details from the terminal",
"description": "Using ctrl+click on autolinks in the integrated terminal will quickly jump to more details for commits, branches, tags, and more.",
"media": {
"markdown": "walkthroughs/getting-started/10-terminal.md"
"markdown": "walkthroughs/getting-started/11-terminal.md"
}
},
{
"id": "gitlens.welcome.premium",
"title": "Premium GitLens Features",
"description": "TODO - summay of premium features with link to LEARN MORE (https://gitkraken.com/gitlens/premium-features) on marketing site.",
"media": {
"markdown": "walkthroughs/getting-started/12-premium-features.md"
}
}
]

walkthroughs/getting-started/10-terminal.md → walkthroughs/getting-started/10-interactive-rebase-editor View File


+ 3
- 0
walkthroughs/getting-started/10-interactive-rebase-editor.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/rebase.gif" alt="Interactive rebase editor"/>
</p>

+ 3
- 0
walkthroughs/getting-started/11-terminal.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/terminal-links.gif" alt="Links in VS Code Terminal"/>
</p>

walkthroughs/getting-started/11-premium-features.md → walkthroughs/getting-started/12-premium-features.md View File


+ 4
- 0
walkthroughs/getting-started/3-current-line-blame.md View File

@ -8,3 +8,7 @@ Adds a [customizable](command:gitlens.showSettingsPage?%22current-line%22 'Jump
- Contains the author, date, and message of the current line's most recent commit (by default)
- Adds a [_Toggle Line Blame Annotations_](command:gitlens.toggleLineBlame) command to toggle the blame annotation on and off
<p align="center">
<img src="../../images/docs/hovers-current-line.png" alt="Current Line Blame Hover" />
</p>

+ 3
- 0
walkthroughs/getting-started/5-revision-history.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/revision-navigation.gif" alt="Revision Navigation" />
</p>

+ 3
- 0
walkthroughs/getting-started/6-file-annotations.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/gutter-blame.png" alt="Gutter Blame and Heatmap" />
</p>

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

@ -0,0 +1,14 @@
<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>

+ 3
- 0
walkthroughs/getting-started/8-hosting-service-integrations.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/hosting-integrations.png" alt="Hosting service integrations"/>
</p>

+ 3
- 0
walkthroughs/getting-started/9-git-command-palette.md View File

@ -0,0 +1,3 @@
<p align="center">
<img src="../../images/docs/git-command-palette.png" alt="Git command palette"/>
</p>

+ 0
- 0
walkthroughs/getting-started/9-interactive-rebase-editor View File


Loading…
Cancel
Save