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 5a30d50 commit 6c75ecfCopy full SHA for 6c75ecf
.editorconfig
@@ -12,5 +12,5 @@ trim_trailing_whitespace = true
12
trim_trailing_whitespace = false
13
indent_size = 2
14
15
-[*.{yml,yaml, vue}]
+[*.{yml,yaml,vue,ts}]
16
docs/.vitepress/config.ts
@@ -51,6 +51,14 @@ export default {
51
footer: {
52
message: 'Released under the MIT License.',
53
copyright: 'Copyright © 2023-present crazywhalecc'
54
- }
+ },
55
+ search: {
56
+ provider: 'algolia',
57
+ options: {
58
+ appId: 'IHJHUB1SF1',
59
+ apiKey: '8266d31cc2ffbd0e059f1c6e5bdaf8fc',
60
+ indexName: 'static-php docs',
61
62
63
}
64
0 commit comments