From ee0fe24902a6cf1c1cc269d596db82b16235f403 Mon Sep 17 00:00:00 2001 From: Stijn Moreels <9039753+stijnmoreels@users.noreply.github.com> Date: Fri, 21 Jun 2024 13:52:39 +0200 Subject: [PATCH] docs: refocus arcus repo's (#359) --- website/resources/components/azure-ml.md | 7 ------- website/resources/components/event-grid.md | 7 ------- website/resources/components/ml.md | 7 ------- website/resources/components/testing.md | 8 ++++++++ 4 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 website/resources/components/azure-ml.md delete mode 100644 website/resources/components/event-grid.md delete mode 100644 website/resources/components/ml.md create mode 100644 website/resources/components/testing.md diff --git a/website/resources/components/azure-ml.md b/website/resources/components/azure-ml.md deleted file mode 100644 index 166bce96..00000000 --- a/website/resources/components/azure-ml.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arcus Azure ML -description: Streamline Azure ML development and let ML engineers focus on the actual job at hand, without losing time in tinkering with the AzureML SDK. -github: https://github.com/arcus-azure/arcus.azureml -documentation: https://azure-ml.arcus-azure.net/ -type: component ---- diff --git a/website/resources/components/event-grid.md b/website/resources/components/event-grid.md deleted file mode 100644 index 8d06401e..00000000 --- a/website/resources/components/event-grid.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arcus Event Grid -description: Transient EventGrid event publishing and integration test fixtures for easy use. -github: https://github.com/arcus-azure/arcus.eventgrid -documentation: https://eventgrid.arcus-azure.net/ -type: component ---- diff --git a/website/resources/components/ml.md b/website/resources/components/ml.md deleted file mode 100644 index 0a04c2c1..00000000 --- a/website/resources/components/ml.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Arcus ML -description: Streamline ML development with Python and bring out-of-the-box implementations for common scenarios. -github: https://github.com/arcus-azure/arcus.ml -documentation: https://machine-learning.arcus-azure.net/ -type: component ---- diff --git a/website/resources/components/testing.md b/website/resources/components/testing.md new file mode 100644 index 00000000..24ad3d28 --- /dev/null +++ b/website/resources/components/testing.md @@ -0,0 +1,8 @@ +--- +title: Arcus Testing +description: Kickstart your test infrastructure with reusable (Azure-related) test fixtures, assertions and more. +github: https://github.com/arcus-azure/arcus.testing +documentation: https://testing.arcus-azure.net/ +type: component +featured: true +---