Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ export default defineConfig({
})
},

transformPageData: (pageData) => {
return {
Comment thread
kemingy marked this conversation as resolved.
...pageData,
description: '`envd` (ɪnˈvdɪ) is a command-line tool that helps you create the container-based development environment for code agents.'
Comment thread
kemingy marked this conversation as resolved.
}
},

buildEnd: async ({ outDir }) => {
const sitemap = new SitemapStream({
hostname: siteHostName
Expand Down