diff --git a/docs/roadmap.mdx b/docs/roadmap.mdx index 6b92d69..a22c2cc 100644 --- a/docs/roadmap.mdx +++ b/docs/roadmap.mdx @@ -4,6 +4,10 @@ title: Open-source SDK task planning and roadmap hide_table_of_contents: true --- +:::warning +This page is deprecated and may not be up to date. +::: + This is an overview of task planning for the CAI open-source SDK to provide a general idea of priorities and progress. The roadmap is subject to change based on feedback and other factors. :::note diff --git a/sidebars.js b/sidebars.js index 6a4bb2a..7f61a1b 100644 --- a/sidebars.js +++ b/sidebars.js @@ -406,13 +406,7 @@ const sidebars = { label: 'Community resources', link: { type: 'doc', id: 'community-resources' }, collapsed: true, - items: [ - { - type: 'doc', - label: 'Task planning & roadmap', - id: 'roadmap', - }, - ], + items: [], }, ], };