diff --git a/docs/creating-content/documentation-pages.md b/docs/creating-content/documentation-pages.md index 5a842ff183b..9555fcd2c53 100644 --- a/docs/creating-content/documentation-pages.md +++ b/docs/creating-content/documentation-pages.md @@ -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. diff --git a/docs/extensions/extensions.md b/docs/extensions/extensions.md index 26a66fa6dfa..c8d3d644b8a 100644 --- a/docs/extensions/extensions.md +++ b/docs/extensions/extensions.md @@ -1,7 +1,6 @@ --- navigation: label: "Extensions & Integrations" - groupName: "Extensions & Integrations" priority: 80 --- @@ -12,6 +11,7 @@ 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 @@ -19,6 +19,7 @@ as well as support for third-party extensions and integrations. 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 @@ -26,8 +27,9 @@ The Hyde Realtime Compiler is included with Hyde installations and is what power 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. \ No newline at end of file +You may also want to look at the [Extension API](extensions-api) documentation to learn how to create extensions. diff --git a/docs/extensions/third-party-integrations.md b/docs/extensions/third-party-integrations.md index 09a68fb8ca9..6016fd19514 100644 --- a/docs/extensions/third-party-integrations.md +++ b/docs/extensions/third-party-integrations.md @@ -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. -