Skip to content

Commit 6c51323

Browse files
kitops-bot[bot]javisperezjavisperez
authored
Update kitops-ts documentation (#1129)
* Update kitops-ts documentation Update kitops-ts documentation to reflect commit da05444fb3f18a7e7c266332e5caf736ab8a0c79 in repository https://github.com/kitops-ml/kitops-ts Signed-off-by: GitHub <noreply@github.com> * Update config.mts Signed-off-by: Javis Pérez <javis@jozu.com> * Move the docs to the right path Signed-off-by: Javis Pérez <javis@jozu.com> * fix broken links Signed-off-by: Javis Pérez <javis@jozu.com> * Update kitops-ts documentation Update kitops-ts documentation to reflect commit 58045884b132a050a16da917f44a428a336971b6 in repository https://github.com/kitops-ml/kitops-ts Signed-off-by: GitHub <noreply@github.com> * Fix the build Signed-off-by: Javis Pérez <javis@jozu.com> * redirect from /docs to /docs/overview Signed-off-by: Javis Pérez <javis@jozu.com> --------- Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Javis Pérez <javis@jozu.com> Co-authored-by: javisperez <4766570@users.noreply.github.com> Co-authored-by: Javis Pérez <javis@jozu.com>
1 parent 85bf690 commit 6c51323

9 files changed

Lines changed: 1902 additions & 114 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@ export default defineConfig({
126126
{ text: 'Class Reference', link: '/docs/pykitops/reference/' },
127127
]
128128
},
129+
{
130+
text: 'Kit TypeScript Library',
131+
items: [
132+
{ text: 'Overview', link: '/docs/kitops-ts' },
133+
{ text: 'Getting Started', link: '/docs/kitops-ts/getting-started/' },
134+
{ text: 'API Reference', link: '/docs/kitops-ts/api-reference/' },
135+
{ text: 'Examples', link: '/docs/kitops-ts/examples/' },
136+
]
137+
},
129138
{
130139
text: 'Integrations',
131140
items: [

docs/.vitepress/theme/posts.cache.json

Lines changed: 482 additions & 114 deletions
Large diffs are not rendered by default.

docs/src/docs/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: page
3+
title: Redirecting...
4+
head:
5+
- - meta
6+
- http-equiv: refresh
7+
content: '0; url=/docs/overview/'
8+
---
9+
10+
<script>
11+
if (typeof window !== 'undefined') {
12+
window.location.replace('/docs/overview/')
13+
}
14+
</script>
15+
16+
<!-- AGENT_MODIFIED: Human review required before merge -->

0 commit comments

Comments
 (0)