mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
* content updates * images * pw history * improved desktop send screenshots * BE cycle through credentials * auto-fill article titles * unhide troubleshooting * auto-fill category & resolved references to changed titles * blacklist uris doc, references, and images * remove old faq items * keychain note * update old callouts note -> info * note about deleting exported files
48 lines
821 B
YAML
48 lines
821 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
|
|
- auto-fill.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
|