Skip to content

Update category positions and made header sections url linkable #2563

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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/solutions/engineering-360/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"label": "Engineering 360",
"collapsible": true,
"collapsed": true,
"position": 2,
"position": 3,
"customProps": {
"description": "Engineering 360"
}
Expand Down
1 change: 1 addition & 0 deletions docs/solutions/incident-management/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"label": "Incident management",
"collapsible": true,
"collapsed": true,
"position": 2,
"customProps": {
"description": "Incident Management"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/solutions/resource-self-service/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"label": "Resource self-service",
"collapsible": true,
"collapsed": true,
"position": 4,
"position": 1,
"customProps": {
"description": "Resource Self-Service"
}
Expand Down
14 changes: 7 additions & 7 deletions docs/solutions/resource-self-service/day-2-resource-lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Managing the lifecycle of cloud resources is a critical aspect of platform engin
## Day 2 tasks

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

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

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

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

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

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

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

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

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

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

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

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

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

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