Skip to content

Commit 971cea9

Browse files
committed
Clarify the dashboard workaround
1 parent 6a216e2 commit 971cea9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/docs/dashboard/page.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ media: []
1515

1616
As of **TerminusDB v11.2**, the built-in dashboard component has been **discontinued** and is no longer included with the core TerminusDB server distribution.
1717

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+
1820
### Why Was the Dashboard Discontinued?
1921

2022
The decision to discontinue the dashboard was made to:
@@ -128,7 +130,7 @@ The dashboard must be explicitly enabled via an environment variable:
128130
|---------------------|-------|-------------|
129131
| `TERMINUSDB_DASHBOARD_ENABLED` | `true` | Enables the dashboard component |
130132

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.
132134

133135
### Step 4: Access the Dashboard
134136

0 commit comments

Comments
 (0)