Skip to content

Commit b7be262

Browse files
committed
Remove CTA image, bump up headings
Signed-off-by: Dj Walker-Morgan <[email protected]>
1 parent 56c9153 commit b7be262

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

advocacy_docs/security/index.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,29 @@ directoryDefaults:
55
iconName: Security
66
indexCards: full
77
hideKBLink: true
8+
deepToC: true
89
navigation:
10+
- '#Guides'
911
- securing-postgresql
1012
- securing-epas
1113
- securing-pgd
14+
- '#Resources'
1215
- notifications
1316
---
1417

1518
This is the EDB Security Hub. It's a collection of resources to help you secure your PostgreSQL and EDB Postgres Databases, with everything from practical guides on how to secure your database, to the latest security updates and patches.
1619

1720
import TrustCenterLogo from './images/trust-center.png'
1821

19-
<CTA image={TrustCenterLogo} actions={{url: "https://trust.enterprisedb.com", text: "Go to the Trust Center"}}>
22+
<CTA actions={{url: "https://trust.enterprisedb.com", text: "Go to the Trust Center"}}>
2023

2124
If you are looking for a higher-level overview of EDB's security posture, practices and commitments, you may want to check out the EDB Trust Center
2225

2326
</CTA>
2427

25-
If you are looking for a higher-level overview of EDB's security posture, practices and commitments, you may want to check out the **[EDB Trust Center](https://trust.enterprisedb.com)**.
28+
## What's in the Security Hub?
29+
30+
### Guides
2631

2732
**[Securing PostgreSQL](securing-postgresql)** - This section provides a comprehensive guide on how to secure your PostgreSQL database. It covers everything from the basics of authentication and authorization, to more advanced topics such as encryption and auditing.
2833
* [PostgreSQL Security 101]() - The essentials of PostgreSQL security for those new to securing their database.
@@ -33,4 +38,9 @@ If you are looking for a higher-level overview of EDB's security posture, practi
3338

3439
**[Securing EDB Postgres Distributed](securing-pgd)** - This section provides a comprehensive guide on how to secure your EDB Postgres Distributed and the needs of a distributed database. Building on the Postgres and EPAS security guides, this section covers the unique security considerations for distributed databases.
3540

36-
**[Notifications](notifications)** - This is where you'll find reported security vulnerabilities and details on how to address them. This includes flaws which have been fixed in the PostgreSQL community and assessments on how they impact EDB users, as well as any advisories and fixes released by EDB.
41+
### Resources
42+
43+
**[Notifications](notifications)** - This is where you'll find reported security vulnerabilities and details on how to address them. This includes flaws which have been fixed in the PostgreSQL community and assessments on how they impact EDB users, as well as any advisories and fixes released by EDB.
44+
45+
---
46+

0 commit comments

Comments
 (0)