Remove Gradio and Streamlit from Overview ToC

This commit is contained in:
revital 2025-02-23 15:46:05 +02:00
parent a923f52c22
commit f42ee0d64d

View File

@ -44,17 +44,8 @@ module.exports = {
collapsible: true, collapsible: true,
label: 'GenAI App Engine', label: 'GenAI App Engine',
items: [ items: [
'deploying_clearml/enterprise_deploy/appgw', 'deploying_clearml/enterprise_deploy/appgw',
{ 'build_interactive_models',
type: 'category',
collapsible: true,
label: 'Build Interactive Model Demos',
link: {type: 'doc', id: 'build_interactive_models'},
items: [
'webapp/applications/apps_gradio',
'webapp/applications/apps_streamlit',
],
},
'deploying_models', 'deploying_models',
'custom_apps' 'custom_apps'
] ]