fix(docs): update paths in configuration and core app shell documentation

This commit is contained in:
Firman Ramdhani
2026-07-23 17:26:51 +07:00
parent 980952252d
commit 56cb8d9103
3 changed files with 6 additions and 6 deletions
@@ -418,7 +418,7 @@ function App() {
### Interactive Config Builder
The showcase demo at `apps/web/src/apps/showcase/shell-demo/` demonstrates a live, interactive config builder where every feature toggle and variant switch updates the layout in real-time. The key pattern is managing `config` state externally and passing it as a prop:
The showcase demo at `apps/showcase/src/pages/showcase-original/shell-demo/` demonstrates a live, interactive config builder where every feature toggle and variant switch updates the layout in real-time. The key pattern is managing `config` state externally and passing it as a prop:
```tsx
import { useState, useMemo } from 'react';