Skip to content

Commit

Permalink
Remove the ci/cd, point contributing to the repo one
Browse files Browse the repository at this point in the history
  • Loading branch information
javisperez authored and gorkem committed Mar 7, 2024
1 parent 48c5dad commit 4a87872
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 259 deletions.
32 changes: 2 additions & 30 deletions docs/.vitepress/config.mts
Expand Up @@ -66,7 +66,7 @@ export default defineConfig({
text: 'Kitfile',
items: [
{ text: 'Overview', link: '/docs/kitfile/kf-overview' },
{ text: 'Format', link: '../pkg/artifact/kit-file.md' },
{ text: 'Format', link: '/docs/kitfile/format.md' },
{ text: 'Benefits', link: '/docs/kitfile/benefits' },
]
},
Expand All @@ -80,40 +80,12 @@ export default defineConfig({
textFormat: (text) => text.replaceAll('cli-', '')
})
},
{
text: 'MLOps with Kitfile',
items: [
{ text: 'Kit and CI/CD', link: '/docs/mlops/ci-cd' },
//{ text: 'Kit and model orchestration', link: '/docs/mlops/orchestration' },
//{ text: 'Kit and registries', link: '/docs/mlops/registries' },
]
},
/*
{
text: 'Advanced',
items: [
{ text: 'Fine-tuning', link: '/docs/mlops/ci-cd' },
{ text: 'Multi-models and Multi-tasking', link: '/docs/mlops/ci-cd' },
{ text: 'Parallel training', link: '/docs/mlops/ci-cd' },
{ text: 'Reinforcement and deep RL', link: '/docs/mlops/ci-cd' },
]
},
*/
{
text: 'Contribute',
items: [
{ text: 'Contribute to KitOps docs', link: '/' }
{ text: 'Contribute to KitOps docs', link: '/contributing' }
]
},
/*
{
text: 'Documentation Examples',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
]
}
*/
],

socialLinks: [
Expand Down
75 changes: 0 additions & 75 deletions docs/src/api-examples.md

This file was deleted.

1 change: 1 addition & 0 deletions docs/src/contributing.md
@@ -0,0 +1 @@
<!--@include: ../../CONTRIBUTING.md-->
1 change: 1 addition & 0 deletions docs/src/docs/kitfile/format.md
@@ -0,0 +1 @@
<!--@include: ../../../../pkg/artifact/kit-file.md-->
154 changes: 0 additions & 154 deletions docs/src/markdown-examples.md

This file was deleted.

0 comments on commit 4a87872

Please sign in to comment.