Skip to content

Commit c316d81

Browse files
committed
Merge repeated parts of documentation
1 parent 8343a6c commit c316d81

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

docs/extensions/realtime-compiler.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,6 @@ The server can be configured in the `config/hyde.php` file to change the port, h
5050

5151
// Should the live edit feature be enabled?
5252
'live_edit' => env('SERVER_LIVE_EDIT', true),
53-
54-
// Configure the realtime compiler dashboard
55-
'dashboard' => [
56-
// Should the realtime compiler dashboard be enabled?
57-
'enabled' => env('SERVER_DASHBOARD', true),
58-
59-
// Can the dashboard make edits to the project file system?
60-
'interactive' => true,
61-
62-
// Should the dashboard show tips?
63-
'tips' => true,
64-
],
6553
],
6654
```
6755

@@ -83,9 +71,15 @@ The dashboard can be customized, and disabled, in the `config/hyde.php` file.
8371
// filepath config/hyde.php
8472

8573
'server' => [
74+
// Configure the realtime compiler dashboard
8675
'dashboard' => [
76+
// Should the realtime compiler dashboard be enabled?
8777
'enabled' => env('SERVER_DASHBOARD', true),
78+
79+
// Can the dashboard make edits to the project file system?
8880
'interactive' => true,
81+
82+
// Should the dashboard show tips?
8983
'tips' => true,
9084
],
9185
],

0 commit comments

Comments
 (0)