docs: add Query documentation (#9079)
- Replace remote query documentation with new Query documentation - Add redirect from old remote query to new query documentation - Update remote query usages across docs to use new query usage.
This commit is contained in:
@@ -17,7 +17,7 @@ export const arrowHighlights = [
|
||||
|
||||
```ts highlights={arrowHighlights}
|
||||
// Don't
|
||||
function ProductWidget () {
|
||||
function ProductWidget() {
|
||||
// ...
|
||||
}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ const ProductWidget = () => {
|
||||
}
|
||||
|
||||
fetch(`/admin/products`, {
|
||||
credentials: "include"
|
||||
credentials: "include",
|
||||
})
|
||||
.then((res) => res.json())
|
||||
.then(({ count }) => {
|
||||
|
||||
Reference in New Issue
Block a user