Move data best practices

This commit is contained in:
revital
2025-02-23 11:45:36 +02:00
parent 9acb5c46fa
commit d4352c7eb0

View File

@@ -238,7 +238,6 @@ module.exports = {
items: [
'clearml_data/clearml_data_cli',
'clearml_data/clearml_data_sdk',
'clearml_data/best_practices',
{
type: 'category',
collapsible: true,
@@ -707,7 +706,12 @@ module.exports = {
type: 'doc',
label: 'MLOps and LLMOps',
id: 'getting_started/mlops/mlops_best_practices'
}
},
{
type: 'doc',
label: 'Data Management',
id: 'clearml_data/best_practices'
},
],
},
]