move links outside of client

This commit is contained in:
wobsoriano
2022-12-18 23:31:55 -08:00
parent f01b8d5d8d
commit 80573fb32e
9 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ description: tRPC-Nuxt provides first class integration with tRPC.
# Recommended Usage
Recommended but not enforced file structure. This is what you get when starting from [the examples](../main/example-apps.md).
Recommended but not enforced file structure.
```graphql
.

View File

@@ -1,5 +1,5 @@
---
title: Create Nuxt Client
title: Client
description: tRPC-Nuxt provides first class integration with tRPC.
---