mirror of
https://github.com/bitwarden/help
synced 2026-01-20 09:23:35 +00:00
* Send Staging (#447) * - js for in-page tabs - send category early drafts of articles - send images * fix scrolling on tab * send web vault * mobile image * redone 'receive send' article * send from browser ext & mobile * send work * improvements to 'about' * send additions * so much send * lotsa send * all send all the time * ain't nothin but a send thang * cli * send cli * simple cli sends in /create-send/ * simple disable & delete in /send-lifespan/ * send desktop screenshots * send final cleanup * cli final cleanup * send edits * fix * send final touches * fixed links & non-send updates * new import message documentation, several import articles condensed to use tabs, U2F support for Edge, excluded domains article, remove in innacurate note on emergency accesss * Firefox Attachment Workflow + Date Picker for custom timestamps * safari attach file Send req * excluded domains addition * fix tab titles * release notes * unlock articles * link to status feed * small typos * test * updated release notes * lastpass article form fill rewrites * import to org & personal clarifications * send self-hosting, safari web extension edits, and release notes
47 lines
800 B
YAML
47 lines
800 B
YAML
markdown: kramdown
|
|
highlighter: none
|
|
permalink: pretty
|
|
encoding: utf-8
|
|
port: 4009
|
|
main_baseurl: https://bitwarden.com
|
|
|
|
sass:
|
|
sass_dir: ./_scss
|
|
style: compressed
|
|
|
|
exclude:
|
|
- node_modules
|
|
- bitwarden-help.sln
|
|
- package.json
|
|
- package-lock.json
|
|
- gulpfile.js
|
|
- appveyor.yml
|
|
- README.md
|
|
|
|
include:
|
|
- '.nojekyll'
|
|
|
|
collections:
|
|
categories:
|
|
output: true
|
|
permalink: /:path/
|
|
order:
|
|
- getting-started.md
|
|
- account-management.md
|
|
- send.md
|
|
- import-export.md
|
|
- two-step-login.md
|
|
- hosting.md
|
|
- organizations.md
|
|
- directory-connector.md
|
|
- login-with-sso.md
|
|
- security.md
|
|
- plans-and-pricing.md
|
|
- miscellaneous.md
|
|
articles:
|
|
output: true
|
|
permalink: /article/:name/
|
|
|
|
plugins:
|
|
- jekyll-redirect-from
|