Skip to content

Commit 9318d34

Browse files
committed
Update repository (#2417)
* mkdocs.yml: Update `repo_url` * package.json: Update `repository` and `name` * composer.json: Update `name` (cherry picked from commit ac009d0)
1 parent 533cff5 commit 9318d34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ezsystems/developer-documentation",
2+
"name": "ibexa/documentation-developer",
33
"description": "This repository is the source for the developer documentation for eZ Platform, an open source CMS based on the Symfony Full Stack Framework in PHP.",
44
"type": "library",
55
"license": "GNU General Public License v2.0",

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INHERIT: plugins.yml
22

33
site_name: Developer Documentation
4-
repo_url: https://github.com/ezsystems/developer-documentation
4+
repo_url: https://github.com/ibexa/documentation-developer
55
site_url: https://doc.ibexa.co/en/latest/
66
copyright: "Copyright 1999-2024 Ibexa AS and others"
77
nav:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "developer-documentation",
2+
"name": "documentation-developer",
33
"version": "1.0.0",
44
"main": "index.js",
5-
"repository": "[email protected]:ezsystems/developer-documentation.git",
5+
"repository": "[email protected]:ibexa/documentation-developer.git",
66
"scripts": {
77
"scss": "node-sass --watch scss -o docs/css"
88
},

0 commit comments

Comments
 (0)