The help website/knowledgebase (bitwarden.com/help).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
fred_the_tech_writer 18aa730c01
Temporarily remove sqlite from KC documentation & diagram. (#861)
4 years ago
.bundle Promote to Master (#748) 4 years ago
.github add redirects (#755) 4 years ago
.vscode sticky header bug (#403) 5 years ago
_articles Temporarily remove sqlite from KC documentation & diagram. (#861) 4 years ago
_categories add redirects (#755) 4 years ago
_includes adds missing referrer to links (#770) 4 years ago
_layouts initial commit (#776) 4 years ago
_plugins Landing Page (#413) 5 years ago
_scss Subscribe to Release Notes (#768) 4 years ago
api Staging (#294) 5 years ago
css Staging (#294) 5 years ago
files SSO Stuff (#730) 4 years ago
images Temporarily remove sqlite from KC documentation & diagram. (#861) 4 years ago
js Landing Page (#413) 5 years ago
search Staging (#294) 5 years ago
vendor/bundle/ruby/2.6.0 Promote to Master (#748) 4 years ago
.gitignore Promote to Master (#748) 4 years ago
.node-version Promote to Master (#748) 4 years ago
.nojekyll move to npm scripts 7 years ago
.nvmrc Promote to Master (#748) 4 years ago
.ruby-version Promote to Master (#748) 4 years ago
404.html Staging (#294) 5 years ago
CONTRIBUTING.md Update CONTRIBUTING.md (#412) 5 years ago
Gemfile Promote to Master (#748) 4 years ago
Gemfile.lock Nav update (#798) 4 years ago
README.md Promote to Master (#748) 4 years ago
_config-sub.yml Promote to Master (#748) 4 years ago
_config.yml Promote to Master (#748) 4 years ago
_redirects Promote to Master (#748) 4 years ago
browserconfig.xml favicons 8 years ago
crypto.html added stretched master key. bootstrap 4. 6 years ago
favicon.ico favicons 8 years ago
gulpfile.js Staging (#294) 5 years ago
index.html Nav update (#798) 4 years ago
manifest.json favicons 8 years ago
netlify.toml Promote to Master (#748) 4 years ago
package-lock.json Nav update (#798) 4 years ago
package.json Promote to Master (#748) 4 years ago
robots.txt update robots.txt 6 years ago
sitemap.xml help sitemap (#141) 5 years ago

README.md

Build Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Help Center

The Bitwarden help center project is written using Jekyll, which is deployed at (https://bitwarden.com/help/).

Build/Run

Requirements

Run the following commands:

  • npm install
  • npm run build:watch

You can now access the help center at http://localhost:4009.

Ruby Gems

Jekyll Redirect From

To use jekyll-redirect-from add redirect_from to the YAML front-matter of your page or post. For example:

---
title: 10 Tips to Choosing a Password Manager for Your Team
layout: post
author: Gary Orenstein
redirect_from: /blog/10-tips-choosing-password-manager-for-teams/
---

Contribute

Article contributions are welcome! Please commit any pull requests against the master branch. Please see CONTRIBUTING.md for more info.