diff --git a/docs/components/organisms/SectionContentItem.vue b/docs/components/organisms/SectionContentItem.vue
index 38edd541bc..1f0517e3c4 100644
--- a/docs/components/organisms/SectionContentItem.vue
+++ b/docs/components/organisms/SectionContentItem.vue
@@ -13,8 +13,9 @@
>
-
{{ description }} @@ -35,6 +36,10 @@ export default defineComponent({ type: String, default: '' }, + soon: { + type: Boolean, + default: false + }, hoverClass: { type: String, default: '' diff --git a/docs/content/index.md b/docs/content/index.md index 7ad9d00610..b5bc9cc2eb 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -53,6 +53,7 @@ Nuxt 3 has been re-architected with a smaller core and optimized for faster perf :: ::section-content-item --- + soon: true title: Hybrid description: 'Incremental Static Generation and other advanced modes are now possible.' image: IconHybrid @@ -85,6 +86,7 @@ Nuxt 3 has been re-architected with a smaller core and optimized for faster perf :: ::section-content-item --- + soon: true title: Nuxt Devtools description: 'Work faster with info and quick fixes right in the browser.' image: IconDevtools