From 8a385e542623c167283231ad4b723f576cb8b159 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 5 Oct 2024 13:07:24 +0200 Subject: [PATCH] Rebuild documentation --- docs/architecture-concepts/the-hydekernel.md | 22 +++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/architecture-concepts/the-hydekernel.md b/docs/architecture-concepts/the-hydekernel.md index e7044b77ad5..9f470ed3835 100644 --- a/docs/architecture-concepts/the-hydekernel.md +++ b/docs/architecture-concepts/the-hydekernel.md @@ -58,7 +58,7 @@ But you could just as well chain the methods on the accessed kernel singleton in
- + #### `version()` @@ -89,7 +89,7 @@ Hyde::features(): Hyde\Facades\Features No description provided. ```php -Hyde::hasFeature(string $feature): bool +Hyde::hasFeature(Hyde\Enums\Feature|string $feature): bool ``` #### `toArray()` @@ -107,14 +107,14 @@ Hyde::toArray(): array
- + #### `files()` No description provided. ```php -Hyde::files(): \Hyde\Foundation\Kernel\FileCollection +Hyde::files(): Hyde\Foundation\Kernel\FileCollection ``` #### `pages()` @@ -122,7 +122,7 @@ Hyde::files(): \Hyde\Foundation\Kernel\FileCollection +Hyde::pages(): Hyde\Foundation\Kernel\PageCollection ``` #### `routes()` @@ -130,7 +130,7 @@ Hyde::pages(): \Hyde\Foundation\Kernel\PageCollection +Hyde::routes(): Hyde\Foundation\Kernel\RouteCollection ``` @@ -189,7 +189,7 @@ Hyde::markdown(string $text, bool $normalizeIndentation): Illuminate\Support\Htm