CtrlK
BlogDocsLog inGet started
Tessl Logo

nitinjain999/platform-skills

Production-grade platform engineering handbook — Kubernetes, Terraform, Flux CD, GitHub Actions, AWS, and more.

77

Quality

97%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

sidebars-commands.jswebsite/

// @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;

BEFORE_AFTER.md

CHANGELOG.md

CODE_OF_CONDUCT.md

COMMANDS.md

CONTRIBUTING.md

EDITOR_INTEGRATIONS.md

GETTING_STARTED.md

HOW_IT_WORKS.md

install.sh

INSTALLATION.md

LAUNCH.md

PROMPTS.md

QUICKSTART.md

README.md

renovate.json

SECURITY.md

SKILL.md

tessl.json

tile.json