Skip to content

Commit

Permalink
Update base extensions documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 24, 2023
1 parent 0dc82d4 commit f5ebd1a
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions docs/extensions/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,29 @@ navigation:
priority: 80
---

# First party extensions & integrations
# Extensions & Integrations

## HydePHP - Extensible by design

## Contribute
HydePHP is designed to be extensible, and comes with a number of built-in extensions and integrations,
as well as support for third-party extensions and integrations.

## First party extensions & integrations

### Realtime Compiler

The Hyde Realtime Compiler is included with Hyde installations and is what powers the `php hyde serve` command.
- Learn more about the [Realtime Compiler](realtime-compiler) in the documentation.

Have an idea for an extension or integration? Let me know! I'd love to hear from you.
## Integrations with third-party tools

### Torchlight

Torchlight is an amazing API for syntax highlighting, and is supported natively by HydePHP.
- Learn more about [Torchlight](third-party-integrations#torchlight) in the documentation.

## Contribute

Get in touch on [GitHub](https://github.com/hydephp/hyde) or send me a DM on [Twitter](https://twitter.com/CodeWithCaen).
Have an idea for an extension or integration? Let me know! I'd love to hear from you. Get in touch on
[GitHub](https://github.com/hydephp/hyde) or send me a DM on [Twitter](https://twitter.com/CodeWithCaen).
You may also want to look at the [Extension API](extensions-api) documentation to learn how to create extensions.

0 comments on commit f5ebd1a

Please sign in to comment.