Skip to content

Commit

Permalink
Build the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 8, 2024
1 parent 3d5b83c commit 9bdaeb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="hyde-kernel-base-methods">

<!-- Start generated docs for Hyde\Foundation\HydeKernel -->
<!-- Generated by HydePHP DocGen script at 2023-03-11 11:09:45 in 2.53ms -->
<!-- Generated by HydePHP DocGen script at 2024-07-08 20:47:38 in 2.89ms -->

#### `version()`

Expand Down Expand Up @@ -32,7 +32,7 @@ Hyde::features(): Hyde\Facades\Features
No description provided.

```php
Hyde::hasFeature(Hyde\Enums\Feature $feature): bool
Hyde::hasFeature(Hyde\Enums\Feature|string $feature): bool
```

#### `toArray()`
Expand Down
4 changes: 2 additions & 2 deletions docs/_data/partials/hyde-pages-api/hyde-page-methods.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section id="hyde-page-methods">

<!-- Start generated docs for Hyde\Pages\Concerns\HydePage -->
<!-- Generated by HydePHP DocGen script at 2023-03-10 16:18:02 in 3.30ms -->
<!-- Generated by HydePHP DocGen script at 2024-07-08 20:48:42 in 5.42ms -->

#### `make()`

Expand All @@ -24,7 +24,7 @@ HydePage::isDiscoverable(): bool
Get a page instance from the Kernel&#039;s page index by its identifier.

```php
HydePage::get(string $identifier): Hyde\Pages\Concerns\HydePage
HydePage::get(string $identifier): static
```

- **Throws:** \Hyde\Framework\Exceptions\FileNotFoundException If the page does not exist.
Expand Down

0 comments on commit 9bdaeb0

Please sign in to comment.