Skip to content

Commit

Permalink
Replaced extension page with overview page and links to respective do…
Browse files Browse the repository at this point in the history
…cs (#644)

new file:   docs/percona-ext.md
	modified:   mkdocs-base.yml
  • Loading branch information
nastena1606 authored Aug 28, 2024
1 parent 496053c commit bd47feb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 22 additions & 0 deletions docs/percona-ext.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Percona-authored extensions

<div data-grid markdown>
<div data-banner markdown>

### :octicons-graph-16: pg_stat_monitor

A query performance monitoring tool for PostgreSQL that brings more insight and details around query performance, planning statistics and metadata. It improves observability, enabling users to debug and tune query performance with precision.

[pg_stat_monitor documentation :octicons-link-external-16:](https://docs.percona.com/pg-stat-monitor/index.html){.md-button}
</div>

<div data-banner markdown>

### :material-file-key-outline: pg_tde

An open-source extension designed to enhance PostgreSQL’s security by encrypting data files on disk. The encryption is transparent for users allowing them to access and manipulate the data and not to worry about the encryption process.

[pg_tde documentation :octicons-link-external-16:](https://percona-lab.github.io/pg_tde/main/){.md-button}

</div>
</div>
4 changes: 1 addition & 3 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ nav:
- Extensions:
- 'Extensions': extensions.md
- contrib.md
- Percona-authored extensions:
- 'pg_stat_monitor': 'pg-stat-monitor.md'
- 'pg_tde': 'pg-tde.md'
- Percona-authored extensions: percona-ext.md
- third-party.md
- Solutions:
- Overview: solutions.md
Expand Down

0 comments on commit bd47feb

Please sign in to comment.