From ff5c7f32924c2ff84b208e7a2530c95f552a80ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6bert?= Date: Fri, 15 Nov 2019 20:25:33 +0000 Subject: [PATCH] Update Rules file --- Technical-details/Rules-file.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Technical-details/Rules-file.md b/Technical-details/Rules-file.md index 590cc3c..72f7654 100644 --- a/Technical-details/Rules-file.md +++ b/Technical-details/Rules-file.md @@ -1,4 +1,6 @@ -At the moment ClearURLs knows two types of rules files. The first and the oldest one is the **[data.json](#datajson)** file. The second one is the **[data.min.json](#dataminjson)** file. The differences are described below. +At the moment ClearURLs knows three types of rules files. The first and the oldest one is the **[data.json](#datajson)** file. The second one is the **[data.min.json](#dataminjson)** file and the third one is the **[data.minify.json](#dataminifyjson)**. The differences are described below. + +*Note: If you want to implement one of these files into your project and always retrieve the current files from the repository, please use the GitLab Pages URL to access the files to preserve the GitLab infrastructure. The files are available at https://kevinroebert.gitlab.io/ClearUrls/data/$fileName$.* # data.json The **data.json** file saves all rules, exceptions and redirections, that are maintained by the ClearURLs developers and the community. This file is hosted at the GitLab repository of ClearURLs and is saved with an additional hash file, named **[rules.hash](#ruleshash)**, to ensure, that the rules are not faulty after download.