Skip to content

Commit

Permalink
Merge branch 'master' into 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 14, 2024
2 parents acb375b + 7b32fe1 commit 0f1a49c
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions docs/extensions/realtime-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ The server can be configured in the `config/hyde.php` file to change the port, h

// Should the live edit feature be enabled?
'live_edit' => env('SERVER_LIVE_EDIT', true),

// Configure the realtime compiler dashboard
'dashboard' => [
// Should the realtime compiler dashboard be enabled?
'enabled' => env('SERVER_DASHBOARD', true),

// Can the dashboard make edits to the project file system?
'interactive' => true,

// Should the dashboard show tips?
'tips' => true,
],
],
```

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

'server' => [
// Configure the realtime compiler dashboard
'dashboard' => [
// Should the realtime compiler dashboard be enabled?
'enabled' => env('SERVER_DASHBOARD', true),

// Can the dashboard make edits to the project file system?
'interactive' => true,

// Should the dashboard show tips?
'tips' => true,
],
],
Expand Down Expand Up @@ -122,8 +116,6 @@ The live editor plugin code will not be saved to your static site.
],
```

_The live editor was added in Hyde Realtime Compiler Server v3.2.0 (December 2023)_

### Source code

- **GitHub**: [hydephp/realtime-compiler](https://github.com/hydephp/realtime-compiler)
Expand Down

0 comments on commit 0f1a49c

Please sign in to comment.