Skip to content
forked from bitwarden/help

The help website/knowledgebase (bitwarden.com/help).

Notifications You must be signed in to change notification settings

kovacs-andras/help

 
 

Repository files navigation

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:https://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.

About

The help website/knowledgebase (bitwarden.com/help).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 68.1%
  • SCSS 15.9%
  • Ruby 8.6%
  • JavaScript 7.4%