You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: restructure mintlify docs navigation and paths (cube-js#10586)
- Rename api-reference/ to reference/ and update all internal links
- Move docs/data-modeling/reference/ to reference/data-modeling/ as first group in Reference tab
- Move admin/configuration/reference/ to reference/configuration/
- Remove duplicate docs/configuration/ directory (mirrors admin/configuration/)
- Add wildcard redirects for all relocated paths
Made-with: Cursor
Copy file name to clipboardExpand all lines: docs-mintlify/access-security/authentication/kerberos.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ the following environment variables to facilitate the verification of Kerberos t
118
118
119
119
### Verifying the credentials
120
120
121
-
By default, [`CUBEJS_SQL_USER`](/docs/configuration/reference/environment-variables#cubejs_sql_user) and [`CUBEJS_SQL_PASSWORD`](/docs/configuration/reference/environment-variables#cubejs_sql_password) environment variables are used
121
+
By default, [`CUBEJS_SQL_USER`](/reference/configuration/environment-variables#cubejs_sql_user) and [`CUBEJS_SQL_PASSWORD`](/reference/configuration/environment-variables#cubejs_sql_password) environment variables are used
122
122
to verify the passed credentials. You can also customize the authentication by using the
Copy file name to clipboardExpand all lines: docs-mintlify/access-security/authentication/name-password.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@ to Cube.
10
10
11
11
## Configuration
12
12
13
-
By default, [`CUBEJS_SQL_USER`](/docs/configuration/reference/environment-variables#cubejs_sql_user) and [`CUBEJS_SQL_PASSWORD`](/docs/configuration/reference/environment-variables#cubejs_sql_password) environment variables are used
13
+
By default, [`CUBEJS_SQL_USER`](/reference/configuration/environment-variables#cubejs_sql_user) and [`CUBEJS_SQL_PASSWORD`](/reference/configuration/environment-variables#cubejs_sql_password) environment variables are used
14
14
to verify the credentials. You can also customize the authentication by using the
Also, the [`CUBEJS_SQL_SUPER_USER`](/docs/configuration/reference/environment-variables#cubejs_sql_super_user) environment variable or the [`can_switch_sql_user`
17
+
Also, the [`CUBEJS_SQL_SUPER_USER`](/reference/configuration/environment-variables#cubejs_sql_super_user) environment variable or the [`can_switch_sql_user`
18
18
configuration option][ref-config-can-switch-sql-user] can be used to ensure that the
19
19
user name can be changed after the initial authentication.
Copy file name to clipboardExpand all lines: docs-mintlify/access-security/authentication/ntlm.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,19 +88,19 @@ the gateway needs minimal permissions but must exist in that same directory.
88
88
89
89
### Verifying the credentials
90
90
91
-
By default, [`CUBEJS_SQL_USER`](/docs/configuration/reference/environment-variables#cubejs_sql_user) and [`CUBEJS_SQL_PASSWORD`](/docs/configuration/reference/environment-variables#cubejs_sql_password) environment variables are used
91
+
By default, [`CUBEJS_SQL_USER`](/reference/configuration/environment-variables#cubejs_sql_user) and [`CUBEJS_SQL_PASSWORD`](/reference/configuration/environment-variables#cubejs_sql_password) environment variables are used
92
92
to verify the passed credentials. You can also customize the authentication by using the
Also, the [`CUBEJS_SQL_SUPER_USER`](/docs/configuration/reference/environment-variables#cubejs_sql_super_user) environment variable or the [`can_switch_sql_user`
95
+
Also, the [`CUBEJS_SQL_SUPER_USER`](/reference/configuration/environment-variables#cubejs_sql_super_user) environment variable or the [`can_switch_sql_user`
96
96
configuration option][ref-config-can-switch-sql-user] can be used to ensure that the
97
97
user name can be changed to the UPN of the interacting user only if proper credentials
0 commit comments