Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default defineAppConfig({

cta: {
cloud: {
link: 'https://directus.cloud',
link: 'https://cloud.directus.com',
description:
'Everything you need to start building. Provisioned in 90 seconds.',
cta: 'Get Started',
Expand Down
2 changes: 1 addition & 1 deletion app/components/content/CtaCloud.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { cta } = useAppConfig();

<template>
<NuxtLink
to="https://directus.cloud"
to="https://cloud.directus.com"
class="flex justify-between items-center bg-primary pl-4 pr-6 py-4 rounded-md my-5 last:mb-0"
>
<span>
Expand Down
2 changes: 1 addition & 1 deletion content/cloud/1.getting-started/1.introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Whether you're a hobbyist, startup, or enterprise, our flexible Directus Cloud p

<!-- TODO: ![Hero Image](https://cdn.directus.io/docs/v9/cloud/overview/overview-20220322A/hero-image-20220402A.webp) -->

[Directus Cloud](https://directus.cloud) is a hosting platform for [Directus projects](/cloud/projects/create) which handles data storage, hosting, updates and scalability so you can focus on building your digital apps and experiences. There are two tiers of cloud projects: Professional and Enterprise.
[Directus Cloud](https://cloud.directus.com) is a hosting platform for [Directus projects](/cloud/projects/create) which handles data storage, hosting, updates and scalability so you can focus on building your digital apps and experiences. There are two tiers of cloud projects: Professional and Enterprise.

:cta-cloud

Expand Down
2 changes: 1 addition & 1 deletion content/cloud/1.getting-started/2.teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Enter a team name and team slug, then click "Save".

::callout{icon="i-lucide-info"}
**Team Name and Team Slug**
The team name is a text name assigned to a team, used in the cloud dashboard. The team slug lies within the full URL `https://directus.cloud/TEAM-SLUG/projects`. These are purely organizational, allowing you to easily remember the team and link to specific cloud dashboards. They do not impact cloud projects or billing and can be updated at any time.
The team name is a text name assigned to a team, used in the cloud dashboard. The team slug lies within the full URL `https://cloud.directus.com/TEAM-SLUG/projects`. These are purely organizational, allowing you to easily remember the team and link to specific cloud dashboards. They do not impact cloud projects or billing and can be updated at any time.
::

## Update Team Settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ collection inside of Directus.
You will need:

- A Directus project. The easiest way to get started with Directus is with our
[managed Directus Cloud service](https://directus.cloud). You can also self-host Directus.
[managed Directus Cloud service](https://cloud.directus.com). You can also self-host Directus.
- A Next.js application.
- Some knowledge of React.js and Next.js.

Expand Down
2 changes: 1 addition & 1 deletion content/frameworks/02.nuxt/08.live-preview-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ collection inside of Directus. This is useful when using Directus as a
You will need:

- A Directus project. The easiest way to get started with Directus is with our
[managed Directus Cloud service](https://directus.cloud). You can also self-host Directus.
[managed Directus Cloud service](https://cloud.directus.com). You can also self-host Directus.
- A Nuxt 3 application.
- Some knowledge of Vue and Nuxt.

Expand Down
2 changes: 1 addition & 1 deletion content/frameworks/03.astro/01.data-fetching.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ navigation:
You will need:

- To install [Node.js](https://nodejs.org/en/) and a code editor on your computer.
- A Directus project - you can use [Directus Cloud](https://directus.cloud/) or [run it yourself](/getting-started/overview).
- A Directus project - you can use [Directus Cloud](https://cloud.directus.com/) or [run it yourself](/getting-started/overview).
- Some knowledge of TypeScript and Astro framework

## Initializing Astro
Expand Down
2 changes: 1 addition & 1 deletion content/frameworks/03.astro/03.build-a-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Directus provides a headless CMS, which when combined with Astro will streamline

You will need:

- A new Directus project with admin access. you can use [Directus Cloud](https://directus.cloud/) or [run it yourself](https://directus.com/docs/self-hosting/overview).
- A new Directus project with admin access. you can use [Directus Cloud](https://cloud.directus.com/) or [run it yourself](https://directus.com/docs/self-hosting/overview).
- Optional but recommended: Familiarity with data modeling in Directus.
- Basic knowledge of Astro and JavaScript.

Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/2.create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ New self-hosted instances run on the core tier by default. To unlock higher limi

Directus Cloud provides infrastructure from the team who builds Directus. Projects can be created in over 15 global deployment regions and feature autoscaling for improved availability.

Create and login to your [Directus Cloud account](https://directus.cloud/). The very first time you log in to your Directus Cloud account, you will be prompted to create a team. Each Directus Cloud project exists within the scope of one team.
Create and login to your [Directus Cloud account](https://cloud.directus.com/). The very first time you log in to your Directus Cloud account, you will be prompted to create a team. Each Directus Cloud project exists within the scope of one team.

:cta-cloud

Expand Down
2 changes: 1 addition & 1 deletion content/getting-started/9.resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ title: Resources & Links

## Directus Cloud

::callout{icon="i-lucide-link" to="https://directus.cloud"}
::callout{icon="i-lucide-link" to="https://cloud.directus.com"}
**Directus Cloud**: The best way to get your Directus project up and running.
::

Expand Down
2 changes: 1 addition & 1 deletion content/guides/11.ai/2.mcp/8.local-mcp/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Before starting, ensure you have:
- One of the supported MCP clients: Claude Desktop, Cursor, or Raycast

If you don't have an existing Directus project, you can:
- Start a free trial on [Directus Cloud](https://directus.cloud)
- Start a free trial on [Directus Cloud](https://cloud.directus.com)
- Create a local instance with `npx directus-template-cli@latest init`

## Get Directus Credentials
Expand Down
2 changes: 1 addition & 1 deletion content/guides/12.integrations/2.clay/0.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You'll need a Directus project with:
- Proper permissions configured for the operations you plan to use
- API access enabled and a valid API token

If you don't already have a Directus project, the easiest way to get started is with our [managed Directus Cloud service](https://directus.cloud).
If you don't already have a Directus project, the easiest way to get started is with our [managed Directus Cloud service](https://cloud.directus.com).

### Set Up Clay

Expand Down
2 changes: 1 addition & 1 deletion content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once you're ready to commit, pick how you want to run Directus:
title: Directus Cloud
description: Spin up a managed instance in seconds. No infrastructure to run.
icon: i-lucide-cloud
to: https://directus.cloud
to: https://cloud.directus.com
---
:::

Expand Down
2 changes: 1 addition & 1 deletion content/releases/2.changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ This month we had two releases.
## October 2024

- In [Directus 11.1.1](https://github.com/directus/directus/releases), a number of bug fixes and optimizations were included. We’ve also removed the dedicated SendGrid email transport and you should replace it with SMTP.
- [Directus Cloud Templates](https://directus.cloud/) for website CMS, CRM and eCommerce projects are available to use within Directus Cloud. The templates enable you to have the data models, permissions and flows pre-configured to get started quicker. You can select a template when creating a new project on Directus Cloud.
- [Directus Cloud Templates](https://cloud.directus.com/) for website CMS, CRM and eCommerce projects are available to use within Directus Cloud. The templates enable you to have the data models, permissions and flows pre-configured to get started quicker. You can select a template when creating a new project on Directus Cloud.
- The [Gantt Chart Layout](https://github.com/directus-labs/extensions/tree/main/packages/gantt-chart-layout) displays items in a collection in a gantt chart, helping those of you who use Directus for project management and task management. You can specify a label that you want displayed on each task, a start date and an end date and optionally, a dependency field which will draw dependency lines in a chart, and also specify the zoom in as granular as an hour and as broad as a year.
- The [Calculated Field Interface](https://github.com/directus-labs/extensions/tree/main/packages/calculated-fields-bundle) allows you to write a formula and the value of the interface will be automatically computed and shown. It supports the full set of functions provided by Formula.js, and a majority of JavaScript operators that work for numbers and strings. It also supports relational fields and we parse formulas to ensure they are only running allowed functions which is important for security. Important to note, values here are only visible in the interface and not in API responses.
- The [API Metric Panel](https://github.com/directus-labs/extensions/tree/main/packages/api-metric-panel) can be used to display a value from an external API. For example, the number of docker downloads or sales or followers on social media platforms. You can make a web request to get your preferred metrics, you can also provide custom headers or a request body if required, then specify the path of the value you want to display.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ updates all connected chats.
### Set Up Your Directus Project

You will need a Directus project. If you don’t already have one, the easiest way to get started is with our
[managed Directus Cloud service](https://directus.cloud).
[managed Directus Cloud service](https://cloud.directus.com).

Create a new collection called `messages`, with `date_created` and `user_created` fields enabled in the _Optional System
Fields_ pane on collection creation. Create an input field called `text`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ immediately updates all connected chats.
### Set Up Your Directus Project

You will need a Directus project. If you don’t already have one, the easiest way to get started is with our
[managed Directus Cloud service](https://directus.cloud).
[managed Directus Cloud service](https://cloud.directus.com).

Create a new collection called `messages`, with `date_created` and `user_created` fields enabled in the _Optional System
Fields_ pane on collection creation. Create an input field called `text`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ update all connected chats.
### Set Up Your Directus Project

You will need a Directus project. If you don’t already have one, the easiest way to get started is with our
[managed Directus Cloud service](https://directus.cloud).
[managed Directus Cloud service](https://cloud.directus.com).

Create a new collection called `messages`, with `date_created` and `user_created` fields enabled in the _Optional System
Fields_ pane on collection creation. Create an input field called `text`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Before we hop 🐰 in , here’s what you’ll need to follow along:

**Tooling**

- A Directus instance up and running (either [self-hosted](/getting-started/overview) or on [Directus Cloud](https://directus.cloud/))
- A Directus instance up and running (either [self-hosted](/getting-started/overview) or on [Directus Cloud](https://cloud.directus.com/))
- A Vue.js project set up ([Using Vite is recommended](https://vuejs.org/guide/scaling-up/tooling.html#tooling))

## Preparing Directus Collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ E-commerce websites are among the most popular for businesses as they enable cus
You will need:

- [Node.js](https://nodejs.org/en) installed and a code editor on your computer.
- A Directus project - you can use [Directus Cloud](https://directus.cloud/) or [run it yourself](/getting-started/overview).
- A Directus project - you can use [Directus Cloud](https://cloud.directus.com/) or [run it yourself](/getting-started/overview).
- A [Stripe](https://stripe.com/) account with a business already set up
- [Stripe CLI](https://docs.stripe.com/stripe-cli) installed in your computer
- Some knowledge of TypeScript and React.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You will create different room types, create and store rooms based on the room t
You will need:

- [Node.js](https://nodejs.org/) installed and a code editor on your computer.
- A Directus project - you can use [Directus Cloud](https://directus.cloud/) or [run it yourself](/getting-started/create-a-project).
- A Directus project - you can use [Directus Cloud](https://cloud.directus.com/) or [run it yourself](/getting-started/create-a-project).
- A [Stripe](https://stripe.com/) account with a business already set up
- [Stripe CLI](https://docs.stripe.com/stripe-cli) installed in your computer
- Some knowledge of TypeScript and React.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ We're using Directus for the backend (shocking, I know 😉). But it's actually

![Profiles saved in the Salty OS Santa Directus project](/img/os-salty-santa-4.png)

Under the hood, it's all sitting on a PostgreSQL database – hosted on [Directus Cloud](https://directus.cloud). Anytime I add a collection or field to my data model, Directus mirrors those changes to Postgres and updates the APIs automatically. Super handy when you're iterating quickly on a project like this.
Under the hood, it's all sitting on a PostgreSQL database – hosted on [Directus Cloud](https://cloud.directus.com). Anytime I add a collection or field to my data model, Directus mirrors those changes to Postgres and updates the APIs automatically. Super handy when you're iterating quickly on a project like this.

All communication to the frontend is through a single Directus user name “Santa’s Helper” (gotta carry the theme 🤣🎅). Santa’s Helper authenticates using a static access token and has a single Access Policy called `Elves`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Today I am excited to share my recent adventure of migrating my blog content fro

Well, Directus is not just another CMS. It offers a unique combination of flexibility, customization, and collaboration for content management. It also has built-in user roles and permissions and a JavaScript SDK which were core features I was particularly interested in.

💡 If you're new to Directus, create a Directus Cloud account [here](https://directus.cloud).
💡 If you're new to Directus, create a Directus Cloud account [here](https://cloud.directus.com).

## Creating the Blogs Collection and Data Model

Expand Down
Loading