1
0
mirror of https://github.com/bitwarden/help synced 2025-12-25 20:53:19 +00:00
Files
help/_config.yml
fred_the_tech_writer c3a06b2cd3 - Import/Export Category, and all articles therein updated (#327)
* - 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
2020-12-17 10:32:54 -05:00

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