Skip to content

Commit c3cf374

Browse files
committed
fix: wip
1 parent 70263d9 commit c3cf374

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs-v2/content/en/boost/boost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Model Context Protocol (MCP)
33
menuTitle: Restify Boost
44
category: Boost
5-
position: 1
5+
position: 20
66
---
77

88
## MCP Server for Laravel Restify Developers

docs-v2/content/en/graphql/graphql-generation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: GraphQL Schema Generation
33
menuTitle: Schema Generation
44
category: GraphQL
5-
position: 2
5+
position: 17
66
---
77

88
# GraphQL Schema Generation
@@ -350,4 +350,4 @@ The command includes authentication mocking, but if you encounter permission-rel
350350

351351
### Custom Field Types
352352

353-
If you have custom field types that aren't mapped correctly, you can extend the type mapping in the configuration file or modify the generated schema manually.
353+
If you have custom field types that aren't mapped correctly, you can extend the type mapping in the configuration file or modify the generated schema manually.

docs-v2/content/en/graphql/graphql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: GraphQL Integration
33
menuTitle: GraphQL
44
category: GraphQL
5-
position: 1
5+
position: 16
66
---
77

88
# GraphQL Integration
@@ -156,4 +156,4 @@ This allows you to customize:
156156
- Field type mappings
157157
- Repository filtering
158158
- Output formatting preferences
159-
- Schema generation options
159+
- Schema generation options

docs-v2/content/en/mcp/mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Model Context Protocol (MCP)
33
menuTitle: MCP
44
category: MCP
5-
position: 1
5+
position: 14
66
---
77

88
Laravel Restify provides seamless integration with the Model Context Protocol (MCP), allowing AI agents to interact with your REST API resources through structured tool interfaces. So you can simply tranform your repositories into a tools for AI agents to consume. Incredible!

0 commit comments

Comments
 (0)