Skip to content

Commit 9f885df

Browse files
authored
docs: inline images (#5953)
* Inline images
1 parent 8af5ae3 commit 9f885df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/testing/android-studio-plugin.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The file structure of the Apollo project is automatically contributed, so there
3838

3939
#### Kotlin → GraphQL
4040

41-
When editing Kotlin code, <img src="images/gutter-icon.png" alt="Gutter icon" width="16" valign="middle" style="display: inline; margin: 2px;"/> icons will show next to references to generated operation and fragment classes.
41+
When editing Kotlin code, <img src="images/gutter-icon.png" alt="Gutter icon" width="16" valign="middle" style="display: inline; margin: 2px;" noZoom/> icons will show next to references to generated operation and fragment classes.
4242
Clicking on them will navigate to the corresponding GraphQL definition.
4343

4444
You can also go to the GraphQL definition with <kbd>Cmd</kbd> Click (Mac) or <kbd>Ctrl</kbd> Click (Windows / Linux) on an operation, field, enum, etc.
@@ -81,7 +81,7 @@ This uses the Introspection endpoint or the Registry that you can [configure](..
8181
You can open a GraphQL file in [Apollo Sandbox](https://studio.apollographql.com/sandbox/explorer) with right click | <kbd>Open in</kbd> | <kbd>Apollo Sandbox</kbd>.
8282
This is a handy way to share operations with coworkers for instance. There, they will be able to execute the operation and see the result.
8383

84-
This is also accessible from the <img src="images/open-in-sandbox.png" alt="Sandbox icon" width="16" valign="middle" style="display: inline; margin: 2px;"/> button at the top of the editor.
84+
This is also accessible from the <img src="images/open-in-sandbox.png" alt="Sandbox icon" width="16" valign="middle" style="display: inline; margin: 2px;" noZoom/> button at the top of the editor.
8585

8686
### High latency fields
8787

0 commit comments

Comments
 (0)