1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 05:13:43 +00:00
Gene Wood 0ab2dc010c Add examples to clarify Host and Regular expression URI match behavior (#41)
* 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.
2019-01-31 17:44:31 -05:00
2018-10-29 13:59:39 -04:00
2017-05-23 00:33:59 -04:00
sri
2018-11-27 16:24:01 -05:00
2018-05-17 16:23:39 -04:00
2018-05-23 11:49:56 -04:00
2017-05-22 18:39:21 -04:00
2017-10-30 17:06:01 -04:00
2018-10-29 14:16:31 -04:00
2018-09-22 15:59:25 -04:00
2018-09-22 15:59:25 -04:00
404
2017-05-23 00:27:02 -04:00
2017-10-11 09:23:09 -04:00
2016-10-08 00:32:04 -04:00
2018-02-27 15:25:55 -05:00
2017-10-11 09:23:09 -04:00
2018-11-27 16:13:26 -05:00
2017-08-24 17:08:05 -04:00
2017-10-11 09:23:09 -04:00
2018-11-27 16:17:36 -05:00
2018-11-27 16:17:36 -05:00
2018-09-22 15:59:25 -04:00

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

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 install
  • npm 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
No description provided
Readme 200 MiB
Languages
HTML 68.6%
SCSS 15.8%
Ruby 8.4%
JavaScript 7.2%