mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
41 lines
1.1 KiB
Markdown
41 lines
1.1 KiB
Markdown
[](https://github.com/bitwarden/help/actions?query=workflow%3ABuild)
|
|
[](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/](https://bitwarden.com/help/)).
|
|
|
|
# Build/Run
|
|
|
|
**Requirements**
|
|
|
|
- Node.js
|
|
- [Ruby](https://www.ruby-lang.org/)
|
|
- [Jekyll](https://jekyllrb.com/)
|
|
|
|
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](https://github.com/jekyll/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.
|