Skip to content

Commit be7eab5

Browse files
committed
chore: fix lint errors
1 parent 114dcf2 commit be7eab5

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/content/1.guide/1.features.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,40 +9,40 @@ You can learn more in our [roadmap](https://github.com/nuxt/devtools/discussions
99

1010
Shows a quick overview of your app, including the Nuxt version (which if it’s not up to date you can easily update it), Vue version, pages, components, imports, modules and plugins that you are using, and your app’s loading time and more!
1111

12-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670797-12c33a03-ca4f-490d-a18a-ab9008b89c15.png">
12+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670797-12c33a03-ca4f-490d-a18a-ab9008b89c15.png" alt="Nuxt DevTools Overview">
1313

1414
## Pages
1515

1616
Pages tab shows your current routes with some useful information such as what layout or middleware it has, and provides a quick way to navigate between pages. You can also use the textbox to see how each route is matched.
1717

18-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670804-e48482af-de37-47be-88d8-d9515e796d5f.png">
18+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670804-e48482af-de37-47be-88d8-d9515e796d5f.png" alt="Nuxt DevTools Pages tab">
1919

2020
## Components
2121

2222
Components tab shows all the components you are using in your app and where they are from. You can also search for them and go to the source code.
2323

24-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670805-726eafd1-5364-4b11-9c2b-9253d068e7e3.png">
24+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670805-726eafd1-5364-4b11-9c2b-9253d068e7e3.png" alt="Nuxt DevTools Components tab">
2525

2626
Components tab also has a Graph view which you can toggle.
2727
Graph view also shows the relationship between components, and knows the dependencies of each component.
2828

29-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670806-fb39aeff-3881-44e5-b9c8-6c757f5925fc.png">
29+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670806-fb39aeff-3881-44e5-b9c8-6c757f5925fc.png" alt="Nuxt DevTools Components graph view">
3030

3131
You can also inspect your app's DOM tree and see which component is rendering it. Finding the place to make changes are much easier.
3232

33-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670809-7dcb4198-5a74-4818-95b1-b62ea6c04a6c.png">
33+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670809-7dcb4198-5a74-4818-95b1-b62ea6c04a6c.png" alt="Nuxt DevTools Component inspector">
3434

3535
## Imports
3636

3737
Imports tab shows all the auto-imports registered to Nuxt. You can see which files are importing them, and where they are from. Some entries can also provide short descriptions and documentation links.
3838

39-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670811-fa7c7249-5a21-48c9-abe8-ca02b2518a3a.png">
39+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670811-fa7c7249-5a21-48c9-abe8-ca02b2518a3a.png" alt="Nuxt DevTools Imports tab">
4040

4141
## Modules
4242

4343
Modules tab shows all the modules you have installed and their information such as the module’s github repository, documentation, version and …
4444

45-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670813-ce3da4b6-269c-430e-abb5-a2263ffe4938.png">
45+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670813-ce3da4b6-269c-430e-abb5-a2263ffe4938.png" alt="Nuxt DevTools Modules tab">
4646

4747
You can install or even remove any Nuxt module with one-click!
4848

@@ -169,19 +169,19 @@ For more information on the benefits and features of VS Code Server, refer to [t
169169

170170
Hooks tab can help you to monitor the time spent in each hook. It can be helpful to find performance bottlenecks.
171171

172-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670815-80ec0ec3-7df1-4a07-96fb-4161fb6562a7.png">
172+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670815-80ec0ec3-7df1-4a07-96fb-4161fb6562a7.png" alt="Nuxt DevTools Hooks tab">
173173

174174
## Virtual Files
175175

176176
Virtual Files tab shows the virtual files generated by Nuxt to support the conventions.
177177

178-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670817-abb0315a-6d92-4c5e-a4da-2327f22e0e8b.png">
178+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670817-abb0315a-6d92-4c5e-a4da-2327f22e0e8b.png" alt="Nuxt DevTools Virtual Files tab">
179179

180180
## Inspect
181181

182182
Inspect expose the [`vite-plugin-inspect`](https://github.com/antfu/vite-plugin-inspect) integration, allowing you to inspect transformation steps of Vite.
183183

184-
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670818-77f91135-7318-462e-9148-4ad504c82555.png">
184+
<img width="1284" src="https://user-images.githubusercontent.com/11247099/217670818-77f91135-7318-462e-9148-4ad504c82555.png" alt="Nuxt DevTools Inspect tab">
185185

186186
## Settings
187187

packages/devtools-ui-kit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @nuxt/devtools-ui-kit
22

3-
<a href="https://www.npmjs.com/package/@nuxt/devtools-ui-kit"><img src="https://flat.badgen.net/npm/v/@nuxt/devtools-ui-kit"></a>
3+
<a href="https://www.npmjs.com/package/@nuxt/devtools-ui-kit"><img src="https://flat.badgen.net/npm/v/@nuxt/devtools-ui-kit" alt="npm version"></a>
44

55
> **Warning**: This library is heavily working in progress. Breaking changes may not follow semver. Pin the version if used.
66

packages/devtools/client/components/docs/pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Nuxt provides a file-based routing to create routes within your web application
66

77
---
88

9-
# Middlewares
9+
## Middlewares
1010

1111
Nuxt provides a customizable route middleware framework that can be used throughout the application. This is ideal for extracting code that needs to run before navigating to a particular route.
1212

0 commit comments

Comments
 (0)