Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cfa14c

Browse files
committed
docs: use img tag
1 parent 866080d commit 6cfa14c

23 files changed

+51
-51
lines changed

docs/content/blog/1.beta.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ One of the core features of the `@nuxthub/core` module is the ability to connect
4949

5050
This feature is useful for working with your production or staging database, KV and blob storage during development.
5151

52-
:nuxt-img{src="/images/blog/nuxthub-remote-storage.png" alt="NuxtHub remote storage in terminal" width="915" height="515"}
52+
:img{src="/images/blog/nuxthub-remote-storage.png" alt="NuxtHub remote storage in terminal" width="915" height="515"}
5353

5454
When opening the [Nuxt DevTools](https://devtools.nuxt.com) of your project, you will notice new tabs:
5555

56-
:nuxt-img{src="/images/blog/nuxthub-devtools.png" alt="NuxtHub tabs in Nuxt devtools" width="915" height="515"}
56+
:img{src="/images/blog/nuxthub-devtools.png" alt="NuxtHub tabs in Nuxt devtools" width="915" height="515"}
5757

5858
NuxtHub adds a UI to administrate your SQL database (powered by [Drizzle Studio](https://orm.drizzle.team/drizzle-studio/overview)), KV and Blob storage as well as your server cache.
5959

@@ -77,7 +77,7 @@ Some of the features are:
7777
- Monitor your application with logs and analytics
7878

7979
::a{href="https://admin.hub.nuxt.com" target="_blank"}
80-
:nuxt-img{src="/images/blog/nuxthub-admin-projects.png" alt="NuxtHub projects management" width="915" height="515"}
80+
:img{src="/images/blog/nuxthub-admin-projects.png" alt="NuxtHub projects management" width="915" height="515"}
8181
::
8282

8383
You can sign up for free and start building full-stack Nuxt applications at [admin.hub.nuxt.com](https://admin.hub.nuxt.com).
@@ -106,11 +106,11 @@ NuxtHub also has the ability to access your remote storage from your local envir
106106

107107
As of today, NuxtHub works like this:
108108

109-
:nuxt-img{src="/images/landing/nuxthub-schema.png" alt="NuxtHub architecture" width="915" height="594"}
109+
:img{src="/images/landing/nuxthub-schema.png" alt="NuxtHub architecture" width="915" height="594"}
110110

111111
This is only the beginning as we plan to support more Cloudflare primitives in the future:
112112

113-
:nuxt-img{src="/images/blog/cloudflare-primitives.png" alt="Cloudflare primitives" width="915" height="810"}
113+
:img{src="/images/blog/cloudflare-primitives.png" alt="Cloudflare primitives" width="915" height="810"}
114114

115115
## What’s next?
116116

docs/content/blog/2.drawing-app-with-nuxt-and-cloudflare-r2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ When running your project locally, you can open the Nuxt DevTools:
447447
- `Shift + Option + D` shortcut or clicking on the Nuxt logo in the botttom of the screen
448448
- The look for the **Hub Blob** tab (you can also use `CTRL + K` to open the search bar and type `Blob`)
449449

450-
:nuxt-img{src="/images/blog/atidraw-devtools-blob.png" alt="NuxtHub DevTools Blob for Atidraw" width="915" height="515" data-zoom-src="/images/blog/atidraw-devtools-blob.png"}
450+
:img{src="/images/blog/atidraw-devtools-blob.png" alt="NuxtHub DevTools Blob for Atidraw" width="915" height="515" data-zoom-src="/images/blog/atidraw-devtools-blob.png"}
451451

452452
### Production
453453

@@ -461,7 +461,7 @@ npx nuxthub manage
461461

462462
Or go to https://admin.hub.nuxt.com and select your project.
463463

464-
:nuxt-img{src="/images/blog/atidraw-admin-blob.png" alt="NuxtHub Admin Blob for Atidraw" width="915" height="515" data-zoom-src="/images/blog/atidraw-admin-blob.png"}
464+
:img{src="/images/blog/atidraw-admin-blob.png" alt="NuxtHub Admin Blob for Atidraw" width="915" height="515" data-zoom-src="/images/blog/atidraw-admin-blob.png"}
465465

466466
## Conclusion
467467

docs/content/blog/3.cloudflare-ai-for-user-experience.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ I've been thinking about two features:
8383

8484
Before starting, I took a look at [Cloudflare's multi modal playground](https://multi-modal.ai.cloudflare.com/) and played with some models.
8585

86-
:nuxt-img{alt="Atidraw AI models" dataZoomSrc="/images/blog/atidraw-ai-models.png" height="515" src="/images/blog/atidraw-ai-models.png" width="915"}
86+
:img{alt="Atidraw AI models" dataZoomSrc="/images/blog/atidraw-ai-models.png" height="515" src="/images/blog/atidraw-ai-models.png" width="915"}
8787

8888
This guided me to the following models:
8989
- [LLaVA](https://developers.cloudflare.com/workers-ai/models/llava-1.5-7b-hf/) for the alternative text generation

docs/content/changelog/blob-folders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Learn more about Blob Storage.
4040

4141
When viewing your blobs in the [NuxtHub admin](https://admin.hub.nuxt.com), you will now see a folder structure:
4242

43-
:nuxt-img{src="/images/changelog/server-cache.png" alt="NuxtHub Deployment Details" width="915" height="515"}
43+
:img{src="/images/changelog/server-cache.png" alt="NuxtHub Deployment Details" width="915" height="515"}
4444

4545
::callout{icon="i-lucide-heart"}
4646
Thank you to [Gerben Mulder](https://github.com/Gerbuuun) for suggesting this feature on [nuxt-hub/core#101](https://github.com/nuxt-hub/core/issues/101).

docs/content/changelog/cloudflare-access.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We now fully support Cloudflare Access across admin, module and CLI.
1919

2020
## What is Cloudflare Access
2121

22-
:nuxt-img{src="/images/changelog/cloudflare-access.png" alt="Cloudflare Access" width="915" height="515"}
22+
:img{src="/images/changelog/cloudflare-access.png" alt="Cloudflare Access" width="915" height="515"}
2323

2424
[Cloudflare Access](https://www.cloudflare.com/zero-trust/products/access/) allows you to secure your web applications by restricting who can reach your application by applying configured identity-aware Access policies. Cloudflare Access is part of [Cloudflare's Zero Trust](https://www.cloudflare.com/plans/zero-trust-services/) offerings.
2525

docs/content/changelog/database-migrations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This feature is available on both [free and pro plans](/pricing) starting with [
2323

2424
We're excited to introduce automatic [database migrations](/docs/features/database#database-migrations) in NuxtHub.
2525

26-
:nuxt-img{src="/images/changelog/database-migrations.png" alt="Automatic Database Migrations" width="915" height="515"}
26+
:img{src="/images/changelog/database-migrations.png" alt="Automatic Database Migrations" width="915" height="515"}
2727

2828
## Automatic Migration Application
2929

@@ -36,7 +36,7 @@ Starting now, when you clone any of [our templates](/templates) with a database,
3636

3737
[→ Deploy the Todo App template](https://admin.hub.nuxt.com/new?template=atidone)
3838

39-
:nuxt-img{src="/images/changelog/database-migration-on-deploy.png" alt="Database Migrations applied during deployment" width="915" height="515"}
39+
:img{src="/images/changelog/database-migration-on-deploy.png" alt="Database Migrations applied during deployment" width="915" height="515"}
4040

4141
::note{to="/docs/features/database#database-migrations"}
4242
Learn more about database migrations in our **full documentation**.

docs/content/changelog/deploy-button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors:
1818

1919
The button is designed to be used in the README of a GitHub repository, documentations or any other place where you want to allow users to deploy your project with one click.
2020

21-
:nuxt-img{src="/images/changelog/deploy-button.png" alt="NuxtHub Deploy Button" width="915" height="515"}
21+
:img{src="/images/changelog/deploy-button.png" alt="NuxtHub Deploy Button" width="915" height="515"}
2222

2323
## Deploy Button
2424

docs/content/changelog/deployment-details.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ authors:
2323

2424
We are excited to announce that we have added a new page to NuxtHub: **Deployment Details**!
2525

26-
:nuxt-img{src="/images/changelog/deployment-details.png" alt="NuxtHub Deployment Details" width="915" height="515"}
26+
:img{src="/images/changelog/deployment-details.png" alt="NuxtHub Deployment Details" width="915" height="515"}
2727

2828
You can now access more information about each deployment such as:
2929
- **Details:** Status, Branch, Commit and more

docs/content/changelog/github-app-and-action.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ We're thrilled to release our brand new [GitHub Application](https://github.com/
2323

2424
Once setup, NuxtHub will automatically comment on pull requests with branch URLs, permalinks and QR codes for easy preview access.
2525

26-
:nuxt-img{src="/images/changelog/nuxthub-github-app-action.png" alt="GitHub Action" width="926" height="520"}
26+
:img{src="/images/changelog/nuxthub-github-app-action.png" alt="GitHub Action" width="926" height="520"}
2727

2828
## GitHub Deployments
2929

3030
NuxtHub also integrates with GitHub's deployment system, including status updates and environment tracking.
3131

32-
:nuxt-img{src="/images/changelog/nuxthub-github-action-deployment.png" alt="NuxtHub GitHub Action deployments" width="926" height="521"}
32+
:img{src="/images/changelog/nuxthub-github-action-deployment.png" alt="NuxtHub GitHub Action deployments" width="926" height="521"}
3333

3434
This includes GitHub Deployments support in pull requests.
3535

36-
:nuxt-img{src="/images/changelog/nuxthub-github-action-deployment-pr.png" alt="NuxtHub GitHub Action deployments" width="926" height="219"}
36+
:img{src="/images/changelog/nuxthub-github-action-deployment-pr.png" alt="NuxtHub GitHub Action deployments" width="926" height="219"}
3737

3838
And many more:
3939
- **Deployment Protection**: Support for GitHub's deployment protection rules which enable approval workflows and environment restrictions ([learn more on GitHub's documentation](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-deployments/managing-environments-for-deployment#deployment-protection-rules))
@@ -44,7 +44,7 @@ And many more:
4444

4545
Thanks to the new GitHub App, you can now clone a template from NuxtHub Admin and deploy it with a single click.
4646

47-
:nuxt-img{src="/images/changelog/nuxthub-github-app-clone-template.png" alt="NuxtHub GitHub App clone template" width="2596" height="1460"}
47+
:img{src="/images/changelog/nuxthub-github-app-clone-template.png" alt="NuxtHub GitHub App clone template" width="2596" height="1460"}
4848

4949
::note
5050
The repository will be created in your GitHub account with the GitHub Actions workflow already configured.

docs/content/changelog/hub-vectorize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This feature is available on both [free and pro plans](/pricing) and in [`@nuxth
1818

1919
We are excited to introduce [`hubVectorize()`](/docs/features/vectorize), which gives you access to a globally distributed vector database from Nuxt. Paired with [`hubAI()`](/docs/features/ai), it makes Nuxt a perfect framework for easily building full-stack AI-powered applications.
2020

21-
:nuxt-img{src="/images/changelog/nuxthub-vectorize.png" alt="NuxtHub Vectorize command" width="915" height="515"}
21+
:img{src="/images/changelog/nuxthub-vectorize.png" alt="NuxtHub Vectorize command" width="915" height="515"}
2222

2323
## What is a vector database?
2424

docs/content/changelog/nuxthub-preview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This command will:
3232
1. read the `dist/hub.config.json` file and generate a local `dist/wrangler.toml` file
3333
2. start the server using the `wrangler pages dev` command within the `dist/` director
3434

35-
:nuxt-img{src="/images/changelog/nuxthub-preview.png" alt="NuxtHub Preview command" width="915" height="515"}
35+
:img{src="/images/changelog/nuxthub-preview.png" alt="NuxtHub Preview command" width="915" height="515"}
3636

3737
## Limitations
3838

docs/content/changelog/server-cache.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ authors:
1818

1919
We are excited to announce that we have added a new page to your NuxtHub project: **Server Cache**!
2020

21-
:nuxt-img{src="/images/changelog/server-cache.png" alt="NuxtHub Deployment Details" width="915" height="515"}
21+
:img{src="/images/changelog/server-cache.png" alt="NuxtHub Deployment Details" width="915" height="515"}
2222

2323
It works with:
2424
- [`cachedEventHandler`](https://nitro.unjs.io/guide/cache#cached-event-handlers)

docs/content/changelog/team-webhooks-env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You can select to be notified about all environments, only the production or pre
2626

2727
We also added the possibility to add a name to the webhook for better identification.
2828

29-
:nuxt-img{src="/images/changelog/team-webhooks-env.png" alt="Team Webhooks Env selection" width="915" height="515" class="rounded"}
29+
:img{src="/images/changelog/team-webhooks-env.png" alt="Team Webhooks Env selection" width="915" height="515" class="rounded"}
3030

3131
::callout{icon="i-lucide-webhooks" to="/changelog/team-webhooks"}
3232
Learn more about team webhooks.

docs/content/changelog/team-webhooks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ This feature is available on all [NuxtHub plans](/pricing).
2626

2727
They allow you to get notified about your project deployments. You can use them to trigger custom actions, like sending notifications to your team's chat, updating your project management tool and more.
2828

29-
:nuxt-img{src="/images/changelog/team-webhooks.png" alt="Team Webhooks" width="915" height="515"}
29+
:img{src="/images/changelog/team-webhooks.png" alt="Team Webhooks" width="915" height="515"}
3030

3131
## Creating a Webhook
3232

3333
To create a webhook, go to your team settings and click on the "Webhooks" tab. You can then add a new webhook by providing an endpoint and selecting the events you want to trigger the webhook for.
3434

35-
:nuxt-img{src="/images/changelog/team-webhooks-new.png" alt="Creating a NuxtHub Webhook" width="915" height="515"}
35+
:img{src="/images/changelog/team-webhooks-new.png" alt="Creating a NuxtHub Webhook" width="915" height="515"}
3636

3737
## Slack & Discord Integration
3838

3939
We have also added built-in integrations for [Slack Incoming Webhooks](https://api.slack.com/messaging/webhooks) and [Discord Webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks).
4040

4141
When pasting a webhook URL from these services, we will automatically send a pre-formatted message to your channel or user.
4242

43-
:nuxt-img{src="/images/changelog/team-webhooks-slack.png" alt="NuxtHub Slack Integration" width="915" height="515"}
43+
:img{src="/images/changelog/team-webhooks-slack.png" alt="NuxtHub Slack Integration" width="915" height="515"}
4444

4545
::callout{icon="i-lucide-heart"}
4646
Thank you to [Israel Ortuno](https://github.com/IsraelOrtuno) for suggesting this feature on [nuxt-hub/core#102](https://github.com/nuxt-hub/core/issues/102).

docs/content/docs/1.getting-started/1.index.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -54,35 +54,35 @@ NuxtHub provides optional features to help you build full-stack applications:
5454

5555
::tabs
5656
:::div{label="Projects"}
57-
:nuxt-img{alt="NuxtHub Admin" dataZoomSrc="/images/landing/nuxthub-admin.png" height="515" src="/images/landing/nuxthub-admin.png" width="915"}
57+
:img{alt="NuxtHub Admin" dataZoomSrc="/images/landing/nuxthub-admin.png" height="515" src="/images/landing/nuxthub-admin.png" width="915"}
5858
:::
5959

6060
:::div{label="Deployments"}
61-
:nuxt-img{alt="NuxtHub Admin Deployments" dataZoomSrc="/images/landing/nuxthub-admin-project.png" height="515" src="/images/landing/nuxthub-admin-project.png" width="915"}
61+
:img{alt="NuxtHub Admin Deployments" dataZoomSrc="/images/landing/nuxthub-admin-project.png" height="515" src="/images/landing/nuxthub-admin-project.png" width="915"}
6262
:::
6363

6464
:::div{label="Database"}
65-
:nuxt-img{alt="NuxtHub Admin Database" dataZoomSrc="/images/landing/nuxthub-admin-database.png" height="515" src="/images/landing/nuxthub-admin-database.png" width="915"}
65+
:img{alt="NuxtHub Admin Database" dataZoomSrc="/images/landing/nuxthub-admin-database.png" height="515" src="/images/landing/nuxthub-admin-database.png" width="915"}
6666
:::
6767

6868
:::div{label="KV"}
69-
:nuxt-img{alt="NuxtHub Admin KV" dataZoomSrc="/images/landing/nuxthub-admin-kv.png" height="515" src="/images/landing/nuxthub-admin-kv.png" width="915"}
69+
:img{alt="NuxtHub Admin KV" dataZoomSrc="/images/landing/nuxthub-admin-kv.png" height="515" src="/images/landing/nuxthub-admin-kv.png" width="915"}
7070
:::
7171

7272
:::div{label="Blob"}
73-
:nuxt-img{alt="NuxtHub Admin Blob" dataZoomSrc="/images/landing/nuxthub-admin-blob.png" height="515" src="/images/landing/nuxthub-admin-blob.png" width="915"}
73+
:img{alt="NuxtHub Admin Blob" dataZoomSrc="/images/landing/nuxthub-admin-blob.png" height="515" src="/images/landing/nuxthub-admin-blob.png" width="915"}
7474
:::
7575

7676
:::div{label="Logs"}
77-
:nuxt-img{alt="NuxtHub Admin Logs" dataZoomSrc="/images/landing/nuxthub-admin-server-logs.png" height="515" src="/images/landing/nuxthub-admin-server-logs.png" width="915"}
77+
:img{alt="NuxtHub Admin Logs" dataZoomSrc="/images/landing/nuxthub-admin-server-logs.png" height="515" src="/images/landing/nuxthub-admin-server-logs.png" width="915"}
7878
:::
7979

8080
:::div{label="Open API"}
81-
:nuxt-img{alt="NuxtHub Admin Open API" dataZoomSrc="/images/landing/nuxthub-admin-open-api.png" height="515" src="/images/landing/nuxthub-admin-open-api.png" width="915"}
81+
:img{alt="NuxtHub Admin Open API" dataZoomSrc="/images/landing/nuxthub-admin-open-api.png" height="515" src="/images/landing/nuxthub-admin-open-api.png" width="915"}
8282
:::
8383

8484
:::div{label="Cache"}
85-
:nuxt-img{alt="NuxtHub Admin Cache" dataZoomSrc="/images/landing/nuxthub-admin-cache.png" height="515" src="/images/landing/nuxthub-admin-cache.png" width="915"}
85+
:img{alt="NuxtHub Admin Cache" dataZoomSrc="/images/landing/nuxthub-admin-cache.png" height="515" src="/images/landing/nuxthub-admin-cache.png" width="915"}
8686
:::
8787
::
8888

@@ -108,15 +108,15 @@ NuxtHub also integrates with the [Nuxt DevTools](https://devtools.nuxt.com/) to
108108

109109
::tabs
110110
:::div{label="Database"}
111-
:nuxt-img{alt="Nuxt DevTools Database" dataZoomSrc="/images/landing/nuxt-devtools-database.png" height="515" src="/images/landing/nuxt-devtools-database.png" width="915"}
111+
:img{alt="Nuxt DevTools Database" dataZoomSrc="/images/landing/nuxt-devtools-database.png" height="515" src="/images/landing/nuxt-devtools-database.png" width="915"}
112112
:::
113113

114114
:::div{label="KV"}
115-
:nuxt-img{alt="Nuxt DevTools KV" dataZoomSrc="/images/landing/nuxt-devtools-kv.png" height="515" src="/images/landing/nuxt-devtools-kv.png" width="915"}
115+
:img{alt="Nuxt DevTools KV" dataZoomSrc="/images/landing/nuxt-devtools-kv.png" height="515" src="/images/landing/nuxt-devtools-kv.png" width="915"}
116116
:::
117117

118118
:::div{label="Blob"}
119-
:nuxt-img{alt="Nuxt DevTools Blob" dataZoomSrc="/images/landing/nuxt-devtools-blob.png" height="515" src="/images/landing/nuxt-devtools-blob.png" width="915"}
119+
:img{alt="Nuxt DevTools Blob" dataZoomSrc="/images/landing/nuxt-devtools-blob.png" height="515" src="/images/landing/nuxt-devtools-blob.png" width="915"}
120120
:::
121121
::
122122

docs/content/docs/1.getting-started/3.deploy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ The [NuxtHub Admin](https://admin.hub.nuxt.com) is made to simplify your experie
1212

1313
::tabs
1414
::div{label="Deployments"}
15-
:nuxt-img{src="/images/landing/nuxthub-admin-project.png" alt="NuxtHub Admin Deployments" width="915" height="515" data-zoom-src="/images/landing/nuxthub-admin-project.png"}
15+
:img{src="/images/landing/nuxthub-admin-project.png" alt="NuxtHub Admin Deployments" width="915" height="515" data-zoom-src="/images/landing/nuxthub-admin-project.png"}
1616
::
1717
::div{label="Deployment Details"}
18-
:nuxt-img{src="/images/landing/nuxthub-admin-deployment.png" alt="NuxtHub Admin Deployment" width="915" height="515" data-zoom-src="/images/landing/nuxthub-admin-deployment.png"}
18+
:img{src="/images/landing/nuxthub-admin-deployment.png" alt="NuxtHub Admin Deployment" width="915" height="515" data-zoom-src="/images/landing/nuxthub-admin-deployment.png"}
1919
::
2020
::
2121

@@ -105,7 +105,7 @@ NuxtHub integrates with [GitHub deployments](https://docs.github.com/en/actions/
105105

106106
After deploying from a pull request, NuxtHub automatically adds a comment with information about the deployment.
107107

108-
:nuxt-img{src="/images/docs/nuxthub-github-app-pr-comment.png" alt="NuxtHUb GitHub Action commenting on pull requests" width="926" height="520"}
108+
:img{src="/images/docs/nuxthub-github-app-pr-comment.png" alt="NuxtHUb GitHub Action commenting on pull requests" width="926" height="520"}
109109

110110
::tip
111111
You can customise the workflow to tailor to any specific custom DevOps requirements.

docs/content/docs/1.getting-started/4.remote-storage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Remote Storage
33
description: Access your remote data locally or from external Nuxt projects with our secured proxy.
44
---
55

6-
:nuxt-img{src="/images/docs/nuxthub-remote-access.png" alt="NuxtHub Remote Access" width="766" height="377" data-zoom-src="/images/docs/nuxthub-remote-access.png"}
6+
:img{src="/images/docs/nuxthub-remote-access.png" alt="NuxtHub Remote Access" width="766" height="377" data-zoom-src="/images/docs/nuxthub-remote-access.png"}
77

88
One of the main features of NuxtHub is the ability to access your remote storage from your local environment or from external Nuxt projects. This is made possible by our secured proxy system.
99

0 commit comments

Comments
 (0)