Skip to content

Commit c111fb3

Browse files
authored
Merge pull request #42 from fulll/docs/24-polish
docs: epic #24 polish — SVG icons, animated terminal hero, nav activeMatch, fancy styling
2 parents 9ee91fd + 36bdaf4 commit c111fb3

File tree

13 files changed

+783
-55
lines changed

13 files changed

+783
-55
lines changed

bun.lock

Lines changed: 42 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/.vitepress/config.mts

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,22 @@ export default defineConfig({
5151
themeConfig: {
5252
// ── Nav ──────────────────────────────────────────────────────────────────
5353
nav: [
54-
{ text: "Getting Started", link: "/getting-started/" },
55-
{ text: "Usage", link: "/usage/search-syntax" },
56-
{ text: "Reference", link: "/reference/cli-options" },
57-
{ text: "Architecture", link: "/architecture/overview" },
54+
{
55+
text: "Getting Started",
56+
link: "/getting-started/",
57+
activeMatch: "^/getting-started/",
58+
},
59+
{ text: "Usage", link: "/usage/search-syntax", activeMatch: "^/usage/" },
60+
{
61+
text: "Reference",
62+
link: "/reference/cli-options",
63+
activeMatch: "^/reference/",
64+
},
65+
{
66+
text: "Architecture",
67+
link: "/architecture/overview",
68+
activeMatch: "^/architecture/",
69+
},
5870
// Version dropdown — items are read from docs/public/versions.json.
5971
// The CI snapshot job prepends a new entry to that file on every major release;
6072
// the next main deploy re-builds this config and picks up the change automatically.

0 commit comments

Comments
 (0)