chore: update
This commit is contained in:
parent
c2431b6d15
commit
8a7ef5db4a
|
|
@ -23,7 +23,7 @@ interface DocsConfig {
|
||||||
export const docsConfig: DocsConfig = {
|
export const docsConfig: DocsConfig = {
|
||||||
mainNav: [
|
mainNav: [
|
||||||
{
|
{
|
||||||
title: 'Documentation',
|
title: 'Docs',
|
||||||
href: '/docs/introduction',
|
href: '/docs/introduction',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -120,7 +120,7 @@ watch(() => $route.path, (n) => {
|
||||||
>
|
>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<SearchIcon class="w-4 h-4 mr-2 text-muted-foreground" />
|
<SearchIcon class="w-4 h-4 mr-2 text-muted-foreground" />
|
||||||
<span class="text-muted-foreground"> Search for anything... </span>
|
<span class="text-muted-foreground"> Search documentation... </span>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-x-1">
|
<div class="flex items-center gap-x-1">
|
||||||
<Kbd> <span>⌘</span>K </Kbd>
|
<Kbd> <span>⌘</span>K </Kbd>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user