We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52a9e71 commit 7dcc18dCopy full SHA for 7dcc18d
MeiliSearchBox.vue
@@ -89,6 +89,7 @@ export default {
89
background rgba($accentColor, 0.05)
90
.meilisearch-autocomplete
91
line-height 2
92
+ margin-right 1rem
93
// Searchbox
94
input
95
cursor text
playground/.vuepress/config.js
@@ -2,7 +2,12 @@ module.exports = {
2
title: 'Welcome to the Playground!',
3
theme: 'default-prefers-color-scheme',
4
themeConfig: {
5
- prefersTheme: 'dark'
+ prefersTheme: 'dark',
6
+ nav: [
7
+ { text: 'Learn', link: '/learn/' },
8
+ { text: 'Create', link: '/create/how_to/' },
9
+ { text: 'Reference', link: '/reference/' }
10
+ ]
11
},
12
plugins: [
13
[
0 commit comments