diff --git a/contrib/pg_tde/documentation/_resourcepdf/overrides/404.html b/contrib/pg_tde/documentation/_resourcepdf/overrides/404.html
new file mode 100644
index 0000000000000..36c0dcfc5f0bb
--- /dev/null
+++ b/contrib/pg_tde/documentation/_resourcepdf/overrides/404.html
@@ -0,0 +1,9 @@
+{#-
+ This file was automatically generated - do not edit
+ -#}
+ {% extends "main.html" %}
+ {% block content %}
+
404 - Not found
+
+ We can't find the page you are looking for. Try using the Search or return to homepage .
+ {% endblock %}
\ No newline at end of file
diff --git a/contrib/pg_tde/documentation/_resourcepdf/overrides/main.html b/contrib/pg_tde/documentation/_resourcepdf/overrides/main.html
new file mode 100644
index 0000000000000..1fca8c3d06631
--- /dev/null
+++ b/contrib/pg_tde/documentation/_resourcepdf/overrides/main.html
@@ -0,0 +1,67 @@
+{#-
+ This file was automatically generated - do not edit
+-#}
+{% extends "base.html" %}
+
+{% block announce %}
+ This is the Release Candidate 2 (RC2) of Percona Transparent Data Encryption (TDE) extension.
+
It is not recommended for production environments at this stage.
+
We encourage you to test it and give your feedback.
+ This will help us improve the product and make it production-ready faster.
+{% endblock %}
+
+{% block scripts %}
+
+{{ super() }}
+{% endblock %}
+
+ {% block extrahead %}
+ {{ super() }}
+ {% set title = config.site_name %}
+ {% if page and page.meta and page.meta.title %}
+ {% set title = title ~ " - " ~ page.meta.title %}
+ {% elif page and page.title and not page.is_homepage %}
+ {% set title = title ~ " - " ~ page.title %}
+ {% endif %}
+
+
+
+
+ {% endblock %}
+
+{% block site_nav %}
+ {% if nav %}
+ {% if page.meta and page.meta.hide %}
+ {% set hidden = "hidden" if "navigation" in page.meta.hide %}
+ {% endif %}
+
+
+
+ {% include "partials/nav.html" %}
+
+
+
+
+
+ {% endif %}
+ {% if "toc.integrate" not in features %}
+ {% if page.meta and page.meta.hide %}
+ {% set hidden = "hidden" if "toc" in page.meta.hide %}
+ {% endif %}
+
\ No newline at end of file
diff --git a/contrib/pg_tde/documentation/_resourcepdf/overrides/partials/copyright.html b/contrib/pg_tde/documentation/_resourcepdf/overrides/partials/copyright.html
new file mode 100644
index 0000000000000..d31be105f453b
--- /dev/null
+++ b/contrib/pg_tde/documentation/_resourcepdf/overrides/partials/copyright.html
@@ -0,0 +1,14 @@
+{#-
+ This file was automatically generated - do not edit
+ -#}
+
+ {% if not config.extra.generator == false %}
+ Made with
+
+ Material for MkDocs
+
+ {% endif %}
+
\ No newline at end of file
diff --git a/contrib/pg_tde/documentation/_resourcepdf/overrides/partials/header.html b/contrib/pg_tde/documentation/_resourcepdf/overrides/partials/header.html
new file mode 100644
index 0000000000000..1983ab1baef50
--- /dev/null
+++ b/contrib/pg_tde/documentation/_resourcepdf/overrides/partials/header.html
@@ -0,0 +1,135 @@
+
+
+
+{% set class = "md-header" %}
+{% if "navigation.tabs.sticky" in features %}
+ {% set class = class ~ " md-header--shadow md-header--lifted" %}
+{% elif "navigation.tabs" not in features %}
+ {% set class = class ~ " md-header--shadow" %}
+{% endif %}
+
+
+
+
+
+