Parcourir la 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 il y a 2 ans
Parent
révision
2ed5e435f5
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: DBD8135F2247131A
13 fichiers modifiés avec 22 ajouts et 33 suppressions
  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 Voir le fichier

Avant Après
Largeur: 800  |  Hauteur: 450  |  Taille: 77 KiB

BIN
images/docs/quick-setup.png Voir le fichier

Avant Après
Largeur: 1255  |  Hauteur: 754  |  Taille: 109 KiB

BIN
images/docs/settings.png Voir le fichier

Avant Après
Largeur: 1170  |  Hauteur: 920  |  Taille: 209 KiB Largeur: 1255  |  Hauteur: 910  |  Taille: 193 KiB

BIN
images/docs/visual-file-history-hover.png Voir le fichier

Avant Après
Largeur: 800  |  Hauteur: 450  |  Taille: 46 KiB

BIN
images/docs/worktrees-view.png Voir le fichier

Avant Après
Largeur: 800  |  Hauteur: 450  |  Taille: 67 KiB

+ 5
- 5
package.json Voir le fichier

@ -10831,7 +10831,7 @@
{
"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.",
"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": {
"markdown": "walkthroughs/getting-started/12-premium-features.md"
}
@ -10841,12 +10841,12 @@
{
"id": "gitlens.premium",
"title": "GitLens Premium Features",
"description": "gitLens premium features walkthrough description",
"description": "Get even more out of Git in VS Code!",
"steps": [
{
"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": {
"markdown": "walkthroughs/premium-features/1-intro.md"
}
@ -10854,7 +10854,7 @@
{
"id": "gitlens.premium.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": {
"markdown": "walkthroughs/premium-features/2-worktrees.md"
}

+ 1
- 2
walkthroughs/getting-started/1-setup.md Voir le fichier

@ -1,8 +1,7 @@
## Quick Setup
<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>
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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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>

Chargement…
Annuler
Enregistrer