Browse Source

Remaps links in settings to Help Center sections

main
Ramin Tadayon 1 year ago
committed by Eric Amodio
parent
commit
70cd7fd6be
24 changed files with 24 additions and 24 deletions
  1. +1
    -1
      src/webviews/apps/settings/partials/blame.html
  2. +1
    -1
      src/webviews/apps/settings/partials/changes.html
  3. +1
    -1
      src/webviews/apps/settings/partials/code-lens.html
  4. +1
    -1
      src/webviews/apps/settings/partials/commit-graph.html
  5. +1
    -1
      src/webviews/apps/settings/partials/current-line.html
  6. +1
    -1
      src/webviews/apps/settings/partials/heatmap.html
  7. +1
    -1
      src/webviews/apps/settings/partials/hovers.html
  8. +1
    -1
      src/webviews/apps/settings/partials/modes.html
  9. +1
    -1
      src/webviews/apps/settings/partials/rebase-editor.html
  10. +1
    -1
      src/webviews/apps/settings/partials/status-bar.html
  11. +1
    -1
      src/webviews/apps/settings/partials/terminal-links.html
  12. +1
    -1
      src/webviews/apps/settings/partials/views.branches.html
  13. +1
    -1
      src/webviews/apps/settings/partials/views.commitDetails.html
  14. +1
    -1
      src/webviews/apps/settings/partials/views.commits.html
  15. +1
    -1
      src/webviews/apps/settings/partials/views.contributors.html
  16. +1
    -1
      src/webviews/apps/settings/partials/views.file-history.html
  17. +1
    -1
      src/webviews/apps/settings/partials/views.line-history.html
  18. +1
    -1
      src/webviews/apps/settings/partials/views.remotes.html
  19. +1
    -1
      src/webviews/apps/settings/partials/views.repositories.html
  20. +1
    -1
      src/webviews/apps/settings/partials/views.searchAndCompare.html
  21. +1
    -1
      src/webviews/apps/settings/partials/views.stashes.html
  22. +1
    -1
      src/webviews/apps/settings/partials/views.tags.html
  23. +1
    -1
      src/webviews/apps/settings/partials/views.worktrees.html
  24. +1
    -1
      src/webviews/apps/settings/settings.html

+ 1
- 1
src/webviews/apps/settings/partials/blame.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-blame-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#file-blame"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/changes.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-changes-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#gutter-changes"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/code-lens.html View File

@ -6,7 +6,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#git-codelens-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#git-codelens"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/commit-graph.html View File

@ -7,7 +7,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#commit-graph-"
href="https://help.gitkraken.com/gitlens/gitlens-plus/#commit-graph"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/current-line.html View File

@ -12,7 +12,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#current-line-blame-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#current-line-blame"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/heatmap.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-heatmap-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#gutter-heatmap"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/hovers.html View File

@ -3,7 +3,7 @@
<div class="setting__input setting__input--big"> <div class="setting__input setting__input--big">
<input id="hovers.enabled" name="hovers.enabled" type="checkbox" data-setting /> <input id="hovers.enabled" name="hovers.enabled" type="checkbox" data-setting />
<label for="hovers.enabled">Hovers</label> <label for="hovers.enabled">Hovers</label>
<a class="link__learn-more" title="Learn more" href="https://github.com/gitkraken/vscode-gitlens/#hovers-">
<a class="link__learn-more" title="Learn more" href="https://help.gitkraken.com/gitlens/gitlens-features/#hovers">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</div> </div>

+ 1
- 1
src/webviews/apps/settings/partials/modes.html View File

@ -2,7 +2,7 @@
<div class="section__header"> <div class="section__header">
<h2> <h2>
Modes Modes
<a class="link__learn-more" title="Learn more" href="https://github.com/gitkraken/vscode-gitlens/#modes-">
<a class="link__learn-more" title="Learn more" href="https://help.gitkraken.com/gitlens/settings/#modes-settings">
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>
</h2> </h2>

+ 1
- 1
src/webviews/apps/settings/partials/rebase-editor.html View File

@ -12,7 +12,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#interactive-rebase-editor-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#interactive-rebase-editor"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/status-bar.html View File

@ -6,7 +6,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#status-bar-blame-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#status-bar-blame"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/terminal-links.html View File

@ -6,7 +6,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#terminal-links-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#terminal-links"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.branches.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#branches-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#branches-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.commitDetails.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#commit-details-view-"
href="https://help.gitkraken.com/gitlens/gitlens-features/#commit-details-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.commits.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#commits-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#commits-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.contributors.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#contributors-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#contributors-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.file-history.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#file-history-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#file-history-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.line-history.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#line-history-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#line-history-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.remotes.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#remotes-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#remotes-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.repositories.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#repositories-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#repositories-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.searchAndCompare.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#search--compare-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#search-compare-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.stashes.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#stashes-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#stashes-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.tags.html View File

@ -5,7 +5,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#tags-view-"
href="https://help.gitkraken.com/gitlens/side-bar/#tags-view"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/partials/views.worktrees.html View File

@ -7,7 +7,7 @@
<a <a
class="link__learn-more" class="link__learn-more"
title="Learn more" title="Learn more"
href="https://github.com/gitkraken/vscode-gitlens/#worktrees-view-"
href="https://help.gitkraken.com/gitlens/gitlens-plus/#worktrees"
> >
<i class="icon icon__info"></i> <i class="icon icon__info"></i>
</a> </a>

+ 1
- 1
src/webviews/apps/settings/settings.html View File

@ -62,7 +62,7 @@
For advanced customizations, refer to the For advanced customizations, refer to the
<a <a
title="See the GitLens settings docs" title="See the GitLens settings docs"
href="https://github.com/gitkraken/vscode-gitlens/#gitlens-settings-"
href="https://help.gitkraken.com/gitlens/gitlens-settings/"
>GitLens docs</a >GitLens docs</a
> >
and edit your and edit your

Loading…
Cancel
Save