Skip to content

Commit

Permalink
Update _meta.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Dec 29, 2024
1 parent c718b4a commit 7100baa
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions agdb_web/pages/en-US/docs/examples/_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ const config = {
href: "https://github.com/agnesoft/agdb/tree/main/examples/schema_migration",
newWindow: true,
},
"server-client-php": {
title: "server client - php",
href: "https://github.com/agnesoft/agdb/tree/main/examples/server_client_php",
newWindow: true,
},
"server-client-rust": {
title: "server client - rust",
href: "https://github.com/agnesoft/agdb/tree/main/examples/server_client_rust",
Expand All @@ -29,9 +34,9 @@ const config = {
href: "https://github.com/agnesoft/agdb/tree/main/examples/server_client_typescript",
newWindow: true,
},
"strong-types": {
title: "strong types",
href: "https://github.com/agnesoft/agdb/tree/main/examples/strong_types",
"user-types": {
title: "user types",
href: "https://github.com/agnesoft/agdb/tree/main/examples/user_types",
newWindow: true,
},
};
Expand Down

0 comments on commit 7100baa

Please sign in to comment.