Skip to content

Commit a3094ed

Browse files
committed
Update about dashboard and about numerical representation
1 parent 971cea9 commit a3094ed

File tree

3 files changed

+521
-7
lines changed

3 files changed

+521
-7
lines changed

src/app/docs/dashboard/page.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,11 @@ docker run -it \
9999
Create or update your `docker-compose.yml`:
100100

101101
```yaml
102+
# Use v11_2_rc2 until v11.2 is finally released
102103
version: '3'
103104
services:
104105
terminusdb:
105-
image: terminusdb/terminusdb-server:v11.2
106+
image: terminusdb/terminusdb-server:v11_2_rc2
106107
container_name: terminusdb
107108
ports:
108109
- "6363:6363"
@@ -148,16 +149,15 @@ The default credentials are:
148149

149150
## Directory Structure
150151

151-
When mounting the dashboard, ensure the following structure:
152+
When mounting the dashboard, use the structure from the release.tar.gz file, and the assets are by default in the right location with no additional directory hierarchy needed.
152153

153154
```text
154155
/app/terminusdb/dashboard/
155156
├── index.html # Main dashboard entry point
156-
├── assets/ # CSS, JS, and other assets
157-
│ ├── css/
158-
│ ├── js/
159-
│ └── images/
160-
└── ... # Other dashboard files
157+
└── assets/ # CSS, JS, and other assets
158+
├── css/
159+
├── js/
160+
└── images/
161161
```
162162

163163
---

0 commit comments

Comments
 (0)