mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 23:47:31 +00:00
docs: enable search
This commit is contained in:
@@ -11,6 +11,9 @@ export default defineConfig({
|
|||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
{ text: 'Changelog', link: '/CHANGELOG' },
|
{ text: 'Changelog', link: '/CHANGELOG' },
|
||||||
],
|
],
|
||||||
|
search: {
|
||||||
|
provider: 'local',
|
||||||
|
},
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
text: 'Getting Started',
|
text: 'Getting Started',
|
||||||
@@ -30,6 +33,10 @@ export default defineConfig({
|
|||||||
link: '/configuration',
|
link: '/configuration',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Common Issues', link: '/configuration/common-issues' },
|
{ text: 'Common Issues', link: '/configuration/common-issues' },
|
||||||
|
{
|
||||||
|
text: 'Sensitive Values',
|
||||||
|
link: '/configuration#sensitive-values',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ text: 'Nix', link: '/Nix' },
|
{ text: 'Nix', link: '/Nix' },
|
||||||
|
|||||||
Reference in New Issue
Block a user