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

@ -12,5 +12,5 @@ trim_trailing_whitespace = true
trim_trailing_whitespace = false trim_trailing_whitespace = false
indent_size = 2 indent_size = 2
[*.{yml,yaml, vue}] [*.{yml,yaml,vue,ts}]
indent_size = 2 indent_size = 2

View File

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

1134
yarn.lock

File diff suppressed because it is too large Load Diff