Skip to content

Commit

Permalink
docs: Shut up warnings about missing imports
Browse files Browse the repository at this point in the history
They're only warnings and not errors because gatsby-plugin-mdx has broken
imports that end up being global so it doesn't *really* matter, but I like
not seeing warnings.

gatsbyjs/gatsby#17119
  • Loading branch information
LukeShu committed Jun 4, 2021
1 parent 5abe498 commit 815ac5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions install/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Alert from '@material-ui/lab/Alert';
import QSTabs from '../quick-start/qs-tabs'

# Install Telepresence
Expand All @@ -9,4 +8,4 @@ Install Telepresence by running the commands below for your OS.

## <img class="os-logo" src="../images/logo.png"/> What's Next?

Follow one of our [quick start guides](../quick-start/) to start using Telepresence, either with our sample app or in your own environment.
Follow one of our [quick start guides](../quick-start/) to start using Telepresence, either with our sample app or in your own environment.
4 changes: 3 additions & 1 deletion reference/intercepts.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Intercepts
import Alert from '@material-ui/lab/Alert';

# Intercepts

## Intercept Behavior When Logged into Ambassador Cloud

Expand Down

0 comments on commit 815ac5e

Please sign in to comment.