Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.
77
97%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
// ── Commands sidebar ───────────────────────────────────────────────
commandsSidebar: [
{
type: 'category',
label: 'Kubernetes',
items: [
{ type: 'doc', id: 'helmchart' },
{ type: 'doc', id: 'keda' },
{ type: 'doc', id: 'karpenter' },
],
},
{
type: 'category',
label: 'GitOps',
items: [
{ type: 'doc', id: 'fluxcd' },
{ type: 'doc', id: 'gitops' },
],
},
{
type: 'category',
label: 'Terraform',
items: [
{ type: 'doc', id: 'terraform' },
],
},
{
type: 'category',
label: 'AWS & Azure',
items: [
{ type: 'doc', id: 'aws' },
{ type: 'doc', id: 'aws-profile' },
],
},
{
type: 'category',
label: 'GitHub Actions & CI',
items: [
{ type: 'doc', id: 'composite-actions' },
{ type: 'doc', id: 'commit' },
{ type: 'doc', id: 'renovate' },
],
},
{
type: 'category',
label: 'Security',
items: [
{ type: 'doc', id: 'kyverno' },
{ type: 'doc', id: 'opa' },
{ type: 'doc', id: 'supply-chain' },
{ type: 'doc', id: 'runtime-security' },
{ type: 'doc', id: 'trivy' },
{ type: 'doc', id: 'checkov' },
{ type: 'doc', id: 'linkerd' },
],
},
{
type: 'category',
label: 'Observability',
items: [
{ type: 'doc', id: 'observability' },
{ type: 'doc', id: 'datadog' },
{ type: 'doc', id: 'dynatrace' },
],
},
{
type: 'category',
label: 'Linux & Networking',
items: [
{ type: 'doc', id: 'linux' },
],
},
{
type: 'category',
label: 'Platform Engineering',
items: [
{ type: 'doc', id: 'debug' },
{ type: 'doc', id: 'preflight' },
{ type: 'doc', id: 'product' },
{ type: 'doc', id: 'dora' },
{ type: 'doc', id: 'chaos' },
{ type: 'doc', id: 'compliance' },
{ type: 'doc', id: 'pr-review' },
{ type: 'doc', id: 'document' },
{ type: 'doc', id: 'awesome-docs' },
{ type: 'doc', id: 'mcp' },
{ type: 'doc', id: 'triage' },
{ type: 'doc', id: 'self-improve' },
],
},
{
type: 'category',
label: 'Agent Setup',
items: [
{ type: 'doc', id: 'setup-agents' },
],
},
],
};
module.exports = sidebars;.claude-plugin
.github
assets
commands
docs
examples
agent-self-improve
argocd
awesome-docs
aws
cloudfront
functions
lambda-edge
functions
azure
compliance
conventional-commits
datadog
llm-observability
demo
documentation
dora
dynatrace
fluxcd
github-actions
composite-actions
configure-cloud
db-migrate
docker-build-push
k8s-deploy
notify-slack
pr-comment
release-tag
security-scan
setup-env
setup-terraform
terraform-plan
helm
web-service
templates
karpenter
kubernetes
kyverno
mcp
observability
openshift
pr-review
ownership
runtime-security
setup-agents
terraform
references
skills
platform-skills
tests
website