Skip to content

Commit 1e5b7a0

Browse files
committed
Drop broken Stackblitz example
Fixes #2087
1 parent 9deb2c6 commit 1e5b7a0

File tree

4 files changed

+0
-22
lines changed

4 files changed

+0
-22
lines changed

website/next.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export default withGuildDocs({
2424
'/docs/features/fragments.html': '/docs/data/fragments',
2525
'/docs/guides/testing.html': '/docs/development-and-testing/testing',
2626
'/docs/guides/testing': '/docs/development-and-testing/testing',
27-
'/docs/recipes': '/docs/recipes/simple-example',
2827
'/docs/data': '/docs/data/queries',
2928
'/docs/caching': '/docs/caching/configuration',
3029
'/docs/local-state': '/docs/local-state/management',

website/src/pages/docs/get-started.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ your `App` component from the previous example, you'll first see a loading indic
175175
on the page once it's ready. Apollo Client automatically caches this data when it comes back from
176176
the server, so you won't see a loading indicator if you run the same query twice.
177177

178-
If you'd like to play around with the app we just built, you can view it on
179-
[StackBlitz](https://stackblitz.com/edit/basic-apollo-angular-app). Don't stop there! Try building
180-
more components with `Apollo` service and experimenting with the concepts you just learned.
181-
182178
## Named Clients
183179

184180
It is possible to have several apollo clients in the application, for example, pointing to different

website/src/pages/docs/recipes/_meta.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export default {
2-
'simple-example': 'Simple Example',
32
'automatic-persisted-queries': 'Automatic Persisted Queries',
43
'angular-cli': 'Angular CLI',
54
webpack: ' Webpack Loader',

website/src/pages/docs/recipes/simple-example.mdx

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)