Skip to content

Commit ac592b7

Browse files
authored
Merge branch 'develop' into DOCS-1247-PGD-6.0-Docs
2 parents 903f4c4 + 050bfca commit ac592b7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

product_docs/docs/pem/10/considerations/pem_security_best_practices/apache_httpd_security_configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ These recommendations aren't applied automatically because they require addition
194194
### Secure HTTPD with SSL certificates
195195

196196
During PEM configuration, a self-signed certificate is generated to secure traffic between the web server and clients.
197-
To enhance security and to prevent browser warnings that the site isn't secure, we recommend that you [replace this certificate with one signed by a trusted certificate authority](../../certificates/index.mdx/#web-server-certificates).
197+
To enhance security and to prevent browser warnings that the site isn't secure, we recommend that you [replace this certificate with one signed by a trusted certificate authority](../../certificates/#web-server-certificates).
198198

199199
### Run the web server from a non-privileged user account
200200

product_docs/docs/pem/10/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ redirects:
6868
- /pem/latest/pem_online_help/06_toc_pem_bart_management/06_scheduling_bart_obsolete_backups_deletion/
6969
- /pem/latest/pem_online_help/06_toc_pem_bart_management/08_restoring_bart_backups/
7070
- /pem/latest/pem_online_help/06_toc_pem_bart_management/
71+
pdf: true
7172
---
7273

7374
Welcome to Postgres Enterprise Manager (PEM). PEM consists of components that provide the management and analytical functionality for your EDB Postgres Advanced Server or PostgreSQL database. PEM is based on the Open Source pgAdmin 4 project.

scripts/pdf/cleanup_combined_markdown.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ async function convertSvgNode(node) {
403403
const image = await fs.readFile(url.pathname, 'utf-8');
404404
const result = optimize(image, { path: url.pathname, multipass: true, plugins: svgoPlugins });
405405

406-
if (node.properties.src) {
406+
if (node.properties?.src) {
407407
let hast = unified()
408408
.use(rehypeParse, {
409409
emitParseErrors: true,

0 commit comments

Comments
 (0)