generated from hydephp/hyde
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from hydephp/upcoming
Upcoming documentation
- Loading branch information
Showing
7 changed files
with
265 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
navigation: | ||
label: "Extensions & Integrations" | ||
priority: 80 | ||
--- | ||
|
||
# Extensions & Integrations | ||
|
||
## HydePHP - Extensible by design | ||
|
||
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. | ||
|
||
|
||
## 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 | ||
|
||
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. |
Oops, something went wrong.