diff --git a/docs/.vuepress/themeConfig.ts b/docs/.vuepress/themeConfig.ts index 4d6ffa96..e4b26aec 100644 --- a/docs/.vuepress/themeConfig.ts +++ b/docs/.vuepress/themeConfig.ts @@ -34,6 +34,15 @@ export default defineThemeConfig({ plugins: ["highlight", "math", "search", "notes", "zoom"], }, }, + feed: { + rss: true, + json:true + }, + // docsearch: { + // appId: "", + // apiKey: "", + // indexName: "", + // }, pwa: { favicon: "/favicon.ico", cachePic: false,