From 80573fb32e37d5e6da8aa58bd916a81ab1ea63a9 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Sun, 18 Dec 2022 23:31:55 -0800 Subject: [PATCH] move links outside of client --- docs/content/1.get-started/2.usage/2.recommended.md | 2 +- .../content/1.get-started/{3.client/1.create.md => 3.client.md} | 2 +- .../1.get-started/{3.client/2.links => 4.links}/1.httpLink.md | 0 .../{3.client/2.links => 4.links}/2.httpBatchLink.md | 0 docs/content/1.get-started/{4.tips => 5.tips}/1.composables.md | 0 docs/content/1.get-started/{4.tips => 5.tips}/2.headers.md | 0 .../content/1.get-started/{4.tips => 5.tips}/3.authorization.md | 0 .../1.get-started/{4.tips => 5.tips}/4.server-side-calls.md | 0 .../1.get-started/{4.tips => 5.tips}/5.aborting-procedures.md | 0 9 files changed, 2 insertions(+), 2 deletions(-) rename docs/content/1.get-started/{3.client/1.create.md => 3.client.md} (98%) rename docs/content/1.get-started/{3.client/2.links => 4.links}/1.httpLink.md (100%) rename docs/content/1.get-started/{3.client/2.links => 4.links}/2.httpBatchLink.md (100%) rename docs/content/1.get-started/{4.tips => 5.tips}/1.composables.md (100%) rename docs/content/1.get-started/{4.tips => 5.tips}/2.headers.md (100%) rename docs/content/1.get-started/{4.tips => 5.tips}/3.authorization.md (100%) rename docs/content/1.get-started/{4.tips => 5.tips}/4.server-side-calls.md (100%) rename docs/content/1.get-started/{4.tips => 5.tips}/5.aborting-procedures.md (100%) diff --git a/docs/content/1.get-started/2.usage/2.recommended.md b/docs/content/1.get-started/2.usage/2.recommended.md index 296cbd8..9372a60 100644 --- a/docs/content/1.get-started/2.usage/2.recommended.md +++ b/docs/content/1.get-started/2.usage/2.recommended.md @@ -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 . diff --git a/docs/content/1.get-started/3.client/1.create.md b/docs/content/1.get-started/3.client.md similarity index 98% rename from docs/content/1.get-started/3.client/1.create.md rename to docs/content/1.get-started/3.client.md index 5555417..2af3d27 100644 --- a/docs/content/1.get-started/3.client/1.create.md +++ b/docs/content/1.get-started/3.client.md @@ -1,5 +1,5 @@ --- -title: Create Nuxt Client +title: Client description: tRPC-Nuxt provides first class integration with tRPC. --- diff --git a/docs/content/1.get-started/3.client/2.links/1.httpLink.md b/docs/content/1.get-started/4.links/1.httpLink.md similarity index 100% rename from docs/content/1.get-started/3.client/2.links/1.httpLink.md rename to docs/content/1.get-started/4.links/1.httpLink.md diff --git a/docs/content/1.get-started/3.client/2.links/2.httpBatchLink.md b/docs/content/1.get-started/4.links/2.httpBatchLink.md similarity index 100% rename from docs/content/1.get-started/3.client/2.links/2.httpBatchLink.md rename to docs/content/1.get-started/4.links/2.httpBatchLink.md diff --git a/docs/content/1.get-started/4.tips/1.composables.md b/docs/content/1.get-started/5.tips/1.composables.md similarity index 100% rename from docs/content/1.get-started/4.tips/1.composables.md rename to docs/content/1.get-started/5.tips/1.composables.md diff --git a/docs/content/1.get-started/4.tips/2.headers.md b/docs/content/1.get-started/5.tips/2.headers.md similarity index 100% rename from docs/content/1.get-started/4.tips/2.headers.md rename to docs/content/1.get-started/5.tips/2.headers.md diff --git a/docs/content/1.get-started/4.tips/3.authorization.md b/docs/content/1.get-started/5.tips/3.authorization.md similarity index 100% rename from docs/content/1.get-started/4.tips/3.authorization.md rename to docs/content/1.get-started/5.tips/3.authorization.md diff --git a/docs/content/1.get-started/4.tips/4.server-side-calls.md b/docs/content/1.get-started/5.tips/4.server-side-calls.md similarity index 100% rename from docs/content/1.get-started/4.tips/4.server-side-calls.md rename to docs/content/1.get-started/5.tips/4.server-side-calls.md diff --git a/docs/content/1.get-started/4.tips/5.aborting-procedures.md b/docs/content/1.get-started/5.tips/5.aborting-procedures.md similarity index 100% rename from docs/content/1.get-started/4.tips/5.aborting-procedures.md rename to docs/content/1.get-started/5.tips/5.aborting-procedures.md