Skip to content

Commit

Permalink
"yogalayout.com" to "yogalayout.dev" (facebook#1465)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebook/react-native#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
  • Loading branch information
NickGerleman authored and facebook-github-bot committed Nov 12, 2023
1 parent 1b1df3a commit 00c1974
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions Yoga.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion website-next/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 00c1974

Please sign in to comment.