Skip to content

Commit 01cbaf0

Browse files
authored
Merge pull request #2563 from port-labs/PORT-15571-re-order-solutions-tabs-and-link-headers-to-sections
Update category positions and made header sections url linkable
2 parents c9397b4 + fc744a4 commit 01cbaf0

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

docs/solutions/engineering-360/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"label": "Engineering 360",
33
"collapsible": true,
44
"collapsed": true,
5-
"position": 2,
5+
"position": 3,
66
"customProps": {
77
"description": "Engineering 360"
88
}

docs/solutions/incident-management/_category_.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"label": "Incident management",
33
"collapsible": true,
44
"collapsed": true,
5+
"position": 2,
56
"customProps": {
67
"description": "Incident Management"
78
}

docs/solutions/resource-self-service/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"label": "Resource self-service",
33
"collapsible": true,
44
"collapsed": true,
5-
"position": 4,
5+
"position": 1,
66
"customProps": {
77
"description": "Resource Self-Service"
88
}

docs/solutions/resource-self-service/day-2-resource-lifecycle.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Managing the lifecycle of cloud resources is a critical aspect of platform engin
1010
## Day 2 tasks
1111

1212
Day 2 management includes tasks such as:
13-
- **Scaling resources** up or down based on demand
13+
- [**Scaling resources**](#scaling-resources-up-or-down-based-on-demand) up or down based on demand
1414
- [View ECS tasks and scale on-demand](/guides/all/manage-and-visualize-ecs-tasks)
1515
- [Scale Autoscaling Groups](/guides/all/manage-and-visualize-aws-autoscaling-groups)
1616
- [Start an EC2 Instance](/guides/all/visualize-and-manage-aws-ec2-instances#start-an-ec2-instance)
@@ -24,15 +24,15 @@ Day 2 management includes tasks such as:
2424

2525
<img src="/img/guides/ecsTaskDashboard2.png" alt="ECS Task Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
2626

27-
- **Patching and updating** software or configurations
27+
- [**Patching and updating**](#patching-and-updating-software-or-configurations) software or configurations
2828
- [Toggle a Feature Flag](/guides/all/manage-and-visualize-your-launchdarkly-feature-flags#toggle-a-feature-flag)
2929
- [Archive a Feature Flag](/guides/all/manage-and-visualize-your-launchdarkly-feature-flags#archive-a-feature-flag)
3030
- [Add Tags to an EKS Cluster](/guides/all/manage-your-eks-clusters#add-tags-to-an-eks-cluster)
3131
- [Rollback ArgoCD Deployment](/guides/all/rollback-argocd-deployment/)
3232

3333
<img src="/img/guides/launchDarklyDashboard2.png" alt="Launch Darkly Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
3434

35-
- **Restarting or Resyncing** to resolve issues
35+
- [**Restarting or Resyncing**](#restarting-or-resyncing-to-resolve-issues) to resolve issues
3636
- [Manage Kubernetes deployments](/guides/all/manage-your-kubernetes-deployment/)
3737
- [Reboot an EC2 Instance](/guides/all/visualize-and-manage-aws-ec2-instances#reboot-an-ec2-instance)
3838
- [Reboot RDS instances](/guides/all/visualize-your-aws-storage-configuration#reboot-an-rds-instance)
@@ -43,7 +43,7 @@ Day 2 management includes tasks such as:
4343

4444
<img src="/img/guides/ec2Dashboard2.png" alt="Reboot EC2 Instance Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
4545

46-
- **Decommissioning or archiving** resources when they're no longer needed
46+
- [**Decommissioning or archiving**](#decommissioning-or-archiving-resources-when-theyre-no-longer-needed) resources when they're no longer needed
4747
- [Terminate an EC2 Instance](/guides/all/visualize-and-manage-aws-ec2-instances#terminate-an-ec2-instance)
4848
- [Delete an RDS instance](/guides/all/visualize-your-aws-storage-configuration#delete-an-rds-instance)
4949
- [Delete a Kubernetes namespace](/guides/all/manage-kubernetes-namespaces)
@@ -52,18 +52,18 @@ Day 2 management includes tasks such as:
5252

5353
<img src="/img/guides/eksClusterDashboard.png" alt="Launch Darkly Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
5454

55-
- **Monitoring usage and health** to detect issues early
55+
- [**Monitoring usage and health**](#monitoring-usage-and-health-to-detect-issues-early) to detect issues early
5656
- [Monitor and Purge SQS queues](/guides/all/manage-and-visualize-aws-sqs-queues#purge-an-sqs-queue)
5757
- [Redrive messages from a DLQ](/guides/all/manage-and-visualize-aws-sqs-queues#redrive-messages-from-dlq)
5858

5959
<img src="/img/guides/sqsQueueDashboard2.png" alt="SQS Management Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
6060

61-
- **Rotating secrets and credentials** to mitigate risks
61+
- [**Rotating secrets and credentials**](#rotating-secrets-and-credentials-to-mitigate-risks) to mitigate risks
6262
- [Renew an ACM Certificate](/guides/all/manage-and-visualize-acm-certificates#renew-an-acm-certificate)
6363

6464
<img src="/img/guides/acmDashboard2.png" alt="ACM Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />
6565

66-
- **Identify Security Misconfigurations** in your cloud environments
66+
- [**Identify Security Misconfigurations**](#identify-security-misconfigurations-in-your-cloud-environments) in your cloud environments
6767
- [Find Issues in your AWS Storage Configuration](/guides/all/visualize-your-aws-storage-configuration/)
6868

6969
<img src="/img/guides/awsStorageAndSecurityDashboard.png" alt="AWS Storage and Security Example" width="100%" style={{border: "1px solid #ddd", borderRadius: "4px", marginBottom: "1.5rem"}} />

0 commit comments

Comments
 (0)