diff --git a/about.md b/about.md
deleted file mode 120000
index dd0ea36c..00000000
--- a/about.md
+++ /dev/null
@@ -1 +0,0 @@
-index.md
\ No newline at end of file
diff --git a/docs/about.md b/docs/about.md
index 4aa9c056..6e219f51 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -1,3 +1,8 @@
+---
+hide:
+ - feedback
+---
+
# About Greenmask
## Dump anonymization and synthetic data generation tool
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 00000000..b8176103
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1 @@
+
diff --git a/mkdocs.yml b/mkdocs.yml
index 32d0e652..38006dfb 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,4 +1,4 @@
-site_name: Greenmask — PostgreSQL masking and obfuscation tool
+site_name: Greenmask — PostgreSQL database anonymization and synthetic data generation tool
# Theme
theme:
@@ -152,13 +152,46 @@ copyright: Copyright © 2024 Greenmask
extra:
+ consent:
+ title: Cookie consent
+ description: >-
+ We use cookies to recognize your repeated visits and preferences, as well
+ as to measure the effectiveness of our documentation and whether users
+ find what they're searching for. With your consent, you're helping us to
+ make our documentation better.
+ analytics:
+ provider: google
+ property: G-1LGGK7P1GD
+
+ feedback:
+ title: Was this page helpful?
+ ratings:
+ - icon: material/emoticon-happy-outline
+ name: This page was helpful
+ data: 1
+ note: >-
+ Thanks for your feedback!
+ - icon: material/emoticon-sad-outline
+ name: This page could be improved
+ data: 0
+ note: >-
+ Thanks for your feedback! Help us improve this page by using our feedback form
+
+
+
version:
provider: mike
social:
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/GreenmaskIO
- icon: fontawesome/brands/discord
- link: https://discord.gg/97AKHdGD
+ link: https://discord.com/invite/rKBKvDECfd
- icon: fontawesome/brands/github
link: https://github.com/GreenmaskIO/greenmask
@@ -166,4 +199,3 @@ plugins:
- social
- search
- mike
-# - macros
diff --git a/requirements.txt b/requirements.txt
index f4321d34..c3b74265 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,6 +12,7 @@ defusedxml==0.7.1
ghp-import==2.1.0
gitdb==4.0.11
GitPython==3.1.43
+hjson==3.1.0
idna==3.10
importlib_metadata==8.5.0
importlib_resources==6.4.5
@@ -26,6 +27,7 @@ mkdocs-get-deps==0.2.0
mkdocs-git-authors-plugin==0.9.0
mkdocs-git-committers-plugin-2==2.4.1
mkdocs-git-revision-date-localized-plugin==1.2.9
+mkdocs-macros-plugin==1.3.5
mkdocs-material==9.5.40
mkdocs-material-extensions==1.3.1
packaging==24.1
@@ -46,6 +48,8 @@ requests==2.32.3
six==1.16.0
smmap==5.0.1
soupsieve==2.6
+super_collections==0.5.3
+termcolor==2.5.0
tinycss2==1.3.0
urllib3==2.2.3
verspec==0.1.0