1
0
mirror of https://github.com/bitwarden/help synced 2026-01-04 01:23:29 +00:00

Promote to Master (#748)

* initial commit

* adding quotes for the array error

* Create Gemfile

* Create Gemfile.lock

* add .nvmrc and .node-version

* removed /article from URL

* update links to work with netlify

* more fixed links

* link fixes

* update bad links

* Update netlify.toml

toml test for redirects

* article redirect

* link fixes

* Update index.html

* Update netlify.toml

* Update _config.yml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* add article back into URL for launch

* Update netlify.toml

* Update netlify.toml

* add order to categories front matter

* Update netlify.toml

* update

* sidemenu update

* Revert "sidemenu update"

This reverts commit 5441c3d35c.

* update order prop

* Navbar updates per Gary and compiler warnings

* font/style tweaks

* Update sidebar.html

* Stage Release Documentation (#739)

* initial drafts

* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information

* edit

* edit

* Custom Field Context Menu & CAPTCHA item in release notes

* SSO relink event

* update rn

* small edits

* improve release notes titles

* fix side menu

* Edits courtest of mportune!

* update order

* link fixes

* link cleanup

* image updates and a link

* fix trailing slash

Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
This commit is contained in:
fred_the_tech_writer
2021-09-21 13:21:11 -04:00
committed by GitHub
parent 63f78e8979
commit 906e2ca0dd
3304 changed files with 386714 additions and 8864 deletions

View File

@@ -5,7 +5,7 @@ categories: [send]
featured: true
popular: false
tags: [bitwarden send, send, create a send, how to, ephemeral sharing]
order: 02
order: "02"
---
Creation of file Sends is available for Premium users, including members of a Paid Organization (Families, Teams, or Enterprise). Free users may still create text Sends.
@@ -130,7 +130,7 @@ Complete the following steps to create a new Send from a Bitwarden Desktop App:
1. Select the {% icon fa-paper-plane %} **Send** tab located at the bottom of the left-most column in your Desktop App.
The center column will list all Sends that haven't reached their [deletion date]({% link _articles/send/send-lifespan.md %}). Like the {% icon fa-lock %} **My Vault** view, you can filter your Sends by selecting one of the available **Types** from the left-most column.
The center column will list all Sends that haven't reached their [deletion date]({{site.baseurl}}/article/send-lifespan/). Like the {% icon fa-lock %} **My Vault** view, you can filter your Sends by selecting one of the available **Types** from the left-most column.
2. To start creating a new Send, select the {% icon fa-plus %} **Add** icon in at the bottom of the center column.
{% image send/send-desktop-add.png Send view in a Desktop App %}
@@ -139,7 +139,7 @@ Complete the following steps to create a new Send from a Bitwarden Desktop App:
- **Name**: Specify an identifiable, meaningful name for this Send.
- **Type**: Specify whether this Send will be **Text** or a **File**:
| **Text** | Type or paste the desired text into the input box. Toggle the **When accessing the send, hide text by default** option to require recipients to [toggle visibility]({% link _articles/send/send-privacy.md %}) when they open a Send.|
| **Text** | Type or paste the desired text into the input box. Toggle the **When accessing the send, hide text by default** option to require recipients to [toggle visibility]({{site.baseurl}}/article/send-privacy/) when they open a Send.|
| **File** | Select the **Choose File** button and browse for the file to send. The maximum file size per Send is 500 MB (100 MB on Mobile). (**Requires Premium** & Verified Email)|
By default, a Send will be scheduled for deletion 7 days from its creation. You may configure this and other options using the {% icon fa-chevron-down %} **Options** menu (see Step 4), otherwise select **Save** to finish creating your Send.
@@ -175,7 +175,7 @@ Complete the following steps to create a new Send from Bitwarden Mobile App:
1. Tap the {% icon fa-paper-plane %} **Send** tab located at the bottom of your screen.
This view will list all Sends that haven't reached their [deletion date]({% link _articles/send/send-lifespan.md %}). Like the {% icon fa-lock %} **My Vault** view, you can filter your Sends by tapping one of the available **Types**.
This view will list all Sends that haven't reached their [deletion date]({{site.baseurl}}/article/send-lifespan/). Like the {% icon fa-lock %} **My Vault** view, you can filter your Sends by tapping one of the available **Types**.
2. To start creating a new Send, tap the {% icon fa-plus %} **Add** icon:
{% image send/send-mobile.png Send View on iOS and Android%}
@@ -184,7 +184,7 @@ Complete the following steps to create a new Send from Bitwarden Mobile App:
- **Type**: Specify whether this Send will be **Text** or a **File**:
|**Text** | Type or paste the desired text into the input box. Toggle the **When accessing the Send, hide the text by default** option to require recipients to [toggle visibility]({% link _articles/send/send-privacy.md %}) when they open a Send.|
|**Text** | Type or paste the desired text into the input box. Toggle the **When accessing the Send, hide the text by default** option to require recipients to [toggle visibility]({{site.baseurl}}/article/send-privacy/) when they open a Send.|
|**File** | Tap the **Choose File** button and browse for the file to send. The maximum file size per Send is 100 MB (500 MB on other clients). (**Requires Premium** & Verified Email)|
- **Name**: Specify an identifiable, meaningful name for this Send.
@@ -219,19 +219,19 @@ Share your Send link with intended recipients however you prefer. Sends are end-
The following are sample commands to help you get started using Send from the CLI.
To create a simple text Send with a [deletion date]({{site.baseurl}}/articles/send-lifespan/#deletion-date) set to 14 days from creation:
To create a simple text Send with a [deletion date]({{site.baseurl}}/article/send-lifespan/#deletion-date) set to 14 days from creation:
```
bw send -n "My Text Send" -d 14 "My first secret message."
```
To create a simple file Send with a [deletion date]({{site.baseurl}}/articles/send-lifespan/#deletion-date) set to 14 days from creation:
To create a simple file Send with a [deletion date]({{site.baseurl}}/article/send-lifespan/#deletion-date) set to 14 days from creation:
```
bw send -n "My File Send" - d 14 -f /Users/myaccount/Documents/my_file.pdf
```
The Bitwarden CLI is a fully-featured and powerful tool. We recommend reading the [Send from CLI]({% link _articles/send/send-cli.md %}) article to learn more.
The Bitwarden CLI is a fully-featured and powerful tool. We recommend reading the [Send from CLI]({{site.baseurl}}/article/send-cli/) article to learn more.
{% endcapture %}
{{ cli_info | markdownify}}