Skip to content

Commit 49fdf9a

Browse files
committed
fix: correct homepage GitHub URLs, MCP path, and stats accuracy
- Use correct case BinarCode/laravel-restify in HeroSection and CtaSection (lowercase binaryk/laravel-restify 404s). - Reconcile AI install prompt to reference routes/ai.php (matches what restify:setup creates) instead of config/ai.php. - Replace inflated/inaccurate community stats with verifiable numbers: 670+ stars, 60+ forks, 15+ contributors, 6+ years.
1 parent e6de677 commit 49fdf9a

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs-v3/components/website/CommunitySection.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,25 +139,25 @@
139139
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
140140
<div class="group">
141141
<div class="text-4xl md:text-5xl font-black bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent mb-2 group-hover:scale-110 transition-transform duration-300">
142-
1K+
142+
670+
143143
</div>
144144
<div class="text-gray-600 dark:text-gray-400 text-sm">GitHub Stars</div>
145145
</div>
146146
<div class="group">
147147
<div class="text-4xl md:text-5xl font-black bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent mb-2 group-hover:scale-110 transition-transform duration-300">
148-
50K+
148+
60+
149149
</div>
150-
<div class="text-gray-600 dark:text-gray-400 text-sm">Downloads</div>
150+
<div class="text-gray-600 dark:text-gray-400 text-sm">Forks</div>
151151
</div>
152152
<div class="group">
153153
<div class="text-4xl md:text-5xl font-black bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent mb-2 group-hover:scale-110 transition-transform duration-300">
154-
100+
154+
15+
155155
</div>
156156
<div class="text-gray-600 dark:text-gray-400 text-sm">Contributors</div>
157157
</div>
158158
<div class="group">
159159
<div class="text-4xl md:text-5xl font-black bg-gradient-to-r from-blue-400 to-cyan-400 bg-clip-text text-transparent mb-2 group-hover:scale-110 transition-transform duration-300">
160-
5+
160+
6+
161161
</div>
162162
<div class="text-gray-600 dark:text-gray-400 text-sm">Years Active</div>
163163
</div>

docs-v3/components/website/CtaSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
<AppButton
7979
variant="secondary"
80-
href="https://github.com/binaryk/laravel-restify"
80+
href="https://github.com/BinarCode/laravel-restify"
8181
:icon="CodeBracketIcon"
8282
>
8383
Explore Code

docs-v3/components/website/HeroSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<AppButton
6666
variant="secondary"
67-
href="https://github.com/binaryk/laravel-restify"
67+
href="https://github.com/BinarCode/laravel-restify"
6868
:icon="CodeBracketIcon"
6969
>
7070
Explore Code

docs-v3/components/website/InstallWithAI.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ GET /api/restify/users?perPage=10&page=1
105105
106106
To make your API accessible to AI agents like Claude Desktop:
107107
108-
1. Add the MCP server to your \`config/ai.php\` file:
108+
1. Add the MCP server to your \`routes/ai.php\` file:
109109
110110
\`\`\`php
111111
use Binaryk\\LaravelRestify\\MCP\\RestifyServer;

0 commit comments

Comments
 (0)