diff --git a/README.md b/README.md
index 1d46a44fc..f5cb6301b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-# Search-Based Applications (SBA)
+# Search-Based Applications (SBA) (Deprecated)
+SBA are now done under the [Mint](https://github.com/sinequa/sba-mint) project.
## Please visit our [documentation website](https://sinequa.github.io/sba-angular/)
diff --git a/docusaurus/static/_includes/head_custom.html b/docusaurus/static/_includes/head_custom.html
deleted file mode 100644
index 7bd88c708..000000000
--- a/docusaurus/static/_includes/head_custom.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% if site.google_analytics and jekyll.environment == 'production' %}
-
-
-
-
-
-{% endif %}
-
-
-
-
-
diff --git a/package-lock.json b/package-lock.json
index a6575d663..d681e2b4c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ng-ws",
- "version": "11.13.0",
+ "version": "11.14.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ng-ws",
- "version": "11.13.0",
+ "version": "11.14.0",
"workspaces": [
"projects/*"
],
diff --git a/package.json b/package.json
index c102c9dd0..4283083b6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng-ws",
- "version": "11.13.0",
+ "version": "11.14.0",
"workspaces": [
"projects/*"
],