Add docs search

This commit is contained in:
crazywhalecc
2025-08-31 11:00:44 +08:00
committed by Jerry Ma
parent 5a30d509e7
commit 6c75ecf0c4
3 changed files with 608 additions and 538 deletions

View File

@@ -51,6 +51,14 @@ export default {
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2023-present crazywhalecc'
}
},
search: {
provider: 'algolia',
options: {
appId: 'IHJHUB1SF1',
apiKey: '8266d31cc2ffbd0e059f1c6e5bdaf8fc',
indexName: 'static-php docs',
},
},
}
}