Add badges for launcher app. authored by Adam G-H's avatar Adam G-H
......@@ -2,12 +2,72 @@ This wiki currently has internal developer documentation for Drupal CMS. The off
## Build Status
| Project | Status |
|---------|--------|
| [Drupal CMS](https://drupal.org/project/drupal_cms) | ![Drupal CMS build status](https://git.drupalcode.org/project/drupal_cms/badges/2.x/pipeline.svg) |
| [Site template starter kit](https://drupal.org/project/drupal_cms_site_template_base) | ![Site template starter kit build status](https://git.drupalcode.org/project/drupal_cms_site_template_base/badges/1.x/pipeline.svg) |
| [Mercury](https://drupal.org/project/mercury) | ![Mercury build status](https://git.drupalcode.org/project/mercury/badges/1.x/pipeline.svg) |
| [Byte](https://drupal.org/project/byte) | ![Byte build status](https://git.drupalcode.org/project/byte/badges/1.x/pipeline.svg) |
| [Byte (theme)](https://drupal.org/project/byte_theme) | ![Byte \(theme\) build status](https://git.drupalcode.org/project/byte_theme/badges/1.x/pipeline.svg) |
<table>
<tr>
<th>Project</th>
<th>Status</th>
</tr>
<tr>
<td>
[Drupal CMS](https://drupal.org/project/drupal_cms)
</td>
<td>
![Drupal CMS build status](https://git.drupalcode.org/project/drupal_cms/badges/2.x/pipeline.svg)
</td>
</tr>
<tr>
<td>
[Site template starter kit](https://drupal.org/project/drupal_cms_site_template_base)
</td>
<td>
![Site template starter kit build status](https://git.drupalcode.org/project/drupal_cms_site_template_base/badges/1.x/pipeline.svg)
</td>
</tr>
<tr>
<td>
[Mercury](https://drupal.org/project/mercury)
</td>
<td>
![Mercury build status](https://git.drupalcode.org/project/mercury/badges/1.x/pipeline.svg)
</td>
</tr>
<tr>
<td>
[Byte](https://drupal.org/project/byte)
</td>
<td>
![Byte build status](https://git.drupalcode.org/project/byte/badges/1.x/pipeline.svg)
</td>
</tr>
<tr>
<td>
[Byte (theme)](https://drupal.org/project/byte_theme)
</td>
<td>
![Byte \(theme\) build status](https://git.drupalcode.org/project/byte_theme/badges/1.x/pipeline.svg)
</td>
</tr>
<tr>
<td>Launcher</td>
<td>
![Launcher \(Windows\) build status](https://github.com/drupal/cms-launcher/actions/workflows/build-windows.yml/badge.svg)
![Launcher \(macOS\) build status](https://github.com/drupal/cms-launcher/actions/workflows/build-macos.yml/badge.svg)
![Launcher \(Linux\) build status](https://github.com/drupal/cms-launcher/actions/workflows/build-linux.yml/badge.svg)
</td>
</tr>
</table>
For Drupal CMS, performance is tested nightly, along with a few "canary" jobs to detect problems early. Those jobs' current status can be seen on [the scheduled pipelines page](https://git.drupalcode.org/project/drupal_cms/-/pipeline_schedules).
\ No newline at end of file