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

Commit

Permalink
Merge pull request #3239 from commerce-docs/ds_rename-org
Browse files Browse the repository at this point in the history
Rename magento-devdocs to commerce-docs
  • Loading branch information
dshevtsov authored Mar 2, 2023
2 parents 34fd44a + 8849998 commit 1abb02c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Docfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content_map:
filter: true
-
directory: src/mftf
repository: magento-devdocs/magento2-functional-testing-framework-public
repository: commerce-docs/magento2-functional-testing-framework-public
branch: migrated-docs
filter: true
-
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'devdocs', git: 'https://github.com/magento-devdocs/devdocs-theme.git'
gem 'devdocs', git: 'https://github.com/commerce-docs/devdocs-theme.git'
gem 'jekyll'
gem 'rake'
gem 'whatsup_github'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: https://github.com/magento-devdocs/devdocs-theme.git
remote: https://github.com/commerce-docs/devdocs-theme.git
revision: ec880cfbf9f79abe5628be4eab95db30a58839fa
specs:
devdocs (20)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can build the site locally in the following ways:

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

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: Adobe Commerce Developer Guide
# the base protocol and domain
url: https://devdocs.magento.com

# Site theme: https://github.com/magento-devdocs/devdocs-theme
# Site theme: https://github.com/commerce-docs/devdocs-theme
# About themes in Jekyll: https://jekyllrb.com/docs/themes/
theme: devdocs

Expand Down
2 changes: 1 addition & 1 deletion rakelib/multirepo.rake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace :multirepo do
abort 'Provide a directory name for the multirepo docs. Example: dir=src/mftf' unless dir
abort "'#{dir}' directory already exists" if Dir.exist? dir
unless repo
abort 'Provide a repository cloning URL (SSH).Example: [email protected]:magento-devdocs/magento2-functional-testing-framework.git'
abort 'Provide a repository cloning URL (SSH).Example: [email protected]:commerce-docs/magento2-functional-testing-framework.git'
end
abort 'Provide a branch name for the multirepo docs. Example: branch=master' unless branch

Expand Down

0 comments on commit 1abb02c

Please sign in to comment.