Some changes ported from the work on the makerkit.dev website related… (#89)

* Some changes ported from the work on the makerkit.dev website related to the marketing sections of the kit, such as documentation
* Added slight background hue to make darker theme better looking
* Support more complex configurations for documentation navigations.
* Do not fetch content from Keystatic when non-needed
* Add cursor pointers in dropdown
* Updated packages
This commit is contained in:
Giancarlo Buomprisco
2024-12-09 05:58:17 +01:00
committed by GitHub
parent a682b991f3
commit 079a8f857a
44 changed files with 762 additions and 456 deletions

View File

@@ -148,7 +148,7 @@ export function PersonalAccountDropdown({
<DropdownMenuItem asChild>
<Link
className={'s-full flex items-center space-x-2'}
className={'s-full flex items-center space-x-2 cursor-pointer'}
href={paths.home}
>
<Home className={'h-5'} />
@@ -162,7 +162,7 @@ export function PersonalAccountDropdown({
<DropdownMenuSeparator />
<DropdownMenuItem asChild>
<Link className={'s-full flex items-center space-x-2'} href={'/docs'}>
<Link className={'s-full flex items-center space-x-2 cursor-pointer'} href={'/docs'}>
<MessageCircleQuestion className={'h-5'} />
<span>
@@ -176,7 +176,7 @@ export function PersonalAccountDropdown({
<DropdownMenuItem asChild>
<Link
className={'s-full flex items-center space-x-2'}
className={'s-full flex items-center space-x-2 cursor-pointer'}
href={'/admin'}
>
<Shield className={'h-5'} />