From b1e150553f636ed8bcd1ac2cc409cc8bffb4a59e Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 2 Feb 2024 21:54:41 +0100 Subject: [PATCH] Change order of listed extensions --- docs/extensions/extensions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/extensions/extensions.md b/docs/extensions/extensions.md index 43dd93a5f6c..d2f062d50c9 100644 --- a/docs/extensions/extensions.md +++ b/docs/extensions/extensions.md @@ -19,16 +19,16 @@ 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. -### GitHub Action - -The [GitHub Action for HydePHP](https://github.com/hydephp/action) is hands-down the easiest way to build and deploy your Hyde site to GitHub Pages. -- Learn more at https://github.com/hydephp/action and see the documentation at https://hydephp.github.io/action/ - ### UI Kit The [HydePHP UI Kit](https://github.com/hydephp/ui-kit) is set of minimalistic Blade & Tailwind components to kickstart development of custom Blade views for your HydePHP site. - Learn more at https://github.com/hydephp/ui-kit and see the documentation at https://hydephp.github.io/ui-kit/ +### GitHub Action + +The [GitHub Action for HydePHP](https://github.com/hydephp/action) is hands-down the easiest way to build and deploy your Hyde site to GitHub Pages. +- Learn more at https://github.com/hydephp/action and see the documentation at https://hydephp.github.io/action/ + ## Integrations with third-party tools ### Torchlight