\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/mobile-navigation.blade.php b/resources/views/vendor/hyde/components/docs/mobile-navigation.blade.php
new file mode 100644
index 0000000..a4a3ae2
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/mobile-navigation.blade.php
@@ -0,0 +1,19 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/search-input.blade.php b/resources/views/vendor/hyde/components/docs/search-input.blade.php
new file mode 100644
index 0000000..55ba204
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/search-input.blade.php
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/search-scripts.blade.php b/resources/views/vendor/hyde/components/docs/search-scripts.blade.php
new file mode 100644
index 0000000..0d38122
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/search-scripts.blade.php
@@ -0,0 +1,9 @@
+
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/search-widget.blade.php b/resources/views/vendor/hyde/components/docs/search-widget.blade.php
new file mode 100644
index 0000000..b44d813
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/search-widget.blade.php
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar-backdrop.blade.php b/resources/views/vendor/hyde/components/docs/sidebar-backdrop.blade.php
new file mode 100644
index 0000000..62255c8
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar-backdrop.blade.php
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar-brand.blade.php b/resources/views/vendor/hyde/components/docs/sidebar-brand.blade.php
new file mode 100644
index 0000000..ad693a8
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar-brand.blade.php
@@ -0,0 +1,12 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar-footer-text.blade.php b/resources/views/vendor/hyde/components/docs/sidebar-footer-text.blade.php
new file mode 100644
index 0000000..6b49ca3
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar-footer-text.blade.php
@@ -0,0 +1,7 @@
+
+ @if(is_bool(config('docs.sidebar.footer', true)))
+ Back to home page
+ @else
+ {{ Hyde::markdown(config('docs.sidebar.footer')) }}
+ @endif
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar-group-toggle-button.blade.php b/resources/views/vendor/hyde/components/docs/sidebar-group-toggle-button.blade.php
new file mode 100644
index 0000000..545fca5
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar-group-toggle-button.blade.php
@@ -0,0 +1,8 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar-item.blade.php b/resources/views/vendor/hyde/components/docs/sidebar-item.blade.php
new file mode 100644
index 0000000..a6da983
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar-item.blade.php
@@ -0,0 +1,27 @@
+@php /** @var \Hyde\Framework\Features\Navigation\NavItem $item */ @endphp
+@props(['grouped' => false])
+
+@endif
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar-toggle-button.blade.php b/resources/views/vendor/hyde/components/docs/sidebar-toggle-button.blade.php
new file mode 100644
index 0000000..addcf44
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar-toggle-button.blade.php
@@ -0,0 +1,6 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/docs/sidebar.blade.php b/resources/views/vendor/hyde/components/docs/sidebar.blade.php
new file mode 100644
index 0000000..04b9857
--- /dev/null
+++ b/resources/views/vendor/hyde/components/docs/sidebar.blade.php
@@ -0,0 +1,15 @@
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/filepath-label.blade.php b/resources/views/vendor/hyde/components/filepath-label.blade.php
new file mode 100644
index 0000000..ba7dcac
--- /dev/null
+++ b/resources/views/vendor/hyde/components/filepath-label.blade.php
@@ -0,0 +1 @@
+Filepath: {{ $path }}
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/link.blade.php b/resources/views/vendor/hyde/components/link.blade.php
new file mode 100644
index 0000000..3ce1c51
--- /dev/null
+++ b/resources/views/vendor/hyde/components/link.blade.php
@@ -0,0 +1 @@
+merge(['href' => $href]) }}>{!! $slot !!}
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/navigation/dropdown.blade.php b/resources/views/vendor/hyde/components/navigation/dropdown.blade.php
new file mode 100644
index 0000000..52d03fc
--- /dev/null
+++ b/resources/views/vendor/hyde/components/navigation/dropdown.blade.php
@@ -0,0 +1,20 @@
+
+ End of article
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/post/author.blade.php b/resources/views/vendor/hyde/components/post/author.blade.php
new file mode 100644
index 0000000..8dea6c0
--- /dev/null
+++ b/resources/views/vendor/hyde/components/post/author.blade.php
@@ -0,0 +1,10 @@
+by author
+
+ @if($page->author->website)
+
+ @endif
+ author->username && ($page->author->username !== $page->author->name)) ? 'title=@'. urlencode($page->author->username) .'' : '' }}>{{ $page->author->name ?? $page->author->username }}
+ @if($page->author->website)
+
+ @endif
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/post/category.blade.php b/resources/views/vendor/hyde/components/post/category.blade.php
new file mode 100644
index 0000000..6d52219
--- /dev/null
+++ b/resources/views/vendor/hyde/components/post/category.blade.php
@@ -0,0 +1 @@
+in the category "{{ $page->category }}"
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/post/date.blade.php b/resources/views/vendor/hyde/components/post/date.blade.php
new file mode 100644
index 0000000..90d293b
--- /dev/null
+++ b/resources/views/vendor/hyde/components/post/date.blade.php
@@ -0,0 +1 @@
+Posted
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/post/description.blade.php b/resources/views/vendor/hyde/components/post/description.blade.php
new file mode 100644
index 0000000..9248e5d
--- /dev/null
+++ b/resources/views/vendor/hyde/components/post/description.blade.php
@@ -0,0 +1,3 @@
+
+ {{ $page->matter['description'] }}
+
\ No newline at end of file
diff --git a/resources/views/vendor/hyde/components/skip-to-content-button.blade.php b/resources/views/vendor/hyde/components/skip-to-content-button.blade.php
new file mode 100644
index 0000000..1a0ee6c
--- /dev/null
+++ b/resources/views/vendor/hyde/components/skip-to-content-button.blade.php
@@ -0,0 +1 @@
+Skip to content
\ No newline at end of file