Skip to content

Commit

Permalink
docs: remove unused imported component (#5663)
Browse files Browse the repository at this point in the history
  • Loading branch information
shorgi authored Jul 17, 2024
1 parent c5822cf commit dff748f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/source/containerization/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ subtitle: Run the Apollo Router container image in Docker
description: Run the Apollo Router container image in Docker with examples covering basic setup, configuration overrides, debugging, and building custom Docker images.
---

import { Link } from "gatsby";
import ElasticNotice from '../../shared/elastic-notice.mdx';

This guide provides the following examples of running an Apollo Router container image in Docker:
Expand Down
1 change: 0 additions & 1 deletion docs/source/containerization/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ subtitle: Self-hosted deployment of Apollo Router in Kubernetes
description: Deploy the Apollo Router in Kubernetes using Helm charts. Customize configurations, enable metrics, and choose values for migration.
---

import { Link } from 'gatsby';
import ElasticNotice from '../../shared/elastic-notice.mdx';
import HelmShowOutput from '../../shared/helm-show-router-output.mdx';
import CoprocTypicalConfig from '../../shared/coproc-typical-config.mdx';
Expand Down
2 changes: 0 additions & 2 deletions docs/source/managed-federation/client-awareness.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ title: Client awareness
description: Configure client awareness in Apollo Router
---

import { Link } from "gatsby";

The Apollo Router supports [client awareness](/graphos/metrics/client-awareness/) by default. If the client sets the headers `apollographql-client-name` and `apollographql-client-version` in its HTTP requests, GraphOS Studio can separate the metrics and queries per client.

## Overriding client awareness headers
Expand Down

0 comments on commit dff748f

Please sign in to comment.