"yogalayout.com" to "yogalayout.dev" (#1465)
Summary: X-link: https://github.com/facebook/react-native/pull/41420 Pull Request resolved: https://github.com/facebook/yoga/pull/1465 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 fbshipit-source-id: b1c336a52aab5e02565071b61430d5435381dc0a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1b1df3a87e
commit
6f41a27e31
2
.github/workflows/publish-website.yml
vendored
2
.github/workflows/publish-website.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_branch: gh-pages
|
publish_branch: gh-pages
|
||||||
publish_dir: website/public
|
publish_dir: website/public
|
||||||
cname: yogalayout.com
|
cname: yogalayout.dev
|
||||||
keep_files: true
|
keep_files: true
|
||||||
user_name: 'Yoga-bot'
|
user_name: 'Yoga-bot'
|
||||||
user_email: 'yogabot@fb.com'
|
user_email: 'yogabot@fb.com'
|
||||||
|
@@ -8,8 +8,8 @@ Pod::Spec.new do |spec|
|
|||||||
spec.name = 'Yoga'
|
spec.name = 'Yoga'
|
||||||
spec.version = '2.0.0'
|
spec.version = '2.0.0'
|
||||||
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
spec.license = { :type => 'MIT', :file => "LICENSE" }
|
||||||
spec.homepage = 'https://yogalayout.com/'
|
spec.homepage = 'https://yogalayout.dev/'
|
||||||
spec.documentation_url = 'https://yogalayout.com/docs'
|
spec.documentation_url = 'https://yogalayout.dev/docs'
|
||||||
|
|
||||||
spec.summary = 'An embeddable and performant flexbox layout engine with bindings for multiple languages'
|
spec.summary = 'An embeddable and performant flexbox layout engine with bindings for multiple languages'
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
|
"description": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "Meta Open Source",
|
"author": "Meta Open Source",
|
||||||
"homepage": "https://yogalayout.com/",
|
"homepage": "https://yogalayout.dev/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@github.com:facebook/yoga.git"
|
"url": "git@github.com:facebook/yoga.git"
|
||||||
|
@@ -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.',
|
'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',
|
favicon: 'img/favicon.png',
|
||||||
|
|
||||||
url: 'https:/yogalayout.com',
|
url: 'https:/yogalayout.dev',
|
||||||
baseUrl: '/',
|
baseUrl: '/',
|
||||||
|
|
||||||
organizationName: 'facebook',
|
organizationName: 'facebook',
|
||||||
|
Reference in New Issue
Block a user