diff --git a/composer.json b/composer.json index c5a9f95068..59e8eb2ec3 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ezsystems/developer-documentation", + "name": "ibexa/documentation-developer", "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.", "type": "library", "license": "GNU General Public License v2.0", diff --git a/mkdocs.yml b/mkdocs.yml index 800afe512a..b586c27e86 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ INHERIT: plugins.yml site_name: Developer Documentation -repo_url: https://github.com/ezsystems/developer-documentation +repo_url: https://github.com/ibexa/documentation-developer site_url: https://doc.ibexa.co/en/latest/ copyright: "Copyright 1999-2024 Ibexa AS and others" nav: diff --git a/package.json b/package.json index 60122873a4..9a72290f2a 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "developer-documentation", + "name": "documentation-developer", "version": "1.0.0", "main": "index.js", - "repository": "git@github.com:ezsystems/developer-documentation.git", + "repository": "git@github.com:ibexa/documentation-developer.git", "scripts": { "scss": "node-sass --watch scss -o docs/css" },