8000 DOCS-feedback-updates by Andriciuc · Pull Request #346 · percona/postgres · GitHub
[go: up one dir, main page]

Skip to content

DOCS-feedback-updates #346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 21, 2025
Prev Previous commit
Next Next commit
Update mkdocs.yml
  • Loading branch information
Andriciuc committed May 12, 2025
commit e0a767d1b84cfffbcbe08f27f4ec44b671b6faf1
21 changes: 11 additions & 10 deletions contrib/pg_tde/documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,16 @@ plugins:
- macros:
include_yaml:
- 'variables.yml' # Use in markdown as '{{ VAR }}'
#- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
# output_path: '_pdf/PerconaTDE.pdf'
# cover_title: 'Percona Transparent Data Encryption'
# cover_subtitle: Release Candidate (2025-03-27)
# author: 'Percona Technical Documentation Team'
# cover_logo: docs/_images/Percona_Logo_Color.png
# debug_html: false
# two_columns_level: 3
# custom_template_path: _resource/templates
# enabled_if_env: ENABLE_PDF_EXPORT
- with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaTDE.pdf'
cover_title: 'Percona Transparent Data Encryption'
cover_subtitle: Release Candidate (2025-03-27)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.png
debug_html: false
two_columns_level: 3
custom_template_path: _resource/templates
enabled_if_env: ENABLE_PDF_EXPORT

extra:
version:
Expand Down Expand Up @@ -193,6 +193,7 @@ nav:
- faq.md
- "Release Notes":
- "pg_tde release notes": release-notes/release-notes.md
- release-notes/rc2.md
- release-notes/rc.md
- release-notes/beta2.md
- release-notes/beta.md
Expand Down
0