From e9228a8f4e3ebf67ee9da87c892afdb6860d2bc1 Mon Sep 17 00:00:00 2001 From: Rihan Arfan Date: Wed, 28 Jan 2026 18:28:58 +0000 Subject: [PATCH 01/10] feat: add examples section --- docs/.docs/components/Sandbox.vue | 39 + docs/.docs/content.config.ts | 19 + docs/.docs/layouts/examples.vue | 75 ++ docs/.docs/pages/examples/[...slug].vue | 133 +++ docs/.docs/pages/examples/index.vue | 94 +++ docs/4.examples/0.index.md | 7 + docs/package.json | 3 + docs/pnpm-lock.yaml | 1031 ++++++++++++----------- docs/pnpm-workspace.yaml | 6 +- 9 files changed, 922 insertions(+), 485 deletions(-) create mode 100644 docs/.docs/components/Sandbox.vue create mode 100644 docs/.docs/content.config.ts create mode 100644 docs/.docs/layouts/examples.vue create mode 100644 docs/.docs/pages/examples/[...slug].vue create mode 100644 docs/.docs/pages/examples/index.vue create mode 100644 docs/4.examples/0.index.md diff --git a/docs/.docs/components/Sandbox.vue b/docs/.docs/components/Sandbox.vue new file mode 100644 index 0000000000..53ddd616e6 --- /dev/null +++ b/docs/.docs/components/Sandbox.vue @@ -0,0 +1,39 @@ + + +