Skip to content

Commit

Permalink
Drop broken Stackblitz example
Browse files Browse the repository at this point in the history
Fixes #2087
  • Loading branch information
PowerKiKi committed Sep 19, 2024
1 parent 9deb2c6 commit 1e5b7a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion website/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export default withGuildDocs({
'/docs/features/fragments.html': '/docs/data/fragments',
'/docs/guides/testing.html': '/docs/development-and-testing/testing',
'/docs/guides/testing': '/docs/development-and-testing/testing',
'/docs/recipes': '/docs/recipes/simple-example',
'/docs/data': '/docs/data/queries',
'/docs/caching': '/docs/caching/configuration',
'/docs/local-state': '/docs/local-state/management',
Expand Down
4 changes: 0 additions & 4 deletions website/src/pages/docs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ your `App` component from the previous example, you'll first see a loading indic
on the page once it's ready. Apollo Client automatically caches this data when it comes back from
the server, so you won't see a loading indicator if you run the same query twice.

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

## Named Clients

It is possible to have several apollo clients in the application, for example, pointing to different
Expand Down
1 change: 0 additions & 1 deletion website/src/pages/docs/recipes/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export default {
'simple-example': 'Simple Example',
'automatic-persisted-queries': 'Automatic Persisted Queries',
'angular-cli': 'Angular CLI',
webpack: ' Webpack Loader',
Expand Down
16 changes: 0 additions & 16 deletions website/src/pages/docs/recipes/simple-example.mdx

This file was deleted.

0 comments on commit 1e5b7a0

Please sign in to comment.