mirror of
https://github.com/bitwarden/help
synced 2025-12-10 05:13:43 +00:00
0ab2dc010c647f9a6b7ce31ed11442bd5bebf55b
* Add examples to clarify Host/Regular expression Add an example to the Host section illustrating that Host not only doesn't match parent domains but also doesn't match subdomains Add an example to Regular expression illustrating that the example regex matches substrings of the URI (because there is no end of string character) * Revert the regex example and change the regex Instead of adding an example to the Regular expression section to clarify that the regex shown doesn't require the string end in google.com, let's instead change the regex to end in a `$` and all the existing examples make a lot more sense.
Bitwarden Help Center
The Bitwarden help center project is written using Jekyll, which is hosted/deployed to a GitHub pages branch (https://help.bitwarden.com/).
Build/Run
Requirements
Run the following commands:
npm installnpm run build:watch
You can now access the help center at http://localhost:4009.
Contribute
Article contributions are welcome! Please commit any pull requests against the master branch.
Description
Languages
HTML
68.6%
SCSS
15.8%
Ruby
8.4%
JavaScript
7.2%