systemg 0.32.0

A simple process manager.
Documentation
{
  "$schema": "https://mintlify.com/docs.json",
  "theme": "mint",
  "name": "systemg",
  "description": "A general-purpose program composer.",
  "favicon": "/static/img/favicon/favicon.ico",
  "logo": {
    "light": "/static/img/full-logo-colored-cropped.webp",
    "dark": "/static/img/full-logo-colored-cropped.webp"
  },
  "colors": {
    "primary": "#497bd8",
    "light": "#679bfc",
    "dark": "#4463a0"
  },
  "navbar": {
    "links": [
      {
        "label": "Documentation",
        "href": "https://sysg.dev/intro"
      },
      {
        "label": "GitHub",
        "href": "https://github.com/ra0x3/systemg"
      }
    ],
    "primary": {
      "type": "button",
      "label": "Quickstart",
      "href": "https://sysg.dev/quickstart"
    }
  },
  "footer": {
    "socials": {
      "github": "https://github.com/ra0x3/systemg",
      "website": "https://sysg.dev"
    },
    "links": [
      {
        "header": "Docs",
        "items": [
          {
            "label": "Introduction",
            "href": "https://sysg.dev/intro"
          },
          {
            "label": "Quickstart",
            "href": "https://sysg.dev/quickstart"
          },
          {
            "label": "Examples",
            "href": "https://sysg.dev/examples"
          }
        ]
      },
      {
        "header": "More",
        "items": [
          {
            "label": "GitHub",
            "href": "https://github.com/ra0x3/systemg"
          },
          {
            "label": "docs.sysg.dev",
            "href": "https://sysg.dev"
          }
        ]
      }
    ]
  },
  "navigation": {
    "pages": [
      "index",
      "intro",
      "installation",
      "quickstart",
      {
        "group": "How It Works",
        "pages": [
          "how-it-works/configuration",
          "how-it-works/cron",
          "how-it-works/webhooks",
          "how-it-works/state",
          "how-it-works/logs",
          "how-it-works/privileged-mode",
          {
            "group": "Commands",
            "pages": [
              "how-it-works/commands/start",
              "how-it-works/commands/stop",
              "how-it-works/commands/restart",
              "how-it-works/commands/logs",
              "how-it-works/commands/status",
              "how-it-works/commands/inspect",
              "how-it-works/commands/purge",
              "how-it-works/commands/spawn",
              "how-it-works/commands/start-vs-spawn"
            ]
          }
        ]
      },
      "security",
      "philosophy",
      {
        "group": "Examples",
        "pages": [
          "examples/hello-world",
          "examples/crud",
          "examples/units",
          "examples/orchestrator"
        ]
      }
    ]
  },
  "redirects": [
    {
      "source": "/docs/:slug*",
      "destination": "/:slug*"
    }
  ]
}