Skip to content

Commit 4054e9b

Browse files
committed
fix(site): update docs links in home content
1 parent ff53901 commit 4054e9b

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

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

data/github_stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repo": "vixcpp/vix",
3-
"fetched_at": "2026-05-02T09:33:48.193Z",
4-
"stars": 413,
5-
"forks": 32,
3+
"fetched_at": "2026-05-03T16:14:43.672Z",
4+
"stars": 414,
5+
"forks": 33,
66
"open_issues": 15,
77
"watchers": 4,
88
"rate_limit": "auth"

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
gtag("js", new Date());
101101
gtag("config", "G-1B67VYZMXF");
102102
</script>
103-
<script type="module" crossorigin src="/assets/index-CphM5PUE.js"></script>
103+
<script type="module" crossorigin src="/assets/index-BqWDfJDD.js"></script>
104104
<link rel="stylesheet" crossorigin href="/assets/index-CXvu_eDJ.css">
105105
<link rel="manifest" href="/manifest.webmanifest"></head>
106106

sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vix-site/public/data/github_stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repo": "vixcpp/vix",
3-
"fetched_at": "2026-05-02T09:33:48.193Z",
4-
"stars": 413,
5-
"forks": 32,
3+
"fetched_at": "2026-05-03T16:14:43.672Z",
4+
"stars": 414,
5+
"forks": 33,
66
"open_issues": 15,
77
"watchers": 4,
88
"rate_limit": "auth"

vix-site/src/data/github_stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"repo": "vixcpp/vix",
3-
"fetched_at": "2026-05-02T09:33:48.193Z",
4-
"stars": 413,
5-
"forks": 32,
3+
"fetched_at": "2026-05-03T16:14:43.672Z",
4+
"stars": 414,
5+
"forks": 33,
66
"open_issues": 15,
77
"watchers": 4,
88
"rate_limit": "auth"

vix-site/src/data/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ $ cat vix.lock`,
302302
{
303303
title: "Start a project in seconds",
304304
text: "Create a Vix project, install dependencies, and start the development server with a workflow designed for fast iteration.",
305-
href: "https://docs.vixcpp.com/getting-started/create-project",
305+
href: "https://docs.vixcpp.com/book/06-create-your-first-project",
306306
preview: {
307307
title: "start",
308308
lines: ["$ vix new api", "$ cd api", "$ vix install", "$ vix dev"],

0 commit comments

Comments
 (0)