Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 1abb02c

Browse files
authored
Merge pull request #3239 from commerce-docs/ds_rename-org
Rename magento-devdocs to commerce-docs
2 parents 34fd44a + 8849998 commit 1abb02c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Docfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content_map:
77
filter: true
88
-
99
directory: src/mftf
10-
repository: magento-devdocs/magento2-functional-testing-framework-public
10+
repository: commerce-docs/magento2-functional-testing-framework-public
1111
branch: migrated-docs
1212
filter: true
1313
-

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git'
5+
gem 'devdocs', git: 'https://github.com/commerce-docs/devdocs-theme.git'
66
gem 'jekyll'
77
gem 'rake'
88
gem 'whatsup_github'

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GIT
2-
remote: https://github.com/magento-devdocs/devdocs-theme.git
2+
remote: https://github.com/commerce-docs/devdocs-theme.git
33
revision: ec880cfbf9f79abe5628be4eab95db30a58839fa
44
specs:
55
devdocs (20)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can build the site locally in the following ways:
2828

2929
- [Installing the project dependencies locally](#build-locally) (Mac, Linux)
3030
- [Using Docker (docker-compose)](https://github.com/magento/devdocs/wiki/Build-DevDocs-with-Docker) (Mac, Linux, Windows)
31-
- [Using a Vagrant virtual machine](https://github.com/magento-devdocs/vagrant-for-magento-devdocs) (Mac, Linux, Windows)
31+
- [Using a Vagrant virtual machine](https://github.com/commerce-docs/vagrant-for-magento-devdocs) (Mac, Linux, Windows)
3232
- [Build DevDocs in Windows](https://github.com/magento/devdocs/wiki/Build-DevDocs-in-Windows) (Windows 7 & 10)
3333
- [Building older versions of the documentation](https://github.com/magento/devdocs/wiki/Build-DevDocs-with-Docker)
3434

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Adobe Commerce Developer Guide
99
# the base protocol and domain
1010
url: https://devdocs.magento.com
1111

12-
# Site theme: https://github.com/magento-devdocs/devdocs-theme
12+
# Site theme: https://github.com/commerce-docs/devdocs-theme
1313
# About themes in Jekyll: https://jekyllrb.com/docs/themes/
1414
theme: devdocs
1515

rakelib/multirepo.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace :multirepo do
3434
abort 'Provide a directory name for the multirepo docs. Example: dir=src/mftf' unless dir
3535
abort "'#{dir}' directory already exists" if Dir.exist? dir
3636
unless repo
37-
abort 'Provide a repository cloning URL (SSH).Example: [email protected]:magento-devdocs/magento2-functional-testing-framework.git'
37+
abort 'Provide a repository cloning URL (SSH).Example: [email protected]:commerce-docs/magento2-functional-testing-framework.git'
3838
end
3939
abort 'Provide a branch name for the multirepo docs. Example: branch=master' unless branch
4040

0 commit comments

Comments
 (0)