Skip to content

Commit

Permalink
DQA-8963: Update robo documentation links (#761)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva authored Apr 11, 2024
1 parent 2c0ca90 commit 060b3fd
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Contributing

When contributing to this repository, please first discuss the change you wish to make via issue,
email, or any other method with the owners of this repository before making a change.
email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

## Contribute through pull-request

1. Fork repository.
2. Create the pull request against the branch release/4.x.
2. Create the pull request against the branch release/10.x.
3. Review by maintainers.
4. Merged in release/4.x and released in newer tag.
4. Merged in release/10.x and released in newer tag.

## Code of Conduct

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Toolkit is a composer package designed to speed up the development of Drupal websites in Drupal 9+. Its main core is the robo based build system that builds your development environments, deploy and test your code.

[![Build Status](https://drone.fpfis.eu/api/badges/ec-europa/toolkit/status.svg?branch=release/9.x)](https://drone.fpfis.eu/ec-europa/toolkit) [![License](https://img.shields.io/badge/License-EUPL%201.1-blue.svg)](LICENSE)
[![Build Status](https://drone.fpfis.eu/api/badges/ec-europa/toolkit/status.svg?branch=release/10.x)](https://drone.fpfis.eu/ec-europa/toolkit) [![License](https://img.shields.io/badge/License-EUPL%201.1-blue.svg)](LICENSE)

## Prerequisites
You need to have the following software installed on your local development environment:
Expand All @@ -14,7 +14,7 @@ You need to have the following software installed on your local development envi

```
Toolkit is a developer package, make sure you install this in the dev section of your composer.json.
composer require --dev ec-europa/toolkit:^9
composer require --dev ec-europa/toolkit:^10
```

- [Setting up a project](/docs/guide/setting-up-project.rst)
Expand All @@ -39,7 +39,7 @@ This project is licensed under the EUROPEAN UNION PUBLIC LICENCE v. 1.2 - see th
## Maintainers
This project is maintained by members of the Quality Assurance team who review
incoming pull requests for this project. The board on which they
operate can be found at [https://webgate.ec.europa.eu/CITnet/jira].
operate can be found at [https://citnet.tech.ec.europa.eu/CITnet/jira/secure/RapidBoard.jspa?rapidView=9224].

<details><summary><b>Contact list</b></summary>

Expand Down
28 changes: 14 additions & 14 deletions docs/guide/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,41 +170,41 @@ Configuration commands are created in the configuration file ``runner.yml``, lik
tasks:
- { task: process, source: behat.yml.dist, destination: behat.yml }
The configuration commands are a mapping to the `Robo Tasks <https://robo.li/#tasks>`_, the
The configuration commands are a mapping to the `Robo Tasks <https://robo.li>`_, the
list of available tasks is:

+---------------+------------------------------------------------------------------------+
| Task | Robo Task |
+===============+========================================================================+
| mkdir | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| mkdir | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| touch | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| touch | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| copy | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| copy | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| copyDir | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| copyDir | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| chmod | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| chmod | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| chgrp | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| chgrp | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| chown | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| chown | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| remove | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| remove | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| rename | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| rename | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| symlink | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| symlink | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| mirror | `FilesystemStack <https://robo.li/tasks/Filesystem/#filesystemstack>`_ |
| mirror | `FilesystemStack <https://robo.li/tasks/Filesystem.html>`_ |
+---------------+------------------------------------------------------------------------+
| process | `Process </src/Task/File/Process.php>`_ |
+---------------+------------------------------------------------------------------------+
| append | `Write with append() <https://robo.li/tasks/File/#write>`_ |
| append | `Write with append() <https://robo.li/tasks/File.html#write>`_ |
+---------------+------------------------------------------------------------------------+
| run | Executes a Runner task |
+---------------+------------------------------------------------------------------------+
| exec | `Exec <https://robo.li/tasks/Base/#exec>`_ |
| exec | `Exec <https://robo.li/tasks/Base.html#exec>`_ |
+---------------+------------------------------------------------------------------------+
| drush | Executes a Drush command |
+---------------+------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/setting-up-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ for you automatically.

.. code-block::
composer create-project ec-europa/subsite --stability=dev <dg-name>-<project-id>-reference dev-release/9.x
composer create-project ec-europa/subsite --stability=dev <dg-name>-<project-id>-reference dev-release/10.x
docker compose up -d
docker compose exec web vendor/bin/run
Expand Down
2 changes: 1 addition & 1 deletion src/TaskRunner/Commands/TestsCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ protected function toolkitRunGrumphp()
} else {
$this->say('All Drupal projects in the ec-europa namespace need to use Quality Assurance provided standards.');
$this->say('Your configuration has to import the resource vendor/ec-europa/qa-automation/dist/qa-conventions.yml.');
$this->say('For more information visit: https://github.com/ec-europa/toolkit/blob/release/4.x/docs/testing-project.md#phpcs-testing');
$this->say('For more information visit: https://ec-europa.github.io/toolkit/guide/testing-project.html#phpcs-testing');
$this->say('Add the following lines to your grumphp.yml.dist:');
echo "\nimports:\n - { resource: vendor/ec-europa/qa-automation/dist/qa-conventions.yml }\n\n";
return new ResultData(1);
Expand Down

0 comments on commit 060b3fd

Please sign in to comment.