1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00
* add tip to API article

* fix danglin' sentence

* activate pw reset screenshot

* refactor favorite article

* new tab for register link

* refactor links

* clean business portal article

* update forgot mp language for apr

* resolves #689
This commit is contained in:
fred_the_tech_writer
2021-08-23 10:57:11 -04:00
committed by GitHub
parent b51a351dcb
commit a78d7a997b
9 changed files with 62 additions and 27 deletions

View File

@@ -20,26 +20,63 @@ Items marked as a **Favorite** will appear at the top of your {% icon fa-lock %}
Designate any Vault item as a **Favorite** when you initially create it, or at any time by editing the item:
### In the Web Vault
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="wvtab2" data-target="#webvault2" role="tab" aria-controls="webvault2" aria-selected="true">Web Vault</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="betab2" data-target="#browserextension2" role="tab" aria-controls="browserextension2" aria-selected="false">Browser Extension</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="desktab2" data-target="#desktop2" role="tab" aria-controls="desktop2" aria-selected="false">Desktop</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="mobtab2" data-target="#mobile2" role="tab" aria-controls="mobile2" aria-selected="false">Mobile</a>
</li>
</ul>
<div class="tab-content" id="clientsContent">
<div class="tab-pane show active" id="webvault2" role="tabpanel" aria-labelledby="wvtab2">
{% capture web_vault %}
### Web Vault
On the Add Item or Edit Item screen, select the {% icon fa-star %} **Star** icon in the bottom-right corner and **Save** the item:
{% image favorites/favorite_webvault_cropped.gif %}
### In Browser Extensions
{% endcapture %}
{{ web_vault | markdownify}}
</div>
<div class="tab-pane" id="browserextension2" role="tabpanel" aria-labelledby="betab2">
{% capture browser_extension %}
### Browser Extension
On the Add Item or Edit Item screen, check the **Favorite** checkbox and **Save** the item:
{% image favorites/favorite_extension_cropped.gif %}
### In Desktop Applications
{% endcapture %}
{{ browser_extension | markdownify}}
</div>
<div class="tab-pane" id="desktop2" role="tabpanel" aria-labelledby="desktab2">
{% capture desktop_info %}
### Desktop App
On the Add Item or Edit Item screen, check the **Favorite** checkbox and **Save** the item:
{% image favorites/favorite_desktop_cropped.gif %}
### In Mobile Apps
{% endcapture %}
{{ desktop_info | markdownify}}
</div>
<div class="tab-pane" id="mobile2" role="tabpanel" aria-labelledby="mobtab2">
{% capture mobile_info %}
### Mobile App
On the Add Item or Edit Item screen, toggle the **Favorite** switch and **Save** the item:
{% image favorites/favorite_mobile.gif %}
{% endcapture %}
{{ mobile_info | markdownify}}
</div>
</div>