mirror of
https://github.com/bitwarden/help
synced 2025-12-25 20:53:19 +00:00
* - Import/Export Category, and all articles therein updated - New Article: "Conditioning a Bitwarden .csv or .json", and associated samples - Updated Android & iOS "Getting Started" articles - Vault Timeout session termination clarification - CLI article `bw generate` updates - Non-NFC YubiKey updates - Shuffled categories in nav (1st of many) - Assorted images * Update import-to-org.md fix to link
38 lines
579 B
YAML
38 lines
579 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
|
|
- import-export.md
|
|
- two-step-login.md
|
|
articles:
|
|
output: true
|
|
permalink: /article/:name/
|
|
|
|
plugins:
|
|
- jekyll-redirect-from
|