Skip to content

Commit 72cfb51

Browse files
committed
chore: rename console to admin for clarity
1 parent 1117fb4 commit 72cfb51

File tree

12 files changed

+36
-26
lines changed

12 files changed

+36
-26
lines changed

docs/app.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ export default defineAppConfig({
5959
target: '_blank',
6060
}, {
6161
icon: 'i-simple-icons-nuxtdotjs',
62-
label: 'NuxtHub Console',
63-
to: 'https://console.hub.nuxt.com',
62+
label: 'NuxtHub Admin',
63+
to: 'https://admin.hub.nuxt.com',
6464
target: '_blank',
6565
}]
6666
}

docs/components/Header.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ const { header } = useAppConfig()
3333
v-bind="{ color: 'gray', variant: 'ghost', ...link }"
3434
/>
3535
</template>
36-
<UButton to="https://console.hub.nuxt.com/?utm_source=nuxthub-docs&utm_medium=header" external icon="i-simple-icons-nuxtdotjs" color="black" class="hidden sm:inline-flex">
37-
NuxtHub Console
36+
<UButton to="https://admin.hub.nuxt.com/?utm_source=nuxthub-docs&utm_medium=header" external icon="i-simple-icons-nuxtdotjs" color="black" class="hidden sm:inline-flex">
37+
NuxtHub Admin
3838
</UButton>
3939
</template>
4040

4141
<template #panel>
4242
<UNavigationTree :links="mapContentNavigation(navigation)" />
4343

4444
<div class="flex py-2">
45-
<UButton to="https://console.hub.nuxt.com/?utm_source=nuxthub-docs&utm_medium=header" external icon="i-simple-icons-nuxtdotjs" color="black" block class="sm:hidden">
46-
NuxtHub Console
45+
<UButton to="https://admin.hub.nuxt.com/?utm_source=nuxthub-docs&utm_medium=header" external icon="i-simple-icons-nuxtdotjs" color="black" block class="sm:hidden">
46+
NuxtHub Admin
4747
</UButton>
4848
</div>
4949
</template>

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,21 @@ We plan to provide a complete backend experience for Nuxt apps through various `
3737
We are currently in the early stages of development (alpha) and are looking for feedback from the community. If you are interested in contributing, please join us on [nuxt-hub/core](https://github.com/nuxt-hub/core).
3838
::
3939

40-
## Console (alpha)
40+
## Admin (alpha)
4141

42-
[![nuxt-hub-console](/nuxthub-console.png){class="border rounded dark:border-gray-700 border-gray-200"}](https://console.hub.nuxt.com)
42+
::tabs
43+
::div{label="Projects"}
44+
[![nuxt-hub-admin](/nuxthub-admin.png){class="border rounded dark:border-gray-700 border-gray-200"}](https://admin.hub.nuxt.com)
45+
::
46+
::div{label="Deployments"}
47+
[![nuxt-hub-admin-project](/nuxthub-admin-project.png){class="border rounded dark:border-gray-700 border-gray-200"}](https://admin.hub.nuxt.com)
48+
::
49+
::div{label="Database"}
50+
[![nuxt-hub-admin-database](/nuxthub-admin-database.png){class="border rounded dark:border-gray-700 border-gray-200"}](https://admin.hub.nuxt.com)
51+
::
52+
::
4353

44-
The [NuxtHub console](https://console.hub.nuxt.com) is a web based dashboard to manage your NuxtHub apps. It helps you deploy your NuxtHub apps with a single command on your Cloudflare account while provisioning all the necessary resources for you. It abstracts the complexity of managing full-stack Nuxt applications on Cloudflare.
54+
The [NuxtHub admin](https://admin.hub.nuxt.com) is a web based dashboard to manage your NuxtHub apps. It helps you deploy your NuxtHub apps with a single command on your Cloudflare account while provisioning all the necessary resources for you. It abstracts the complexity of managing full-stack Nuxt applications on Cloudflare.
4555

4656
### Features
4757

@@ -54,5 +64,5 @@ The [NuxtHub console](https://console.hub.nuxt.com) is a web based dashboard to
5464
- Monitor your application with logs and analytics
5565

5666
::note
57-
The NuxtHub Console is currently in private alpha and is not yet open to the public. We are looking for early adopters to help us shape the platform. If you are interested, please register on [console.hub.nuxt.com](https://console.hub.nuxt.com) and tell us what you plan to build with NuxtHub.
67+
The NuxtHub Admin is currently in private alpha and is not yet open to the public. We are looking for early adopters to help us shape the platform. If you are interested, please register on [admin.hub.nuxt.com](https://admin.hub.nuxt.com) and tell us what you plan to build with NuxtHub.
5868
::

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ description: How to deploy your full-stack Nuxt project to your Cloudflare accou
77
To deploy your Nuxt application on the Edge, we use Cloudflare Pages. Therefore, we require you to create a [Cloudflare](https://www.cloudflare.com/) account. :br **You can deploy NuxtHub projects with a free Cloudflare account.**
88
::
99

10-
## NuxtHub Console (alpha)
10+
## NuxtHub Admin (alpha)
1111

12-
The [NuxtHub Console](https://console.hub.nuxt.com) is made to simplify your experience with NuxtHub, enabling you to effortlessly manage teams and projects, as well as deploying NuxtHub application with zero-configuration on your Cloudflare account.
12+
The [NuxtHub Admin](https://admin.hub.nuxt.com) is made to simplify your experience with NuxtHub, enabling you to effortlessly manage teams and projects, as well as deploying NuxtHub application with zero-configuration on your Cloudflare account.
1313

1414
### Quickstart
1515

16-
1. Login to https://console.hub.nuxt.com
16+
1. Login to https://admin.hub.nuxt.com
1717
2. Connect your Cloudflare account by clicking on `Create a new token with required permissions` and follow the instructions
1818
3. You are now ready to deploy your Nuxt project to your Cloudflare account!
1919

@@ -26,7 +26,7 @@ npx nuxthub deploy
2626
```
2727

2828
The command will:
29-
1. Ensure you are logged in on console.hub.nuxt.com
29+
1. Ensure you are logged in on admin.hub.nuxt.com
3030
2. Link your local project with a NuxtHub project or help you create a new one
3131
3. Build your Nuxt project with the correct preset
3232
4. Deploy it to your Cloudflare account with all the necessary resources
@@ -42,7 +42,7 @@ It is possible to use [Cloudflare Pages CI](https://pages.cloudflare.com) to dep
4242

4343
1. [Create a new Cloudflare Pages project](https://dash.cloudflare.com/?to=/:account/pages/new/provider/github) and link your GitHub or Gitlab repository
4444
2. Select the Nuxt Framework preset in the build settings and click on `Save and Deploy`
45-
3. Open the [NuxtHub Console](https://console.hub.nuxt.com)
45+
3. Open the [NuxtHub Admin](https://admin.hub.nuxt.com)
4646
4. Click on `New Project` then `Import a Cloudflare Pages project`
4747
6. Select your Cloudflare Pages project
4848
7. Click on `Create`
@@ -53,7 +53,7 @@ That's it! NuxtHub will automatically configure the necessary resources and envi
5353

5454
## Self-hosted
5555

56-
You can deploy your project on your own Cloudflare account without using the NuxtHub Console.
56+
You can deploy your project on your own Cloudflare account without using the NuxtHub Admin.
5757

5858
For that, you need to create the necessary resources in your Cloudflare account and configure your project to use them:
5959

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ NuxtHub will use the remote storage from your deployed project **as long as you
5858

5959
### Production vs Preview
6060

61-
Based on your current git branch, NuxtHub will either use your production or preview environment. You can configure your production environment in your project settings on the [NuxtHub Console](https://console.hub.nuxt.com), default is set to `main`.
61+
Based on your current git branch, NuxtHub will either use your production or preview environment. You can configure your production environment in your project settings on the [NuxtHub Admin](https://admin.hub.nuxt.com), default is set to `main`.
6262

6363
To force a specific environment, you can set the value to the `--remote` option:
6464

@@ -86,7 +86,7 @@ export default defineNuxtConfig({
8686

8787
### Self-hosted
8888

89-
If you are not using the [NuxtHub Console](https://console.hub.nuxt.com) to manage your project, you can still use the remote storage in your local development environment.
89+
If you are not using the [NuxtHub Admin](https://admin.hub.nuxt.com) to manage your project, you can still use the remote storage in your local development environment.
9090

9191
1. Set the `NUXT_HUB_PROJECT_SECRET_KEY` environment variable in your Cloudflare Pages project settings and retry the last deployment to apply the changes (you can generate a random secret on https://www.uuidgenerator.net/version4)
9292
2. Set the same `NUXT_HUB_PROJECT_SECRET_KEY` and `NUXT_HUB_PROJECT_URL` environment variables in your local project

docs/content/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ features:
7070
icon: 'i-simple-icons-cloudflare'
7171
to: 'https://developers.cloudflare.com/pages'
7272
target: '_blank'
73-
- title: 'NuxtHub Console (alpha)'
73+
- title: 'NuxtHub Admin (alpha)'
7474
description: 'Our web based dashboard to deploy & manage your NuxtHub apps with zero configuration.'
7575
icon: 'i-ph-layout-duotone'
76-
to: 'https://console.hub.nuxt.com'
76+
to: 'https://admin.hub.nuxt.com'
7777
target: '_blank'
277 KB
Loading

docs/public/nuxthub-admin-project.png

245 KB
Loading

docs/public/nuxthub-admin.png

226 KB
Loading

docs/public/nuxthub-console.png

-297 KB
Binary file not shown.

0 commit comments

Comments
 (0)