File tree Expand file tree Collapse file tree 6 files changed +12
-99
lines changed Expand file tree Collapse file tree 6 files changed +12
-99
lines changed Original file line number Diff line number Diff 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} ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ do for you.
66## Data Modeling
77
88Learn 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
2220Learn 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
2825Cube 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments