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 c0f5baa commit 94ceb6fCopy full SHA for 94ceb6f
docs/.vitepress/config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
"Open-source IaaS for Hyper-V — multi-tenant, API-first, agent-based automation.",
9
10
base: "/docs/",
11
- outDir: "../dist/docs",
+ outDir: "../dist/docs",
12
themeConfig: {
13
logo: "/assets/logo.svg",
14
siteTitle: "OpenHVX",
@@ -75,8 +75,7 @@ export default defineConfig({
75
],
76
["meta", { property: "og:image", content: "/assets/og-cover.png" }],
77
78
-
79
- markdown: {
+ markdown: {
80
config: (md) => {
81
// Activer le plugin lightbox
82
md.use(lightbox, {
@@ -85,5 +84,6 @@ export default defineConfig({
85
84
delay: 300,
86
scrollOffset: 50,
87
});
88
- }
+ },
89
0 commit comments