Skip to content

Commit 2158319

Browse files
authored
docs: reorganize InputMetadata fields by semantic categories and enhance JSDoc (#22)
* docs: reorganize InputMetadata fields by semantic categories and enhance JSDoc * Add twelve-beans-tan.md
1 parent 6d48f76 commit 2158319

3 files changed

Lines changed: 266 additions & 220 deletions

File tree

.changeset/twelve-beans-tan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tanstack-meta": patch
3+
---
4+
5+
docs: reorganize InputMetadata fields by semantic categories and enhance JSDoc

packages/meta/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -67,30 +67,30 @@ An object containing `meta` and `links` properties, which can be used as the ret
6767
- `description`
6868
- `applicationName`
6969
- `authors`
70-
- `manifest`
7170
- `generator`
72-
- `keywords`
7371
- `referrer`
72+
- `viewport`
73+
- `other`
74+
- `robots`
75+
- `keywords`
76+
- `pagination`
77+
- `openGraph`
78+
- `twitter`
79+
- `facebook`
80+
- `pinterest`
81+
- `manifest`
82+
- `icons`
83+
- `appleWebApp`
84+
- `appLinks`
85+
- `itunes`
86+
- `alternates`
87+
- `verification`
7488
- `creator`
7589
- `publisher`
76-
- `robots`
7790
- `abstract`
7891
- `archives`
7992
- `assets`
8093
- `bookmarks`
81-
- `pagination`
8294
- `category`
8395
- `classification`
84-
- `other`
85-
- `alternates`
86-
- `itunes`
87-
- `facebook`
88-
- `pinterest`
8996
- `formatDetection`
90-
- `verification`
91-
- `appleWebApp`
92-
- `openGraph`
93-
- `twitter`
94-
- `appLinks`
95-
- `icons`
96-
- `viewport`

0 commit comments

Comments
 (0)