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 261f230 commit 5ea7ca3Copy full SHA for 5ea7ca3
.vitepress/config.mts
@@ -27,6 +27,11 @@ export default defineConfig({
27
28
logo: 'https://raw.githubusercontent.com/OpenIntegrationEngine/governance/refs/heads/main/branding/logos/oie_logo_only_white_background.svg',
29
30
+ editLink: {
31
+ text: 'Edit this page on GitHub',
32
+ pattern: 'https://github.com/openintegrationengine/docs-website/edit/main/docs/:path'
33
+ },
34
+
35
search: {
36
provider: 'local'
37
},
0 commit comments