Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document completeProvider as optional in data.min.json #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/specs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Every provider has the parent element **providers**, it holds the reference to a
Every provider has the following properties:

- `urlPattern` (required)
- `completeProvider` (required)
- `completeProvider` (optional)
- `rules` (optional)
- `rawRules` (optional)
- `referralMarketing` (optional)
Expand Down Expand Up @@ -129,4 +129,4 @@ The [**data.minify.json**](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/arti
file is automatically generated by the GitLab CI runner from the **data.min.json** file and also the corresponding
[**rules.minify.hash** file](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/rules.minify.hash?job=hash%20rules).
The **data.minify.json** is a minimal version of the **data.min.json** file where all line breaks and spaces,
as well as default values and empty lists, are removed to save bandwidth.
as well as default values and empty lists, are removed to save bandwidth.