Skip to content

Commit d68c804

Browse files
committed
docs: Fix broken links and remove unused links
1 parent c4896bd commit d68c804

File tree

90 files changed

+46
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+46
-194
lines changed

docs/pages/product/apis-integrations/graphql-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,6 @@ to our query as follows:
232232
[ref-websockets]: /product/apis-integrations/rest-api/real-time-data-fetch#web-sockets
233233
[ref-subscriptions]: /product/apis-integrations/rest-api/real-time-data-fetch#client-subscriptions
234234
[ref-compare-date-range]: /product/apis-integrations/queries#compare-date-range-query
235-
[ref-metadata]: /product/apis-integrations/rest-api/reference#v1meta
235+
[ref-metadata]: /product/apis-integrations/rest-api/reference#base_pathv1meta
236236
[ref-pivot-config]: /product/apis-integrations/javascript-sdk/reference/cubejs-client-core#pivotconfig
237237
[ref-segments]: /product/data-modeling/reference/segments

docs/pages/product/apis-integrations/graphql-api/reference.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ format, e.g., `America/Los_Angeles`.
3131
- **`ungrouped` (`Boolean`):** If set to `true`, Cube will run an
3232
[ungrouped query][ref-ungrouped-query].
3333

34-
[ref-recipe-pagination]: /product/apis-integrations/recipes/pagination
3534

3635
## `RootWhereInput`
3736

@@ -107,8 +106,6 @@ format, e.g., `America/Los_Angeles`.
107106

108107
`asc` | `desc`
109108

110-
[ref-schema-ref-preagg-granularity]:
111-
/product/data-modeling/reference/pre-aggregations#granularity
112109
[ref-graphql-api]: /product/apis-integrations/graphql-api
113110
[ref-row-limit]: /product/apis-integrations/queries#row-limit
114111
[ref-time-zone]: /product/apis-integrations/queries#time-zone

docs/pages/product/apis-integrations/javascript-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ application.
66
You can directly query Cube using the
77
JSON [query format](/product/apis-integrations/rest-api/query-format) via the [REST API](/product/apis-integrations/rest-api/reference)
88
or
9-
[WebSockets](/product/apis-integrations/rest-api/real-time-data-fetch#web-sockets)
9+
[WebSockets](/product/apis-integrations/recipes/real-time-data-fetch#web-sockets)
1010
and visualize analytical data with tools of your choice. However, it's much
1111
easier to use the Cube JavaScript client and bindings for popular frameworks
1212
such as React, Angular, and Vue.
@@ -22,7 +22,7 @@ The client provides methods to solve common tasks:
2222
**Abstract from the transport and query data.** You can
2323
[fetch data](/product/apis-integrations/javascript-sdk/reference/cubejs-client-core#load) from Cube Backend or
2424
subscribe to
25-
[real-time updates](/product/apis-integrations/rest-api/real-time-data-fetch)
25+
[real-time updates](/product/apis-integrations/recipes/real-time-data-fetch)
2626
regardless of the protocol, be it HTTP or WebSockets.
2727

2828
**Transform data for visualization.** You can

docs/pages/product/apis-integrations/javascript-sdk/angular.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ application.
66
You can directly query Cube using the
77
JSON [query format](/product/apis-integrations/rest-api/query-format) via the [REST API](/product/apis-integrations/rest-api/reference)
88
or
9-
[WebSockets](/product/apis-integrations/rest-api/real-time-data-fetch#web-sockets)
9+
[WebSockets](/product/apis-integrations/recipes/real-time-data-fetch#web-sockets)
1010
and visualize analytical data with tools of your choice. However, it’s much
1111
easier to use the Cube JavaScript client and bindings for popular frameworks
1212
such as React, Angular, and Vue.
@@ -22,7 +22,7 @@ The client provides methods to solve common tasks:
2222
**Abstract from the transport and query data.** You can
2323
[fetch data](/product/apis-integrations/javascript-sdk/reference/cubejs-client-core#load) from Cube Backend or
2424
subscribe to
25-
[real-time updates](/product/apis-integrations/rest-api/real-time-data-fetch)
25+
[real-time updates](/product/apis-integrations/recipes/real-time-data-fetch)
2626
regardless of the protocol, be it HTTP or WebSockets.
2727

2828
**Transform data for visualization.** You can

docs/pages/product/apis-integrations/javascript-sdk/react.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ application.
66
You can directly query Cube using the
77
JSON [query format](/product/apis-integrations/rest-api/query-format) via the [REST API](/product/apis-integrations/rest-api/reference)
88
or
9-
[WebSockets](/product/apis-integrations/rest-api/real-time-data-fetch#web-sockets)
9+
[WebSockets](/product/apis-integrations/recipes/real-time-data-fetch#web-sockets)
1010
and visualize analytical data with tools of your choice. However, it's much
1111
easier to use the Cube JavaScript client and bindings for popular frameworks
1212
such as React, Angular, and Vue.
@@ -22,7 +22,7 @@ The client provides methods to solve common tasks:
2222
**Abstract from the transport and query data.** You can
2323
[fetch data](/product/apis-integrations/javascript-sdk/reference/cubejs-client-core#load) from Cube Backend or
2424
subscribe to
25-
[real-time updates](/product/apis-integrations/rest-api/real-time-data-fetch)
25+
[real-time updates](/product/apis-integrations/recipes/real-time-data-fetch)
2626
regardless of the protocol, be it HTTP or WebSockets.
2727

2828
**Transform data for visualization.** You can

docs/pages/product/apis-integrations/javascript-sdk/reference/cubejs-client-vue.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ uses the slot scoped props to render the resulting data.
165165
| Name | Type | Description |
166166
| -------- | --------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
167167
| cubeApi | CubeApi | `CubeApi` instance to use |
168-
| loadSql? | "only" | boolean | Indicates whether the generated by Cube SQL Code should be requested. See [rest-api#sql](/product/apis-integrations/rest-api/reference#v1sql). When set to `only` then only the request to [/v1/sql](/product/apis-integrations/rest-api/reference#v1sql) will be performed. When set to `true` the sql request will be performed along with the query request. Will not be performed if set to `false` |
168+
| loadSql? | "only" | boolean | Indicates whether the generated by Cube SQL Code should be requested. See [rest-api#sql](/product/apis-integrations/rest-api/reference#base_pathv1sql). When set to `only` then only the request to [/v1/sql](/product/apis-integrations/rest-api/reference#base_pathv1sql) will be performed. When set to `true` the sql request will be performed along with the query request. Will not be performed if set to `false` |
169169
| queries? | object | - |
170170
| query | Query | Analytic query. [Learn more about it's format](/product/apis-integrations/rest-api/query-format) |
171171

docs/pages/product/apis-integrations/javascript-sdk/vue.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ application.
66
You can directly query Cube using the
77
JSON [query format](/product/apis-integrations/rest-api/query-format) via the [REST API](/product/apis-integrations/rest-api/reference)
88
or
9-
[WebSockets](/product/apis-integrations/rest-api/real-time-data-fetch#web-sockets)
9+
[WebSockets](/product/apis-integrations/recipes/real-time-data-fetch#web-sockets)
1010
and visualize analytical data with tools of your choice. However, it's much
1111
easier to use the Cube JavaScript client and bindings for popular frameworks
1212
such as React, Angular, and Vue.
@@ -22,7 +22,7 @@ The client provides methods to solve common tasks:
2222
**Abstract from the transport and query data.** You can
2323
[fetch data](/product/apis-integrations/javascript-sdk/reference/cubejs-client-core#load) from Cube Backend or
2424
subscribe to
25-
[real-time updates](/product/apis-integrations/rest-api/real-time-data-fetch)
25+
[real-time updates](/product/apis-integrations/recipes/real-time-data-fetch)
2626
regardless of the protocol, be it HTTP or WebSockets.
2727

2828
**Transform data for visualization.** You can

docs/pages/product/apis-integrations/queries.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,5 @@ Additionally, note that ungrouped queries have additional requirements for
400400
[ref-conf-allow-ungrouped]: /product/configuration/reference/config#allow_ungrouped_without_primary_key
401401
[ref-caching]: /product/caching
402402
[ref-query-rewrite]: /product/configuration/reference/config#query_rewrite
403-
[ref-ref-sql-api]: /product/apis-integrations/sql-api/reference
404403
[blog-compare-date-range]: https://cube.dev/blog/comparing-data-over-different-time-periods
405404
[ref-sql-api-streaming]: /product/apis-integrations/sql-api#streaming

docs/pages/product/apis-integrations/recipes/getting-unique-values-for-a-field.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dropdown on the dashboard:
8585

8686
In case we need to choose a dimension or render dropdowns for all dimensions, we
8787
can fetch the list of dimensions for all cubes from the
88-
[`/meta` endpoint](/product/apis-integrations/rest-api/reference#v1meta):
88+
[`/meta` endpoint](/product/apis-integrations/rest-api/reference#base_pathv1meta):
8989

9090
```bash
9191
curl http://localhost:4000/cubejs-api/v1/meta

docs/pages/product/apis-integrations/rest-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ warehouse][ref-data-warehouses].
279279
[ref-config-queryrewrite]: /product/configuration/reference/config#queryrewrite
280280
[ref-conf-queue-opts]: /product/configuration/reference/config#queueoptions
281281
[ref-rest-query-format]: /product/apis-integrations/rest-api/query-format#query-properties
282-
[ref-ref-meta-endpoint]: /product/apis-integrations/rest-api/reference#v1meta
282+
[ref-ref-meta-endpoint]: /product/apis-integrations/rest-api/reference#base_pathv1meta
283283
[ref-config-cors]: /product/configuration/reference/config#http
284284
[ref-schema-ref-cube-refresh-key]:
285285
/product/data-modeling/reference/cube#refresh_key

0 commit comments

Comments
 (0)