mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
adjust header styling
This commit is contained in:
@@ -12,8 +12,6 @@ You can use the Bitwarden Android app to add new and auto-fill existing logins o
|
||||
1. The **Autofill Framework Service** for Android users on Oreo (8.0) and greater.
|
||||
2. The **Auto-fill Accessibility Service** for all Android versions.
|
||||
|
||||
--------------
|
||||
|
||||
## Autofill Framework Service
|
||||
|
||||
{% note %}The Autofill Framework Service is only available to users on Android Oreo (8.0) and greater. If you are on a version of Android prior to Oreo (8.0) you should use the **Auto-fill Accessibility Service** as explained further down in this article.{% endnote %}
|
||||
@@ -34,8 +32,6 @@ The Autofill Framework Service is context-sensitive and will appear whenever you
|
||||
2. View the login page for the app and focus the username or password field. A Bitwarden pop-up will appear below the input field.
|
||||
3. Select the appropriate login from the list or select the option to open Bitwarden to search for the correct login. Your username and password will be auto-filled.
|
||||
|
||||
------------
|
||||
|
||||
## Auto-fill Accessibility Service
|
||||
|
||||
1. Open the Bitwarden Android app.
|
||||
|
||||
@@ -12,16 +12,9 @@ Bitwarden provides a powerful, full-featured command-line interface (CLI) tool t
|
||||
|
||||

|
||||
|
||||
## Quick Start
|
||||
|
||||
1. [Download and install](#download--install) the CLI for your platform.
|
||||
2. Move `bw` to `/usr/local/bin` or another directory in your `$PATH`. Windows users can [add `bw.exe` to the current user's `PATH`](https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/){:target="_blank"}. If you installed the CLI with [NPM](https://www.npmjs.com/package/@bitwarden/cli){:target="_blank"} (or another package manager) you can skip this step since `bw` should automatically be added to your path.
|
||||
3. Verify the `bw` command works in your terminal.
|
||||
|
||||
bw --help
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Quick Start](#quick-start)
|
||||
- [Download & Install](#download--install)
|
||||
- [Native executable](#native-executable)
|
||||
- [NPM](#npm)
|
||||
@@ -51,6 +44,14 @@ Bitwarden provides a powerful, full-featured command-line interface (CLI) tool t
|
||||
- [Templates](#templates)
|
||||
- [Enums](#enums)
|
||||
|
||||
## Quick Start
|
||||
|
||||
1. [Download and install](#download--install) the CLI for your platform.
|
||||
2. Move `bw` to `/usr/local/bin` or another directory in your `$PATH`. Windows users can [add `bw.exe` to the current user's `PATH`](https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/){:target="_blank"}. If you installed the CLI with [NPM](https://www.npmjs.com/package/@bitwarden/cli){:target="_blank"} (or another package manager) you can skip this step since `bw` should automatically be added to your path.
|
||||
3. Verify the `bw` command works in your terminal.
|
||||
|
||||
bw --help
|
||||
|
||||
## Download & Install
|
||||
|
||||
You can install the Bitwarden CLI multiple different ways:
|
||||
|
||||
@@ -266,11 +266,13 @@ footer {
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 20px;
|
||||
font-size: 22px;
|
||||
margin-top: 50px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 16px;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
|
||||
Reference in New Issue
Block a user