You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Enhance documentation with titles and descriptions for various pages using YAML frontmatter.
- Introduce a custom build system for generating llms.txt and llms-full.txt from documentation files.
- Add openapi.json to .gitignore to prevent it from being tracked.
- Remove outdated llms.txt file as it is now generated dynamically.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: docs/docs/concepts/events.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: Events
3
+
description: Auditing resource state changes and operations
4
+
---
5
+
1
6
# Events
2
7
3
8
Events provide a chronological record of notable state changes and operations affecting `dstack` resources. They are designed for auditing, debugging, and understanding the lifecycle of runs, jobs, fleets, and other resources.
Copy file name to clipboardExpand all lines: docs/docs/concepts/gateways.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: Gateways
3
+
description: Managing ingress traffic and endpoints for services
4
+
---
5
+
1
6
# Gateways
2
7
3
8
Gateways manage ingress traffic for running [services](services.md), handle auto-scaling and rate limits, enable HTTPS, and allow you to configure a custom domain. They also support custom routers, such as the [SGLang Model Gateway](https://docs.sglang.ai/advanced_features/router.html#).
Copy file name to clipboardExpand all lines: docs/docs/concepts/secrets.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
---
2
+
title: Secrets
3
+
description: Managing sensitive values and credentials
4
+
---
5
+
1
6
# Secrets
2
7
3
8
Secrets allow centralized management of sensitive values such as API keys and credentials. They are project-scoped, managed by project admins, and can be referenced in run configurations to pass sensitive values to runs in a secure manner.
0 commit comments