From 1ab5b46c131be366ca18edd652ae7c490ebebf12 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 2 Feb 2024 21:52:52 +0100 Subject: [PATCH 1/4] Document the GitHub Action --- docs/extensions/extensions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extensions/extensions.md b/docs/extensions/extensions.md index c8d3d644b8a..0f676cdf599 100644 --- a/docs/extensions/extensions.md +++ b/docs/extensions/extensions.md @@ -19,6 +19,10 @@ 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/ ## Integrations with third-party tools From 54d07e74b59b6e09dd96ee35f3a5bc502a375a2f Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 2 Feb 2024 21:54:00 +0100 Subject: [PATCH 2/4] Document the UI Kit --- docs/extensions/extensions.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/extensions/extensions.md b/docs/extensions/extensions.md index 0f676cdf599..43dd93a5f6c 100644 --- a/docs/extensions/extensions.md +++ b/docs/extensions/extensions.md @@ -24,6 +24,11 @@ The Hyde Realtime Compiler is included with Hyde installations and is what power 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/ + ## Integrations with third-party tools ### Torchlight From b1e150553f636ed8bcd1ac2cc409cc8bffb4a59e Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 2 Feb 2024 21:54:41 +0100 Subject: [PATCH 3/4] 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 From 472165b56a382903ab25a10c00759c35cb5e9cfe Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 2 Feb 2024 21:55:34 +0100 Subject: [PATCH 4/4] Formatting --- docs/extensions/extensions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extensions/extensions.md b/docs/extensions/extensions.md index d2f062d50c9..28bf3100648 100644 --- a/docs/extensions/extensions.md +++ b/docs/extensions/extensions.md @@ -21,13 +21,13 @@ The Hyde Realtime Compiler is included with Hyde installations and is what power ### 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/ +The [HydePHP UI Kit](https://github.com/hydephp/ui-kit) is a 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/ +- Learn more at https://github.com/hydephp/action and see the documentation at https://hydephp.github.io/action ## Integrations with third-party tools