From 7085c1e35ec0b7f989c09006cd13e7d7ad870a7c Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Sun, 12 Nov 2023 20:37:06 -0800 Subject: [PATCH] "yogalayout.com" to "yogalayout.dev" (#1465) Summary: X-link: https://github.com/facebook/react-native/pull/41420 https://yogalayout.com now redirects to https://yogalayout.dev This replaces references to "yogalayout.com" with "yogalayout.dev", the same website, with a new domain. This includes: 1. Code comments 2. Yoga website config (publish action CNAME, Docusaurus config) 3. Documentation URLs in Yoga packages Changelog: [General][Fixed] - "yogalayout.com" to "yogalayout.dev" Reviewed By: christophpurrer Differential Revision: D51229587 --- .github/workflows/publish-website.yml | 2 +- Yoga.podspec | 4 ++-- javascript/package.json | 2 +- website-next/docusaurus.config.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index ac93666383..e0060779b5 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -26,7 +26,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: website/public - cname: yogalayout.com + cname: yogalayout.dev keep_files: true user_name: 'Yoga-bot' user_email: 'yogabot@fb.com' diff --git a/Yoga.podspec b/Yoga.podspec index 0dd171e297..41431f672e 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' spec.version = '2.0.0' spec.license = { :type => 'MIT', :file => "LICENSE" } - spec.homepage = 'https://yogalayout.com/' - spec.documentation_url = 'https://yogalayout.com/docs' + spec.homepage = 'https://yogalayout.dev/' + spec.documentation_url = 'https://yogalayout.dev/docs' spec.summary = 'An embeddable and performant flexbox layout engine with bindings for multiple languages' diff --git a/javascript/package.json b/javascript/package.json index 13fecd9283..64fa2bd37e 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -4,7 +4,7 @@ "description": "An embeddable and performant flexbox layout engine with bindings for multiple languages", "license": "MIT", "author": "Meta Open Source", - "homepage": "https://yogalayout.com/", + "homepage": "https://yogalayout.dev/", "repository": { "type": "git", "url": "git@github.com:facebook/yoga.git" diff --git a/website-next/docusaurus.config.js b/website-next/docusaurus.config.js index fafee6f162..3f988ddd1a 100644 --- a/website-next/docusaurus.config.js +++ b/website-next/docusaurus.config.js @@ -16,7 +16,7 @@ export default { 'Build flexible layouts on any platform with a highly optimized open source layout engine designed with speed, size, and ease of use in mind.', favicon: 'img/favicon.png', - url: 'https:/yogalayout.com', + url: 'https:/yogalayout.dev', baseUrl: '/', organizationName: 'facebook',