diff --git a/.env.example b/.env.example index 791d8e1d..631dfded 100644 --- a/.env.example +++ b/.env.example @@ -5,7 +5,7 @@ TYPESENSE_PRIVATE_API_KEY=typesense_private_api_key_required_for_indexing_only # TYPESENSE_COLLECTION=directus-docs DIRECTUS_URL=https://marketing-directus-url.com GOOGLE_TAG_MANAGER_ID=GTM-PTLT3GH -POSTHOG_API_HOST=https://directus.io/ingest +POSTHOG_API_HOST=https://directus.com/ingest POSTHOG_API_KEY=phc_secret_key_here NUXT_PUBLIC_SITE_URL=https://directus.com NUXT_PUBLIC_OG_BASE_URL=https://og.directus.com diff --git a/CLAUDE.md b/CLAUDE.md index e7f014c7..a906ee9b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -Directus documentation site built with Nuxt 3 and `@nuxt/content`. Markdown files in `/content` are rendered as pages. Deployed to Vercel on merge to main, served at `https://directus.io/docs` (note the `/docs` base URL in `nuxt.config.ts`). +Directus documentation site built with Nuxt 3 and `@nuxt/content`. Markdown files in `/content` are rendered as pages. Deployed to Vercel on merge to main, served at `https://directus.com/docs` (note the `/docs` base URL in `nuxt.config.ts`). ## Commands @@ -114,4 +114,4 @@ Matching the existing tone is mission-critical. All new or edited content in `/c ## Hosting -The docs website is hosted as a nested path on the main Directus marketing website https://directus.io/docs. The rest of the Directus website is a separate repo. +The docs website is hosted as a nested path on the main Directus marketing website https://directus.com/docs. The rest of the Directus website is a separate repo. diff --git a/README.md b/README.md index 8675d90f..aff60873 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## 🐰 Introduction -Welcome! This is the repo for [Directus' documentation](https://docs.directus.io). +Welcome! This is the repo for [Directus' documentation](https://directus.com/docs). -**[Learn more about Directus](https://directus.io)** +**[Learn more about Directus](https://directus.com)** ## šŸ–„ļø Running the Docs @@ -99,8 +99,8 @@ The documentation automatically deploys to Vercel when changes are merged into t ## šŸš€ Contributing -- [Code of Conduct](https://directus.io/docs/community/overview/conduct) -- [Contributing and authoring guidelines](https://directus.io/docs/community/contribution/documentation) +- [Code of Conduct](https://directus.com/docs/community/overview/conduct) +- [Contributing and authoring guidelines](https://directus.com/docs/community/contribution/documentation)
diff --git a/app/app.config.ts b/app/app.config.ts index 56fa9f00..7d8b27f3 100644 --- a/app/app.config.ts +++ b/app/app.config.ts @@ -200,7 +200,7 @@ export default defineAppConfig({ links: [ { icon: 'simple-icons:directus', - to: 'https://directus.io', + to: 'https://directus.com', }, { icon: 'simple-icons:github', @@ -252,7 +252,7 @@ export default defineAppConfig({ { icon: 'ic:baseline-support', label: 'Need help? Contact Support.', - to: 'https://directus.io/support', + to: 'https://directus.com/support', }, { icon: 'ic:baseline-people-alt', @@ -267,7 +267,7 @@ export default defineAppConfig({ { icon: 'ic:outline-help-outline', label: 'Need a license? Contact Sales.', - to: 'https://directus.io/demo', + to: 'https://directus.com/contact', }, ], }, @@ -276,25 +276,25 @@ export default defineAppConfig({ links: [ { label: 'Cloud Policies', - to: 'https://directus.io/cloud-policies', + to: 'https://directus.com/cloud-policies', }, { label: 'License', - to: 'https://directus.io/mscl', + to: 'https://directus.com/license', }, { label: 'Terms', - to: 'https://directus.io/terms', + to: 'https://directus.com/terms', }, { label: 'Privacy', - to: 'https://directus.io/privacy', + to: 'https://directus.com/privacy', }, ], socials: [ { icon: 'simple-icons:bluesky', - to: 'https://bsky.app/profile/directus.io', + to: 'https://bsky.app/profile/directus.com', }, { icon: 'simple-icons:x', diff --git a/app/components/content/VideoEmbed.vue b/app/components/content/VideoEmbed.vue index 686d77c3..9423c230 100644 --- a/app/components/content/VideoEmbed.vue +++ b/app/components/content/VideoEmbed.vue @@ -74,7 +74,7 @@ const show = props.videoId