···22import starlight from "@astrojs/starlight";
33import tailwindcss from "@tailwindcss/vite";
44import { defineConfig, envField } from "astro/config";
55+import starlightLlmsTxt from "starlight-llms-txt";
56import starlightSidebarTopics from "starlight-sidebar-topics";
67import Icons from "unplugin-icons/vite";
78···258259 link: "https://api.openstatus.dev/v1",
259260 },
260261 ]),
262262+ starlightLlmsTxt({
263263+ projectName: "OpenStatus Documentation",
264264+ description:
265265+ "OpenStatus is an open-source global uptime monitoring platform that offers a status page and monitoring as code.",
266266+ }),
261267 ],
262268 }),
263269 ],
···11+# OpenStatus
22+33+> OpenStatus is an open-source global uptime monitoring platform that offers a status page and monitoring as code.
44+55+## Features
66+77+- Uptime Monitoring: Monitor the availability and performance of your services globally.
88+- Status Page: Create a custom status page to display the status of your services.
99+- Monitoring as Code: Define your monitoring checks using YAML.
1010+- Alerting: Configure email, Slack, or other notification channels for alerts.
1111+- CLI: Manage OpenStatus using a command-line interface.
1212+1313+## Documentation
1414+1515+- [Documentation](https://docs.openstatus.dev/)