Skip to content

Commit a0496fa

Browse files
docs: drop .md extension from database-management overview links
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent 7c43843 commit a0496fa

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/platform/guides/database-management/overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ section_menu_id: guides
2020

2121
### Key Sections
2222

23-
- **[Database Usage & Insights](../database-usage-insight.md):** Monitor resource consumption and get at-a-glance health information for a database.
24-
- **[Scaling Databases](../scaling.md) / [Scaling Storages](../scaling-storage.md):** Adjust CPU, memory, replica count, or storage size — manually or through autoscaling policies.
25-
- **[Configure Backups](../backup.md), [Instant Backup & Restore](../instant-backup-restore.md), [Backup Restore](../restore.md):** Set up scheduled backups, trigger on-demand backups, and restore data when needed.
26-
- **[Upgrade Database Version](../upgrade-version.md), [Database Restarts](../restart-database.md), [Reconfigure Databases](../reconfigure-database.md):** Perform version upgrades, restarts, and configuration changes with minimal disruption.
27-
- **[Configure TLS](../tls.md), [Configure Monitoring](../monitoring.md), [Expose via Gateway](../expose-via-gateway.md):** Secure connections, enable Prometheus-based monitoring, and expose databases outside the cluster.
28-
- **[Manage Recommendations](../manage-recommendations.md), [Database Security Report](../security-report.md), [Database Constraint Violations](../contraint-violations.md):** Review platform-generated recommendations and compliance findings for a database.
29-
- **[Delete Database](../delete-database.md):** Safely remove a database and its associated resources.
23+
- **[Database Usage & Insights](../database-usage-insight):** Monitor resource consumption and get at-a-glance health information for a database.
24+
- **[Scaling Databases](../scaling) / [Scaling Storages](../scaling-storage):** Adjust CPU, memory, replica count, or storage size — manually or through autoscaling policies.
25+
- **[Configure Backups](../backup), [Instant Backup & Restore](../instant-backup-restore), [Backup Restore](../restore):** Set up scheduled backups, trigger on-demand backups, and restore data when needed.
26+
- **[Upgrade Database Version](../upgrade-version), [Database Restarts](../restart-database), [Reconfigure Databases](../reconfigure-database):** Perform version upgrades, restarts, and configuration changes with minimal disruption.
27+
- **[Configure TLS](../tls), [Configure Monitoring](../monitoring), [Expose via Gateway](../expose-via-gateway):** Secure connections, enable Prometheus-based monitoring, and expose databases outside the cluster.
28+
- **[Manage Recommendations](../manage-recommendations), [Database Security Report](../security-report), [Database Constraint Violations](../contraint-violations):** Review platform-generated recommendations and compliance findings for a database.
29+
- **[Delete Database](../delete-database):** Safely remove a database and its associated resources.
3030

3131
Each operation is exposed as a dedicated form or panel in the left sidebar of a database's detail page. Under the hood, most actions are translated into Kubernetes `OpsRequest` custom resources, so every change is applied declaratively and can be tracked through its lifecycle — giving you the convenience of a UI with the auditability of GitOps-style operations.

0 commit comments

Comments
 (0)