diff --git a/docs/components/home/ConceptsSection.vue b/docs/components/home/ConceptsSection.vue
index 6cd5303..a2accad 100644
--- a/docs/components/home/ConceptsSection.vue
+++ b/docs/components/home/ConceptsSection.vue
@@ -4,8 +4,12 @@
{{ concepts.title }}
{{ concepts.description }}
@@ -14,8 +18,12 @@
{{ showcases.title }}
{{ showcases.description }}
@@ -23,76 +31,76 @@
diff --git a/docs/en-US/index.md b/docs/en-US/index.md
index a574656..454caf5 100644
--- a/docs/en-US/index.md
+++ b/docs/en-US/index.md
@@ -35,25 +35,45 @@ concepts:
description: Learn the fundamental concepts that power schepta
items:
- title: Factories
+ link: /concepts/01-factories
description: How schemas become components
- title: Schema Language
+ link: /concepts/02-schema-language
description: The syntax for defining UI
- title: Provider
+ link: /concepts/03-provider
description: Global configuration and context
- title: Schema Resolution
+ link: /concepts/04-schema-resolution
description: From JSON to React/Vue
- title: Renderer
+ link: /concepts/05-renderer
description: The rendering engine
- title: Middleware
+ link: /concepts/06-middleware
description: Transforming props and behavior
- title: Debug System
+ link: /concepts/07-debug-system
description: Development tools
showcases:
title: Showcases
- description: Showcases of how to use schepta
+ description: See schepta in action with interactive examples
items:
- - title: React
- description: React example
+ - title: React Examples
+ link: /showcases/react
+ description: React with react-hook-form
+ - title: React Material UI
+ link: /showcases/material-ui
+ description: React with Material UI
+ - title: React Chakra UI
+ link: /showcases/chakra-ui
+ description: React with Chakra UI
+ - title: Vue Examples
+ link: /showcases/vue
+ description: Vue with custom form adapter
+ - title: Vue Vuetify
+ link: /showcases/vuetify
+ description: Vue with Vuetify Material Design
---