Skip to content

Commit

Permalink
Merge pull request #1482 from hydephp/update-extensions-documentation
Browse files Browse the repository at this point in the history
Internal: Update extensions documentation
  • Loading branch information
caendesilva authored Nov 27, 2023
2 parents 108ba0f + 4369360 commit 6e0dd82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/creating-content/documentation-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ Please note that this option is not added to the config file by default, as it's
],
```


### Table of contents settings

In the `config/docs.php` file you can configure the behavior, content, and the look and feel of the sidebar table of contents.
Expand Down
6 changes: 4 additions & 2 deletions docs/extensions/extensions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
navigation:
label: "Extensions & Integrations"
groupName: "Extensions & Integrations"
priority: 80
---

Expand All @@ -12,22 +11,25 @@ navigation:
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.
You may also want to look at the [Extension API](extensions-api) documentation to learn how to create extensions.
1 change: 0 additions & 1 deletion docs/extensions/third-party-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ automatically to all pages that use Torchlight. You can of course disable and cu
```

Don't have this file? Run `php hyde vendor:publish` to publish it.

0 comments on commit 6e0dd82

Please sign in to comment.