Skip to content

Commit acc14c7

Browse files
committed
docs: Remove guides section
1 parent d40e782 commit acc14c7

File tree

6 files changed

+12
-99
lines changed

6 files changed

+12
-99
lines changed

docs/pages/_meta.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@ module.exports = {
3131
type: "page",
3232
title: "Documentation",
3333
},
34-
35-
guides: {
36-
type: "page",
37-
title: "Guides",
38-
},
3934
};

docs/pages/guides/_meta.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/pages/guides/recipes.mdx

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/pages/product/data-modeling/reference/types-and-formats.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,4 +1004,4 @@ cubes:
10041004
/product/data-modeling/reference/pre-aggregations#rollup
10051005
[ref-schema-ref-calc-measures]:
10061006
/product/data-modeling/reference/measures#calculated-measures
1007-
[ref-drilldowns]: /guides/recipes/data-exploration/drilldowns
1007+
[ref-drilldowns]: /product/apis-integrations/recipes/drilldowns

docs/pages/product/getting-started/core/learn-more.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ do for you.
66
## Data Modeling
77

88
Learn more about [data modeling](/product/data-modeling/concepts)
9-
and how to effectively define metrics in your data models. Advanced users: check
10-
out [related recipes][ref-recipes-data-modeling] for tackling specific data
11-
modeling problems.
9+
and how to effectively define metrics in your data models.
1210

1311
## Querying
1412

@@ -21,17 +19,10 @@ Cube can be queried in a variety of ways. Explore how to use
2119

2220
Learn more about the [two-level cache](/product/caching) and how
2321
[pre-aggregations help speed up queries](/product/caching/getting-started-pre-aggregations).
24-
For a deeper dive, take a look at the [related recipes][ref-recipes-caching].
2522

2623
## Access Control
2724

2825
Cube uses [JSON Web Tokens](https://jwt.io/) to
2926
[authenticate requests for the HTTP APIs](/product/auth), and
3027
[`check_sql_auth`](/product/configuration/reference/config#check_sql_auth) to
3128
[authenticate requests for the SQL API](/product/apis-integrations/sql-api/security).
32-
Cube also supports using JWT claims for securing access to data, check out these
33-
[related recipes][ref-recipes-access-control].
34-
35-
[ref-recipes-data-modeling]: /guides/recipes#data-modeling
36-
[ref-recipes-caching]: /guides/recipes#query-acceleration
37-
[ref-recipes-access-control]: /guides/recipes#access-control

docs/redirects.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
[
2+
{
3+
"source": "/guides",
4+
"destination": "/product/introduction",
5+
"permanent": true
6+
},
7+
{
8+
"source": "/guides/recipes",
9+
"destination": "/product/introduction",
10+
"permanent": true
11+
},
212
{
313
"source": "/guides/data-store-cost-saving-guide",
414
"destination": "/product/configuration/recipes/data-store-cost-saving-guide",

0 commit comments

Comments
 (0)