Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 61c310b

Browse files
authored
docs: vite (#189)
1 parent 2ceedb5 commit 61c310b

File tree

9 files changed

+677
-141
lines changed

9 files changed

+677
-141
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ jobs:
4444

4545
- name: Run tests
4646
run: pnpm run test
47+
working-directory: packages/base-components

packages/.vitepress/config.mts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ export default defineConfig({
6363
text: 'Upgrading',
6464
link: '/upgrading',
6565
},
66+
{
67+
text: 'Usage',
68+
items: [
69+
{
70+
text: 'Vite Integration Guide',
71+
link: '/usage/vite-integration-guide',
72+
},
73+
],
74+
},
6675
],
6776
'/base-components/': [
6877
{

0 commit comments

Comments
 (0)