Skip to content

Commit f91723c

Browse files
Update config.ts
1 parent d62f047 commit f91723c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/.vitepress/config.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ export default defineConfig({
66
description:
77
"Open-source IaaS for Hyper-V — multi-tenant, API-first, agent-based automation.",
88

9-
// Docs are served from /docs/ on the site
109
base: "/docs/",
11-
12-
// Build docs directly into ../dist/docs so GitHub Pages can serve both root and /docs/.
1310
outDir: "../dist/docs",
1411

1512
themeConfig: {
16-
logo: "/assets/logo.svg", // uses the root site's /assets (you copy it to dist/)
13+
logo: "/assets/logo.svg",
1714
siteTitle: "OpenHVX",
1815
outline: [2, 3],
1916
lastUpdated: true,
2017
search: { provider: "local" },
2118

2219
nav: [
23-
{ text: "Home", link: "/" }, // goes to the landing page at site root
20+
{ text: "Home", link: "/" },
2421
{ text: "Architecture", link: "/architecture" },
2522
{ text: "API", link: "/api" },
2623
{ text: "Agents", link: "/agents" },
@@ -32,6 +29,7 @@ export default defineConfig({
3229
text: "Getting Started",
3330
items: [
3431
{ text: "Overview", link: "/index" },
32+
{ text: "Workflow Example", link: "/workflow-example" }, // 👈 ajouté ici
3533
{ text: "Quick Start", link: "/getting-started" },
3634
],
3735
},

0 commit comments

Comments
 (0)