Skip to content

Commit 5abfb20

Browse files
committed
fix broken links
Signed-off-by: Javis Pérez <javis@jozu.com>
1 parent 8a24de1 commit 5abfb20

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

docs/src/docs/kitops-ts/getting-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ try {
5555
|---|---|
5656
| `KITOPS_CLI_PATH` | Full path to the `kit` binary. Defaults to `kit` (resolved via `PATH`). |
5757

58-
## Next steps
59-
60-
- [API Reference](./api-reference.md) — All available commands and their options
61-
- [Examples](./examples.md) — Common workflow walkthroughs

docs/src/docs/kitops-ts/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ await pack('.', { tag: 'ghcr.io/my-org/my-model:v1.0.0' });
2020
await push('ghcr.io/my-org/my-model:v1.0.0');
2121
```
2222

23-
## Documentation
24-
25-
- [Getting Started](./getting-started.md) — Installation, requirements, and a quick start guide
26-
- [API Reference](./api-reference.md) — Full documentation for all commands and types
27-
- [Examples](./examples.md) — Annotated walkthroughs of common workflows
28-
2923
## Related
3024

3125
- [KitOps](https://kitops.org) — The ModelKit standard and CLI

0 commit comments

Comments
 (0)