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.
 
 
 
 
DanHillesheim c79b5df81d update 4 years ago
.github Pin versions of actions in workflow (#602) 5 years ago
.vscode sticky header bug (#403) 5 years ago
_articles add article back into URL for launch 4 years ago
_categories add order to categories front matter 4 years ago
_includes update 4 years ago
_layouts update links to work with netlify 4 years ago
_plugins Landing Page (#413) 5 years ago
_scss CLI touchups (#532) 5 years ago
api Staging (#294) 5 years ago
css Staging (#294) 5 years ago
files SSO Stuff (#730) 4 years ago
images fixes for event logs article; 1) add & insert missing image, 2) list missing events (#729) 4 years ago
js Landing Page (#413) 5 years ago
search Staging (#294) 5 years ago
.gitignore update 4 years ago
.node-version add .nvmrc and .node-version 4 years ago
.nojekyll move to npm scripts 7 years ago
.nvmrc add .nvmrc and .node-version 4 years ago
.ruby-version add .nvmrc and .node-version 4 years ago
404.html Staging (#294) 5 years ago
CONTRIBUTING.md Update CONTRIBUTING.md (#412) 5 years ago
Gemfile Create Gemfile 4 years ago
Gemfile.lock Create Gemfile.lock 4 years ago
README.md update bad links 4 years ago
_config-sub.yml initial commit 4 years ago
_config.yml Merge branch 'help-directory-test' into netlify-add-article-url 4 years ago
_redirects update 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 add article back into URL for launch 4 years ago
manifest.json favicons 8 years ago
netlify.toml Update netlify.toml 4 years ago
package-lock.json fix double slash (#704) 4 years ago
package.json Staging (#294) 5 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.