Skip to content

Commit afbde0a

Browse files
committed
fix(docs): url 404 error
1 parent c866b07 commit afbde0a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs/index.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lastUpdated: false
1313
<div class="category-group">
1414
<h3 class="category-title">🔢 Array</h3>
1515
<div class="method-grid">
16-
<a href="/packages/utils/array/get-array-first" class="method-card">
16+
<a href="/use/packages/utils/array/get-array-first" class="method-card">
1717
<div class="method-name">getArrayFirst</div>
1818
<p class="method-desc">Safely retrieve the first element of any array-like variable.</p>
1919
</a>
@@ -23,7 +23,7 @@ lastUpdated: false
2323
<div class="category-group">
2424
<h3 class="category-title">📅 Date</h3>
2525
<div class="method-grid">
26-
<a href="/packages/utils/date/format" class="method-card">
26+
<a href="/use/packages/utils/date/format" class="method-card">
2727
<div class="method-name">format</div>
2828
<p class="method-desc">Ultra-lightweight date formatter with flexible templates.</p>
2929
</a>
@@ -34,7 +34,7 @@ lastUpdated: false
3434
<div class="category-group">
3535
<h3 class="category-title">📱 Device</h3>
3636
<div class="method-grid">
37-
<a href="/packages/utils/device/is-ios" class="method-card">
37+
<a href="/use/packages/utils/device/is-ios" class="method-card">
3838
<div class="method-name">isIOS</div>
3939
<p class="method-desc">Reliable detection for Apple iOS environments and webviews.</p>
4040
</a>
@@ -44,7 +44,7 @@ lastUpdated: false
4444
<div class="category-group">
4545
<h3 class="category-title">⚙️ Function</h3>
4646
<div class="method-grid">
47-
<a href="/packages/utils/function/idempotent" class="method-card">
47+
<a href="/use/packages/utils/function/idempotent" class="method-card">
4848
<div class="method-name">idempotent</div>
4949
<p class="method-desc">Ensure critical functions are only executed once in the lifecycle.</p>
5050
</a>
@@ -54,15 +54,15 @@ lastUpdated: false
5454
<div class="category-group">
5555
<h3 class="category-title">📦 Object</h3>
5656
<div class="method-grid">
57-
<a href="/packages/utils/object/define-map" class="method-card">
57+
<a href="/use/packages/utils/object/define-map" class="method-card">
5858
<div class="method-name">defineMap</div>
5959
<p class="method-desc">Transform dictionaries into typed records or flattened arrays.</p>
6060
</a>
61-
<a href="/packages/utils/object/to-raw-type" class="method-card">
61+
<a href="/use/packages/utils/object/to-raw-type" class="method-card">
6262
<div class="method-name">toRawType</div>
6363
<p class="method-desc">Get the underlying JS [[Class]] type as a readable string.</p>
6464
</a>
65-
<a href="/packages/utils/object/pick" class="method-card">
65+
<a href="/use/packages/utils/object/pick" class="method-card">
6666
<div class="method-name">pick</div>
6767
<p class="method-desc">Create a new object by picking specific keys from another.</p>
6868
</a>
@@ -72,7 +72,7 @@ lastUpdated: false
7272
<div class="category-group">
7373
<h3 class="category-title">🖥️ Screen</h3>
7474
<div class="method-grid">
75-
<a href="/packages/utils/screen/return-is-rotation-function" class="method-card">
75+
<a href="/use/packages/utils/screen/return-is-rotation-function" class="method-card">
7676
<div class="method-name">returnIsRotationFunction</div>
7777
<p class="method-desc">Stateful detector for identifying device orientation changes.</p>
7878
</a>
@@ -82,7 +82,7 @@ lastUpdated: false
8282
<div class="category-group">
8383
<h3 class="category-title">💾 Storage</h3>
8484
<div class="method-grid">
85-
<a href="/packages/utils/storage/" class="method-card">
85+
<a href="/use/packages/utils/storage/" class="method-card">
8686
<div class="method-name">storage</div>
8787
<p class="method-desc">Type-safe JSON wrappers for localStorage and sessionStorage.</p>
8888
</a>
@@ -98,7 +98,7 @@ lastUpdated: false
9898
<div class="category-group">
9999
<h3 class="category-title">⌨️ Keyboard</h3>
100100
<div class="method-grid">
101-
<a href="/packages/vue-use/use-keyboard-detector" class="method-card highlight-vue">
101+
<a href="/use/packages/vue-use/use-keyboard-detector" class="method-card highlight-vue">
102102
<div class="method-name">useKeyboardDetector</div>
103103
<p class="method-desc">Complete toolkit for virtual keyboard height and visibility tracking.</p>
104104
</a>
@@ -108,7 +108,7 @@ lastUpdated: false
108108
<div class="category-group">
109109
<h3 class="category-title">📜 Scroll</h3>
110110
<div class="method-grid">
111-
<a href="/packages/vue-use/use-scroll-parent" class="method-card highlight-vue">
111+
<a href="/use/packages/vue-use/use-scroll-parent" class="method-card highlight-vue">
112112
<div class="method-name">useScrollParent</div>
113113
<p class="method-desc">Find the nearest scrollable element for any dynamic DOM node.</p>
114114
</a>

0 commit comments

Comments
 (0)