Skip to content

Commit

Permalink
Added a banner about non-GA versions to docs (#181)
Browse files Browse the repository at this point in the history
modified:   documentation/_resource/overrides/main.html
	modified:   documentation/docs/index.md
  • Loading branch information
nastena1606 authored Apr 25, 2024
1 parent 539472a commit ae477c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions documentation/_resource/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
-#}
{% extends "base.html" %}

{% block announce %}
This is an Alpha1 version of Percona Transparent Encryption extension and it is
<strong>not recommended for production environments</strong> yet. 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 %}
<script src="https://cmp.osano.com/Azqe5vTyLOSbN3OuT/49ad85b5-0418-4794-ab81-7599dddd534c/osano.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `pg_tde` documentation [Aplha1]
# `pg_tde` documentation

`pg_tde` is the extension that brings in [Transparent Data Encryption (TDE)](tde.md) to PostgreSQL and enables users to keep sensitive data safe and secure. It enables users to configure encryption differently for each database, encrypting specific tables in some databases with different encryption keys, while keeping others non encrypted.

Expand Down

0 comments on commit ae477c0

Please sign in to comment.