diff --git a/.gitignore b/.gitignore index de25b3ae52..b00680c57e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ ./bin ./build/reports ./docroot +docs node_modules package-lock.json vendor diff --git a/composer.json b/composer.json index 40feed8af7..6f1d979caa 100644 --- a/composer.json +++ b/composer.json @@ -141,7 +141,7 @@ "require-dev": { "consolidation/robo": "^1.1.5", "drush/drush": "^10.5.0", - "drupal/openy_marketing_wiki": "^1" + "open-y-subprojects/openy_docs": "dev-main" }, "config": { "bin-dir": "bin/", @@ -156,6 +156,7 @@ "drupal/core" ] }, + "installer-types": ["openy-docs"], "installer-paths": { "docroot/core": [ "type:drupal-core" @@ -173,6 +174,9 @@ "type:drupal-library", "type:bower-asset", "type:npm-asset" + ], + "docs/": [ + "open-y-subprojects/openy_docs" ] }, "patches": { @@ -253,17 +257,9 @@ } } }, - { - "type": "package", - "package": { - "name": "drupal/openy_marketing_wiki", - "type": "library", - "version": "1.0.x", - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openy_marketing_wiki-1.0.x-dev.zip" - } - } + { + "type": "git", + "url": "https://github.com/open-y-subprojects/openy_docs" }, { "type": "package",