diff --git a/devdoc/.vitepress/config.js b/devdoc/.vitepress/config.js index 223ed764444..db98e6c438f 100644 --- a/devdoc/.vitepress/config.js +++ b/devdoc/.vitepress/config.js @@ -9,6 +9,9 @@ export default { themeConfig: { repo: "hpcc-systems/HPCC-Platform", docsBranch: "master", + search: { + provider: 'local' + }, editLink: { pattern: 'https://github.com/hpcc-systems/HPCC-Platform/edit/master/:path', text: 'Edit this page on GitHub'