Browse Source

Updates step content in home view

- updates features step
- adds integrations step
main
Keith Daulton 2 years ago
parent
commit
fb7aa8b920
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      src/webviews/apps/home/home.html

+ 11
- 2
src/webviews/apps/home/home.html View File

@ -116,7 +116,9 @@
</stepped-section>
<stepped-section id="features">
<span slot="heading">Features</span>
<span slot="description">*Always available to you at no cost</span>
<p>
GitLens is deeply integrated into VS Code's Editors, Toolbars, Status Bar, and Command Palette.
</p>
<div class="activitybar-banner">
<ul>
<li>
@ -233,7 +235,14 @@
</svg>
</div>
</stepped-section>
<!-- check for gitlens+ -->
<stepped-section id="integrations">
<span slot="heading">Integrations</span>
<p>GitLens provides issue and pull request auto-linking with many Git hosting services.</p>
<p>
Rich integrations with GitHub & GitLab provide more detailed hover information for auto-linked
issues and pull requests, pull requests associated with branches and commits, and avatars.
</p>
</stepped-section>
<stepped-section id="plus">
<span slot="heading">Want even more from GitLens?</span>
<card-section no-heading backdrop="#{webroot}/media/gitlens-backdrop.webp">

Loading…
Cancel
Save