Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extensions documentation #1482

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading