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
Copy file name to clipboardExpand all lines: src/app/docs/dashboard/page.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ media: []
15
15
16
16
As of **TerminusDB v11.2**, the built-in dashboard component has been **discontinued** and is no longer included with the core TerminusDB server distribution.
17
17
18
+
The dashboard mounting feature still works perfectly and can be used for mounting either the discontinued dashboard component, or other custom react-style dashboards (see file structure further down).
19
+
18
20
### Why Was the Dashboard Discontinued?
19
21
20
22
The decision to discontinue the dashboard was made to:
@@ -128,7 +130,7 @@ The dashboard must be explicitly enabled via an environment variable:
128
130
|---------------------|-------|-------------|
129
131
|`TERMINUSDB_DASHBOARD_ENABLED`|`true`| Enables the dashboard component |
130
132
131
-
Without this variable set to `true`, TerminusDB will serve a discontinuation notice instead of the dashboard.
133
+
Without this variable set to `true`, TerminusDB will serve neither the discontinuation notice, nor the dashboard.
0 commit comments